Home
last modified time | relevance | path

Searched refs:packetlength (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/drivers/staging/rtl8192e/rtl8192e/
Dr8192E_dev.c2088 stats->packetlength = stats->Length-4; in rtl8192_rx_query_status_desc()
2089 stats->fraglength = stats->packetlength; in rtl8192_rx_query_status_desc()
/linux-4.1.27/drivers/staging/rtl8192u/
Dr8192U_core.c4540 frame_len = pstats->packetlength; in rtl819xusb_process_received_packet()
4583 stats->packetlength = stats->Length-scrclng; in query_rx_cmdpkt_desc_status()
4584 stats->fraglength = stats->packetlength; in query_rx_cmdpkt_desc_status()
/linux-4.1.27/drivers/staging/rtl8192u/ieee80211/
Dieee80211.h879 u16 packetlength; // Total packet length: Must equal to sum of all FragLength member
/linux-4.1.27/drivers/staging/rtl8192e/
Drtllib.h961 u16 packetlength; member