Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/rtl8712/
Dwifi.h310 unsigned int to_fr_ds = (GetToDs(pframe) << 1) | GetFrDs(pframe); in get_da() local
312 switch (to_fr_ds) { in get_da()
333 unsigned int to_fr_ds = (GetToDs(pframe) << 1) | GetFrDs(pframe); in get_sa() local
335 switch (to_fr_ds) { in get_sa()
356 unsigned int to_fr_ds = (GetToDs(pframe) << 1) | GetFrDs(pframe); in get_hdr_bssid() local
358 switch (to_fr_ds) { in get_hdr_bssid()
Drtl871x_recv.c497 switch (pattrib->to_fr_ds) { in validate_recv_data_frame()
531 pattrib->hdrlen = pattrib->to_fr_ds == 3 ? 32 : 26; in validate_recv_data_frame()
534 pattrib->hdrlen = (pattrib->to_fr_ds == 3) ? 30 : 24; in validate_recv_data_frame()
578 pattrib->to_fr_ds = get_tofr_ds(ptr); in r8712_validate_recv_frame()
Drtl871x_recv.h46 u8 to_fr_ds; member
/linux-4.4.14/drivers/staging/rtl8188eu/include/
Dwifi.h291 unsigned int to_fr_ds = (GetToDs(pframe) << 1) | GetFrDs(pframe); in get_da() local
293 switch (to_fr_ds) { in get_da()
313 unsigned int to_fr_ds = (GetToDs(pframe) << 1) | GetFrDs(pframe); in get_sa() local
315 switch (to_fr_ds) { in get_sa()
335 unsigned int to_fr_ds = (GetToDs(pframe) << 1) | GetFrDs(pframe); in get_hdr_bssid() local
337 switch (to_fr_ds) { in get_hdr_bssid()
Drtw_recv.h108 u8 to_fr_ds; member
/linux-4.4.14/drivers/staging/rtl8188eu/core/
Drtw_recv.c1140 switch (pattrib->to_fr_ds) { in validate_recv_data_frame()
1190 pattrib->hdrlen = pattrib->to_fr_ds == 3 ? 32 : 26; in validate_recv_data_frame()
1196 pattrib->hdrlen = pattrib->to_fr_ds == 3 ? 30 : 24; in validate_recv_data_frame()
1263 pattrib->to_fr_ds = get_tofr_ds(ptr); in validate_recv_frame()