HomeSort by: relevance | last modified time | path
    Searched refs:plcp_length_lo (Results 1 - 8 of 8) sorted by relevancy

  /src/sys/dev/usb/
if_uralreg.h 176 uint8_t plcp_length_lo; member in struct:ural_tx_desc
if_rumreg.h 194 uint8_t plcp_length_lo; member in struct:rum_tx_desc
if_rum.c 1052 desc->plcp_length_lo = plcp_length & 0x3f;
1061 desc->plcp_length_lo = plcp_length & 0xff;
if_ural.c 1104 desc->plcp_length_lo = plcp_length & 0x3f;
1113 desc->plcp_length_lo = plcp_length & 0xff;
  /src/sys/dev/ic/
rt2560reg.h 221 uint8_t plcp_length_lo; member in struct:rt2560_tx_desc
rt2661reg.h 246 uint8_t plcp_length_lo; member in struct:rt2661_tx_desc
rt2661.c 1464 desc->plcp_length_lo = plcp_length & 0x3f;
1473 desc->plcp_length_lo = plcp_length & 0xff;
rt2560.c 1700 desc->plcp_length_lo = plcp_length & 0x3f;
1709 desc->plcp_length_lo = plcp_length & 0xff;

Completed in 20 milliseconds