HomeSort by relevance Sort by last modified time
    Searched defs:pInputPkt (Results 1 - 2 of 2) sorted by null

  /hardware/ti/wlan/wl1271/TWD/FW_Transfer/
txXfer.c 390 TTxCtrlBlk *pInputPkt = (TTxCtrlBlk *)pTxn; /* This is the last packet of the aggregation */
396 pCurrPkt = pInputPkt->pNextAggregEntry; /* The last packet of the aggregation point to the first one */
402 if (pCurrPkt == pInputPkt)
410 TRACE3(pTxXfer->hReport, REPORT_SEVERITY_INFORMATION, "txXfer_TransferDoneCb: NumPkts=%d, pInputPkt=0x%x, pCurrPkt=0x%x\n", i + 1, pInputPkt, pCurrPkt);
  /hardware/ti/wlan/wl1271/TWD/TWDriver/
TWDriver.h     [all...]

Completed in 75 milliseconds