Home
last modified time | relevance | path

Searched refs:FirstAGGR (Results 1 – 4 of 4) sorted by relevance

/linux-3.4.99/drivers/staging/rtl8192e/rtl8192e/
Dr8190P_def.h392 u16 FirstAGGR:1; member
Dr8192E_dev.c2043 (pDrvInfo->FirstAGGR == 1); in rtl8192_rx_query_status_desc()
2058 if (pDrvInfo->FirstAGGR == 1 || pDrvInfo->PartAggr == 1) in rtl8192_rx_query_status_desc()
2061 pDrvInfo->FirstAGGR, pDrvInfo->PartAggr); in rtl8192_rx_query_status_desc()
/linux-3.4.99/drivers/staging/rtl8192u/
Dr8192U.h402 u16 FirstAGGR:1; member
Dr8192U_core.c5377 stats->bFirstMPDU = (driver_info->PartAggr==1) && (driver_info->FirstAGGR==1); in query_rxdesc_status()
5388 if(driver_info->FirstAGGR==1 || driver_info->PartAggr == 1) in query_rxdesc_status()
5390 driver_info->FirstAGGR, driver_info->PartAggr); in query_rxdesc_status()