Home
last modified time | relevance | path

Searched defs:get_tofr_ds (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/staging/rtl8712/
H A Dwifi.h47 static inline unsigned char get_tofr_ds(unsigned char *pframe) in get_tofr_ds() function
/linux/drivers/staging/rtl8723bs/include/
H A Dwifi.h83 #define get_tofr_ds(pframe) ((GetToDs(pframe) << 1) | GetFrDs(pframe)) macro