Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/staging/rtl8712/
Dwifi.h47 static inline unsigned char get_tofr_ds(unsigned char *pframe) in get_tofr_ds() function
Drtl871x_recv.c559 pattrib->to_fr_ds = get_tofr_ds(ptr); in r8712_validate_recv_frame()
/linux-6.1.9/drivers/staging/rtl8723bs/include/
Dwifi.h102 #define get_tofr_ds(pframe) ((GetToDs(pframe) << 1) | GetFrDs(pframe)) macro
/linux-6.1.9/drivers/staging/rtl8723bs/core/
Drtw_recv.c1445 pattrib->to_fr_ds = get_tofr_ds(ptr); in validate_recv_frame()