Lines Matching refs:USETW
282 USETW(req.wValue, 0); in cdce_ncm_init()
285 USETW(req.wLength, sizeof(temp)); in cdce_ncm_init()
386 USETW(req.wValue, 0); in cdce_ncm_init()
392 USETW(req.wLength, 8); in cdce_ncm_init()
394 USETW(value + 4, (CDCE_NCM_SUBFRAMES_MAX - 1)); in cdce_ncm_init()
395 USETW(value + 6, 0); in cdce_ncm_init()
397 USETW(req.wLength, 4); in cdce_ncm_init()
410 USETW(req.wValue, 0); /* no CRC */ in cdce_ncm_init()
413 USETW(req.wLength, 0); in cdce_ncm_init()
423 USETW(req.wValue, 0); /* NTB-16 */ in cdce_ncm_init()
426 USETW(req.wLength, 0); in cdce_ncm_init()
1013 USETW(req.wValue, 1); /* Connected */ in cdce_intr_write_callback()
1014 USETW(req.wLength, 0); in cdce_intr_write_callback()
1026 USETW(req.wValue, 0); in cdce_intr_write_callback()
1027 USETW(req.wLength, 8); in cdce_intr_write_callback()
1166 USETW(sc->sc_ncm.dp[n].wFrameLength, m->len); in cdce_ncm_fill_tx_frames()
1167 USETW(sc->sc_ncm.dp[n].wFrameIndex, offset); in cdce_ncm_fill_tx_frames()
1191 USETW(sc->sc_ncm.dpt.wLength, rem); in cdce_ncm_fill_tx_frames()
1195 USETW(sc->sc_ncm.dp[n].wFrameLength, 0); in cdce_ncm_fill_tx_frames()
1196 USETW(sc->sc_ncm.dp[n].wFrameIndex, 0); in cdce_ncm_fill_tx_frames()
1221 USETW(sc->sc_ncm.hdr.wHeaderLength, sizeof(sc->sc_ncm.hdr)); in cdce_ncm_fill_tx_frames()
1222 USETW(sc->sc_ncm.hdr.wBlockLength, offset); in cdce_ncm_fill_tx_frames()
1223 USETW(sc->sc_ncm.hdr.wSequence, sc->sc_ncm.tx_seq); in cdce_ncm_fill_tx_frames()
1224 USETW(sc->sc_ncm.hdr.wDptIndex, sizeof(sc->sc_ncm.hdr)); in cdce_ncm_fill_tx_frames()
1233 USETW(sc->sc_ncm.dpt.wNextNdpIndex, 0); /* reserved */ in cdce_ncm_fill_tx_frames()