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

/freebsd-13-stable/sys/dev/usb/wlan/
H A Dif_uralreg.h178 uint8_t plcp_length_lo; member in struct:ural_tx_desc
H A Dif_rumreg.h247 uint8_t plcp_length_lo; member in struct:rum_tx_desc
H A Dif_ural.c1005 desc->plcp_length_lo = plcp_length & 0x3f;
1016 desc->plcp_length_lo = plcp_length & 0xff;
H A Dif_rum.c1389 desc->plcp_length_lo = plcp_length & 0x3f;
1400 desc->plcp_length_lo = plcp_length & 0xff;
/freebsd-13-stable/sys/dev/ral/
H A Drt2560reg.h224 uint8_t plcp_length_lo; member in struct:rt2560_tx_desc
H A Drt2661reg.h239 uint8_t plcp_length_lo; member in struct:rt2661_tx_desc
H A Drt2560.c1428 desc->plcp_length_lo = plcp_length & 0x3f;
1437 desc->plcp_length_lo = plcp_length & 0xff;
H A Drt2661.c1250 desc->plcp_length_lo = plcp_length & 0x3f;
1259 desc->plcp_length_lo = plcp_length & 0xff;

Completed in 140 milliseconds