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

/freebsd-10-stable/sys/dev/usb/net/
H A Dif_cdcereg.h74 uint16_t tx_struct_align; member in struct:cdce_ncm
H A Dif_cdce.c336 sc->sc_ncm.tx_struct_align = UGETW(temp.wNdpOutAlignment);
343 sc->sc_ncm.tx_struct_align = UGETW(temp.wNdpInAlignment);
369 if ((sc->sc_ncm.tx_struct_align < 4) ||
370 (sc->sc_ncm.tx_struct_align !=
371 ((-sc->sc_ncm.tx_struct_align) & sc->sc_ncm.tx_struct_align)) ||
372 (sc->sc_ncm.tx_struct_align >= sc->sc_ncm.tx_max)) {
374 sc->sc_ncm.tx_struct_align = 4;

Completed in 105 milliseconds