Searched refs:plcp_length_lo (Results 1 - 8 of 8) sorted by relevance

/freebsd-9.3-release/sys/dev/usb/wlan/
H A Dif_rumreg.h192 uint8_t plcp_length_lo; member in struct:rum_tx_desc
H A Dif_uralreg.h179 uint8_t plcp_length_lo; member in struct:ural_tx_desc
H A Dif_rum.c1035 desc->plcp_length_lo = plcp_length & 0x3f;
1044 desc->plcp_length_lo = plcp_length & 0xff;
H A Dif_ural.c1038 desc->plcp_length_lo = plcp_length & 0x3f;
1047 desc->plcp_length_lo = plcp_length & 0xff;
/freebsd-9.3-release/sys/dev/ral/
H A Drt2560reg.h225 uint8_t plcp_length_lo; member in struct:rt2560_tx_desc
H A Drt2661reg.h240 uint8_t plcp_length_lo; member in struct:rt2661_tx_desc
H A Drt2661.c1277 desc->plcp_length_lo = plcp_length & 0x3f;
1286 desc->plcp_length_lo = plcp_length & 0xff;
H A Drt2560.c1464 desc->plcp_length_lo = plcp_length & 0x3f;
1473 desc->plcp_length_lo = plcp_length & 0xff;

Completed in 124 milliseconds