Home
last modified time | relevance | path

Searched refs:to_fr_ds (Results 1 – 9 of 9) sorted by relevance

/linux/drivers/staging/rtl8723bs/include/
A Dwifi.h245 unsigned int to_fr_ds = (GetToDs(pframe) << 1) | GetFrDs(pframe); in get_da() local
247 switch (to_fr_ds) { in get_da()
269 unsigned int to_fr_ds = (GetToDs(pframe) << 1) | GetFrDs(pframe); in get_sa() local
271 switch (to_fr_ds) { in get_sa()
292 unsigned int to_fr_ds = (GetToDs(pframe) << 1) | GetFrDs(pframe); in get_hdr_bssid() local
294 switch (to_fr_ds) { in get_hdr_bssid()
A Drtw_recv.h125 u8 to_fr_ds; member
/linux/drivers/staging/r8188eu/include/
A Dwifi.h340 unsigned int to_fr_ds = (GetToDs(pframe) << 1) | GetFrDs(pframe); in get_da() local
342 switch (to_fr_ds) { in get_da()
362 unsigned int to_fr_ds = (GetToDs(pframe) << 1) | GetFrDs(pframe); in get_sa() local
364 switch (to_fr_ds) { in get_sa()
384 unsigned int to_fr_ds = (GetToDs(pframe) << 1) | GetFrDs(pframe); in get_hdr_bssid() local
386 switch (to_fr_ds) { in get_hdr_bssid()
A Drtw_recv.h92 u8 to_fr_ds; member
/linux/drivers/staging/rtl8712/
A Dwifi.h162 unsigned int to_fr_ds = (GetToDs(pframe) << 1) | GetFrDs(pframe); in get_hdr_bssid() local
164 switch (to_fr_ds) { in get_hdr_bssid()
A Drtl871x_recv.c479 switch (pattrib->to_fr_ds) { in validate_recv_data_frame()
513 pattrib->hdrlen = pattrib->to_fr_ds == 3 ? 32 : 26; in validate_recv_data_frame()
516 pattrib->hdrlen = (pattrib->to_fr_ds == 3) ? 30 : 24; in validate_recv_data_frame()
560 pattrib->to_fr_ds = get_tofr_ds(ptr); in r8712_validate_recv_frame()
A Drtl871x_recv.h43 u8 to_fr_ds; member
/linux/drivers/staging/r8188eu/core/
A Drtw_recv.c993 switch (pattrib->to_fr_ds) { in validate_recv_data_frame()
1041 pattrib->hdrlen = pattrib->to_fr_ds == 3 ? 32 : 26; in validate_recv_data_frame()
1047 pattrib->hdrlen = pattrib->to_fr_ds == 3 ? 30 : 24; in validate_recv_data_frame()
1106 pattrib->to_fr_ds = get_tofr_ds(ptr); in validate_recv_frame()
/linux/drivers/staging/rtl8723bs/core/
A Drtw_recv.c1255 switch (pattrib->to_fr_ds) { in validate_recv_data_frame()
1310 pattrib->hdrlen = pattrib->to_fr_ds == 3 ? 32 : 26; in validate_recv_data_frame()
1317 pattrib->hdrlen = pattrib->to_fr_ds == 3 ? 30 : 24; in validate_recv_data_frame()
1448 pattrib->to_fr_ds = get_tofr_ds(ptr); in validate_recv_frame()

Completed in 28 milliseconds