HomeSort by relevance Sort by last modified time
    Searched refs:uLastQueId (Results 1 - 4 of 4) sorted by null

  /system/wlan/ti/wilink_6_1/stad/src/Data_link/
txDataQueue.h 92 TI_UINT32 uLastQueId; /* the last queue processed by the scheduler */
txDataQueue.c 125 pTxDataQ->uLastQueId = 0;
474 WLAN_OS_REPORT(("uLastQueId = %d\n",pTxDataQ->uLastQueId));
589 TI_UINT32 uQueId = pTxDataQ->uLastQueId; /* The last iteration queue */
608 pTxDataQ->uLastQueId = uQueId;
  /hardware/ti/wlan/wl1271/stad/src/Data_link/
txDataQueue.h 95 TI_UINT32 uLastQueId; /* the last queue processed by the scheduler */
txDataQueue.c 132 pTxDataQ->uLastQueId = 0;
545 WLAN_OS_REPORT(("uLastQueId = %d\n",pTxDataQ->uLastQueId));
673 TI_UINT32 uQueId = pTxDataQ->uLastQueId; /* The last iteration queue */
693 pTxDataQ->uLastQueId = uQueId;

Completed in 328 milliseconds