Searched refs:tx_remainder (Results 1 - 2 of 2) sorted by relevance

/freebsd-10-stable/sys/dev/usb/net/
H A Dif_cdcereg.h72 uint16_t tx_remainder; member in struct:cdce_ncm
H A Dif_cdce.c334 sc->sc_ncm.tx_remainder = UGETW(temp.wNdpOutPayloadRemainder);
341 sc->sc_ncm.tx_remainder = UGETW(temp.wNdpInPayloadRemainder);
393 if ((sc->sc_ncm.tx_remainder >= sc->sc_ncm.tx_modulus)) {
395 sc->sc_ncm.tx_remainder = 0;
403 sc->sc_ncm.tx_remainder =
404 (sc->sc_ncm.tx_remainder - ETHER_HDR_LEN) &
1075 offset = CDCE_NCM_ALIGN(sc->sc_ncm.tx_remainder,
1128 offset = CDCE_NCM_ALIGN(sc->sc_ncm.tx_remainder,

Completed in 134 milliseconds