Home
last modified time | relevance | path

Searched refs:rtllib_get_hdrlen (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/staging/rtl8192e/
H A Drtllib_rx.c293 hdrlen = rtllib_get_hdrlen(le16_to_cpu(hdr->frame_ctl)); in rtllib_rx_frame_decrypt()
332 hdrlen = rtllib_get_hdrlen(le16_to_cpu(hdr->frame_ctl)); in rtllib_rx_frame_decrypt_msdu()
887 hdrlen = rtllib_get_hdrlen(fc); in rtllib_rx_get_hdrlen()
1451 size_t hdrlen = rtllib_get_hdrlen(fc); in rtllib_rx_Monitor()
H A Drtllib.h1758 static inline int rtllib_get_hdrlen(u16 fc) in rtllib_get_hdrlen() function
1787 switch (rtllib_get_hdrlen(le16_to_cpu(hdr->frame_ctl))) { in rtllib_get_payload()