Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/staging/rtl8712/
Dwifi.h284 unsigned int to_fr_ds = (GetToDs(pframe) << 1) | GetFrDs(pframe); in get_da() local
286 switch (to_fr_ds) { in get_da()
306 unsigned int to_fr_ds = (GetToDs(pframe) << 1) | GetFrDs(pframe); in get_sa() local
308 switch (to_fr_ds) { in get_sa()
329 unsigned int to_fr_ds = (GetToDs(pframe) << 1) | GetFrDs(pframe); in get_hdr_bssid() local
331 switch (to_fr_ds) { in get_hdr_bssid()
Drtl871x_recv.c482 switch (pattrib->to_fr_ds) { in validate_recv_data_frame()
516 pattrib->hdrlen = pattrib->to_fr_ds == 3 ? 32 : 26; in validate_recv_data_frame()
519 pattrib->hdrlen = (pattrib->to_fr_ds == 3) ? 30 : 24; in validate_recv_data_frame()
563 pattrib->to_fr_ds = get_tofr_ds(ptr); in r8712_validate_recv_frame()
Drtl871x_recv.h47 u8 to_fr_ds; member
/Linux-v5.4/drivers/staging/rtl8188eu/include/
Dwifi.h263 unsigned int to_fr_ds = (GetToDs(pframe) << 1) | GetFrDs(pframe); in get_da() local
265 switch (to_fr_ds) { in get_da()
285 unsigned int to_fr_ds = (GetToDs(pframe) << 1) | GetFrDs(pframe); in get_sa() local
287 switch (to_fr_ds) { in get_sa()
307 unsigned int to_fr_ds = (GetToDs(pframe) << 1) | GetFrDs(pframe); in get_hdr_bssid() local
309 switch (to_fr_ds) { in get_hdr_bssid()
Drtw_recv.h89 u8 to_fr_ds; member
/Linux-v5.4/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-v5.4/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()
/Linux-v5.4/drivers/staging/rtl8188eu/core/
Drtw_recv.c1055 switch (pattrib->to_fr_ds) { in validate_recv_data_frame()
1104 pattrib->hdrlen = pattrib->to_fr_ds == 3 ? 32 : 26; in validate_recv_data_frame()
1110 pattrib->hdrlen = pattrib->to_fr_ds == 3 ? 30 : 24; in validate_recv_data_frame()
1178 pattrib->to_fr_ds = get_tofr_ds(ptr); in validate_recv_frame()