Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/rtl8712/
Dwifi.h319 unsigned int to_fr_ds = (GetToDs(pframe) << 1) | GetFrDs(pframe); in get_da() local
321 switch (to_fr_ds) { in get_da()
342 unsigned int to_fr_ds = (GetToDs(pframe) << 1) | GetFrDs(pframe); in get_sa() local
344 switch (to_fr_ds) { in get_sa()
365 unsigned int to_fr_ds = (GetToDs(pframe) << 1) | GetFrDs(pframe); in get_hdr_bssid() local
367 switch (to_fr_ds) { in get_hdr_bssid()
Drtl871x_recv.c493 switch (pattrib->to_fr_ds) { in validate_recv_data_frame()
527 pattrib->hdrlen = pattrib->to_fr_ds == 3 ? 32 : 26; in validate_recv_data_frame()
530 pattrib->hdrlen = (pattrib->to_fr_ds == 3) ? 30 : 24; in validate_recv_data_frame()
574 pattrib->to_fr_ds = get_tofr_ds(ptr); in r8712_validate_recv_frame()
Drtl871x_recv.h46 u8 to_fr_ds; member
/linux-4.1.27/drivers/staging/rtl8188eu/include/
Dwifi.h380 unsigned int to_fr_ds = (GetToDs(pframe) << 1) | GetFrDs(pframe); in get_da() local
382 switch (to_fr_ds) { in get_da()
402 unsigned int to_fr_ds = (GetToDs(pframe) << 1) | GetFrDs(pframe); in get_sa() local
404 switch (to_fr_ds) { in get_sa()
424 unsigned int to_fr_ds = (GetToDs(pframe) << 1) | GetFrDs(pframe); in get_hdr_bssid() local
426 switch (to_fr_ds) { in get_hdr_bssid()
Drtw_recv.h108 u8 to_fr_ds; member
/linux-4.1.27/drivers/staging/rtl8188eu/core/
Drtw_recv.c1166 switch (pattrib->to_fr_ds) { in validate_recv_data_frame()
1216 pattrib->hdrlen = pattrib->to_fr_ds == 3 ? 32 : 26; in validate_recv_data_frame()
1222 pattrib->hdrlen = pattrib->to_fr_ds == 3 ? 30 : 24; in validate_recv_data_frame()
1291 pattrib->to_fr_ds = get_tofr_ds(ptr); in validate_recv_frame()