Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/staging/rtl8712/
Dwifi.h307 unsigned int to_fr_ds = (GetToDs(pframe) << 1) | GetFrDs(pframe); in get_da() local
309 switch (to_fr_ds) { in get_da()
330 unsigned int to_fr_ds = (GetToDs(pframe) << 1) | GetFrDs(pframe); in get_sa() local
332 switch (to_fr_ds) { in get_sa()
353 unsigned int to_fr_ds = (GetToDs(pframe) << 1) | GetFrDs(pframe); in get_hdr_bssid() local
355 switch (to_fr_ds) { in get_hdr_bssid()
Drtl871x_recv.c495 switch (pattrib->to_fr_ds) { in validate_recv_data_frame()
529 pattrib->hdrlen = pattrib->to_fr_ds == 3 ? 32 : 26; in validate_recv_data_frame()
532 pattrib->hdrlen = (pattrib->to_fr_ds == 3) ? 30 : 24; in validate_recv_data_frame()
576 pattrib->to_fr_ds = get_tofr_ds(ptr); in r8712_validate_recv_frame()
Drtl871x_recv.h47 u8 to_fr_ds; member
/Linux-v4.19/drivers/staging/rtl8188eu/include/
Dwifi.h271 unsigned int to_fr_ds = (GetToDs(pframe) << 1) | GetFrDs(pframe); in get_da() local
273 switch (to_fr_ds) { in get_da()
293 unsigned int to_fr_ds = (GetToDs(pframe) << 1) | GetFrDs(pframe); in get_sa() local
295 switch (to_fr_ds) { in get_sa()
315 unsigned int to_fr_ds = (GetToDs(pframe) << 1) | GetFrDs(pframe); in get_hdr_bssid() local
317 switch (to_fr_ds) { in get_hdr_bssid()
Drtw_recv.h89 u8 to_fr_ds; member
/Linux-v4.19/drivers/staging/rtl8723bs/include/
Dwifi.h374 unsigned int to_fr_ds = (GetToDs(pframe) << 1) | GetFrDs(pframe); in get_da() local
376 switch (to_fr_ds) { in get_da()
398 unsigned int to_fr_ds = (GetToDs(pframe) << 1) | GetFrDs(pframe); in get_sa() local
400 switch (to_fr_ds) { in get_sa()
421 unsigned int to_fr_ds = (GetToDs(pframe) << 1) | GetFrDs(pframe); in get_hdr_bssid() local
423 switch (to_fr_ds) { in get_hdr_bssid()
Drtw_recv.h138 u8 to_fr_ds; member
/Linux-v4.19/drivers/staging/rtl8188eu/core/
Drtw_recv.c1060 switch (pattrib->to_fr_ds) { in validate_recv_data_frame()
1109 pattrib->hdrlen = pattrib->to_fr_ds == 3 ? 32 : 26; in validate_recv_data_frame()
1115 pattrib->hdrlen = pattrib->to_fr_ds == 3 ? 30 : 24; in validate_recv_data_frame()
1183 pattrib->to_fr_ds = get_tofr_ds(ptr); in validate_recv_frame()
/Linux-v4.19/drivers/staging/rtl8723bs/core/
Drtw_recv.c1290 switch (pattrib->to_fr_ds) { in validate_recv_data_frame()
1324 DBG_871X("DBG_RX_DROP_FRAME %s case:%d, res:%d\n", __func__, pattrib->to_fr_ds, ret); in validate_recv_data_frame()
1353 pattrib->hdrlen = pattrib->to_fr_ds == 3 ? 32 : 26; in validate_recv_data_frame()
1360 pattrib->hdrlen = pattrib->to_fr_ds == 3 ? 30 : 24; in validate_recv_data_frame()
1524 pattrib->to_fr_ds = get_tofr_ds(ptr); in validate_recv_frame()