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

/freebsd-11-stable/sys/dev/usb/wlan/
H A Dif_uralreg.h179 uint8_t plcp_length_lo; member in struct:ural_tx_desc
H A Dif_rumreg.h248 uint8_t plcp_length_lo; member in struct:rum_tx_desc
H A Dif_ural.c1000 desc->plcp_length_lo = plcp_length & 0x3f;
1011 desc->plcp_length_lo = plcp_length & 0xff;
H A Dif_rum.c1333 desc->plcp_length_lo = plcp_length & 0x3f;
1344 desc->plcp_length_lo = plcp_length & 0xff;
/freebsd-11-stable/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.c1250 desc->plcp_length_lo = plcp_length & 0x3f;
1259 desc->plcp_length_lo = plcp_length & 0xff;
H A Drt2560.c1429 desc->plcp_length_lo = plcp_length & 0x3f;
1438 desc->plcp_length_lo = plcp_length & 0xff;

Completed in 104 milliseconds