nsync 927 dev/ic/rtw.c rtw_rxdescs_sync(struct rtw_rxdesc_blk *rdb, int desc0, int nsync, int ops) nsync 929 dev/ic/rtw.c KASSERT(nsync <= rdb->rdb_ndesc); nsync 931 dev/ic/rtw.c if (desc0 + nsync > rdb->rdb_ndesc) { nsync 935 dev/ic/rtw.c nsync -= (rdb->rdb_ndesc - desc0); nsync 940 dev/ic/rtw.c KASSERT(nsync <= rdb->rdb_ndesc); nsync 941 dev/ic/rtw.c KASSERT(desc0 + nsync <= rdb->rdb_ndesc); nsync 946 dev/ic/rtw.c sizeof(struct rtw_rxdesc) * nsync, ops); nsync 950 dev/ic/rtw.c rtw_txdescs_sync(struct rtw_txdesc_blk *tdb, u_int desc0, u_int nsync, int ops) nsync 953 dev/ic/rtw.c if (desc0 + nsync > tdb->tdb_ndesc) { nsync 958 dev/ic/rtw.c nsync -= (tdb->tdb_ndesc - desc0); nsync 965 dev/ic/rtw.c sizeof(struct rtw_txdesc) * nsync, ops);