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

  /src/sys/dev/usb/
if_uralreg.h 177 uint8_t plcp_length_hi; member in struct:ural_tx_desc
if_rumreg.h 195 uint8_t plcp_length_hi; member in struct:rum_tx_desc
if_rum.c 1051 desc->plcp_length_hi = plcp_length >> 6;
1060 desc->plcp_length_hi = plcp_length >> 8;
if_ural.c 1103 desc->plcp_length_hi = plcp_length >> 6;
1112 desc->plcp_length_hi = plcp_length >> 8;
  /src/sys/dev/ic/
rt2560reg.h 222 uint8_t plcp_length_hi; member in struct:rt2560_tx_desc
rt2661reg.h 247 uint8_t plcp_length_hi; member in struct:rt2661_tx_desc
rt2661.c 1463 desc->plcp_length_hi = plcp_length >> 6;
1472 desc->plcp_length_hi = plcp_length >> 8;
rt2560.c 1699 desc->plcp_length_hi = plcp_length >> 6;
1708 desc->plcp_length_hi = plcp_length >> 8;

Completed in 25 milliseconds