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

/illumos-gate/usr/src/uts/common/io/rum/
H A Drum_reg.h202 uint8_t plcp_length_lo; member in struct:rum_tx_desc
H A Drum.c707 desc->plcp_length_lo = plcp_length & 0x3f;
716 desc->plcp_length_lo = plcp_length & 0xff;
/illumos-gate/usr/src/uts/common/io/ural/
H A Dural_reg.h187 uint8_t plcp_length_lo; member in struct:ural_tx_desc
H A Dural.c643 desc->plcp_length_lo = plcp_length & 0x3f;
652 desc->plcp_length_lo = plcp_length & 0xff;
/illumos-gate/usr/src/uts/common/io/ral/
H A Drt2560_reg.h238 uint8_t plcp_length_lo; member in struct:rt2560_tx_desc
H A Drt2560.c1410 desc->plcp_length_lo = plcp_length & 0x3f;
1419 desc->plcp_length_lo = plcp_length & 0xff;
/illumos-gate/usr/src/uts/common/io/rwd/
H A Drt2661_reg.h250 uint8_t plcp_length_lo; member in struct:rt2661_tx_desc
H A Drt2661.c1384 desc->plcp_length_lo = plcp_length & 0x3f;
1393 desc->plcp_length_lo = plcp_length & 0xff;

Completed in 69 milliseconds