Home
last modified time | relevance | path

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

/linux-6.1.9/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
/linux-6.1.9/drivers/staging/r8188eu/include/
Dwifi.h247 unsigned int to_fr_ds = (GetToDs(pframe) << 1) | GetFrDs(pframe); in get_da() local
249 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()
291 unsigned int to_fr_ds = (GetToDs(pframe) << 1) | GetFrDs(pframe); in get_hdr_bssid() local
293 switch (to_fr_ds) { in get_hdr_bssid()
/linux-6.1.9/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.c478 switch (pattrib->to_fr_ds) { in validate_recv_data_frame()
512 pattrib->hdrlen = pattrib->to_fr_ds == 3 ? 32 : 26; in validate_recv_data_frame()
515 pattrib->hdrlen = (pattrib->to_fr_ds == 3) ? 30 : 24; in validate_recv_data_frame()
559 pattrib->to_fr_ds = get_tofr_ds(ptr); in r8712_validate_recv_frame()
Drtl871x_recv.h43 u8 to_fr_ds; member
/linux-6.1.9/drivers/staging/rtl8723bs/core/
Drtw_recv.c1254 switch (pattrib->to_fr_ds) { in validate_recv_data_frame()
1309 pattrib->hdrlen = pattrib->to_fr_ds == 3 ? 32 : 26; in validate_recv_data_frame()
1316 pattrib->hdrlen = pattrib->to_fr_ds == 3 ? 30 : 24; in validate_recv_data_frame()
1445 pattrib->to_fr_ds = get_tofr_ds(ptr); in validate_recv_frame()