Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/rtl8712/
Dwifi.h184 #define get_tofr_ds(pframe) ((GetToDs(pframe) << 1) | GetFrDs(pframe)) macro
Drtl871x_recv.c574 pattrib->to_fr_ds = get_tofr_ds(ptr); in r8712_validate_recv_frame()
/linux-4.1.27/drivers/staging/rtl8188eu/include/
Dwifi.h263 #define get_tofr_ds(pframe) ((GetToDs(pframe) << 1) | GetFrDs(pframe)) macro
/linux-4.1.27/drivers/staging/rtl8188eu/core/
Drtw_recv.c1291 pattrib->to_fr_ds = get_tofr_ds(ptr); in validate_recv_frame()