Home
last modified time | relevance | path

Searched refs:get_tofr_ds (Results 1 – 6 of 6) sorted by relevance

/Linux-v5.4/drivers/staging/rtl8712/
Dwifi.h161 static inline unsigned char get_tofr_ds(unsigned char *pframe) in get_tofr_ds() function
Drtl871x_recv.c563 pattrib->to_fr_ds = get_tofr_ds(ptr); in r8712_validate_recv_frame()
/Linux-v5.4/drivers/staging/rtl8188eu/include/
Dwifi.h161 #define get_tofr_ds(pframe) ((GetToDs(pframe) << 1) | GetFrDs(pframe)) macro
/Linux-v5.4/drivers/staging/rtl8723bs/include/
Dwifi.h217 #define get_tofr_ds(pframe) ((GetToDs(pframe) << 1) | GetFrDs(pframe)) macro
/Linux-v5.4/drivers/staging/rtl8188eu/core/
Drtw_recv.c1178 pattrib->to_fr_ds = get_tofr_ds(ptr); in validate_recv_frame()
/Linux-v5.4/drivers/staging/rtl8723bs/core/
Drtw_recv.c1524 pattrib->to_fr_ds = get_tofr_ds(ptr); in validate_recv_frame()