Home
last modified time | relevance | path

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

/drivers/staging/rtl8723bs/include/
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()
Drtw_recv.h125 u8 to_fr_ds; member
/drivers/staging/r8188eu/include/
Dwifi.h382 unsigned int to_fr_ds = (GetToDs(pframe) << 1) | GetFrDs(pframe); in get_da() local
384 switch (to_fr_ds) { in get_da()
404 unsigned int to_fr_ds = (GetToDs(pframe) << 1) | GetFrDs(pframe); in get_sa() local
406 switch (to_fr_ds) { in get_sa()
426 unsigned int to_fr_ds = (GetToDs(pframe) << 1) | GetFrDs(pframe); in get_hdr_bssid() local
428 switch (to_fr_ds) { in get_hdr_bssid()
Drtw_recv.h93 u8 to_fr_ds; member
/drivers/staging/rtl8712/
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()
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()
Drtl871x_recv.h43 u8 to_fr_ds; member
/drivers/staging/rtl8723bs/core/
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()
/drivers/staging/r8188eu/core/
Drtw_recv.c1067 switch (pattrib->to_fr_ds) { in validate_recv_data_frame()
1115 pattrib->hdrlen = pattrib->to_fr_ds == 3 ? 32 : 26; in validate_recv_data_frame()
1121 pattrib->hdrlen = pattrib->to_fr_ds == 3 ? 30 : 24; in validate_recv_data_frame()
1180 pattrib->to_fr_ds = get_tofr_ds(ptr); in validate_recv_frame()