HomeSort by relevance Sort by last modified time
    Searched refs:pInputPkt (Results 1 - 4 of 4) 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/platforms/os/linux/src/
WlanDrvIf.c 150 pPktCtrlBlk->tTxPktParams.pInputPkt = skb;
191 dev_kfree_skb((struct sk_buff *)pPktCtrlBlk->tTxPktParams.pInputPkt);
    [all...]
  /hardware/ti/wlan/wl1271/stad/src/Data_link/
txCtrl.c 541 pPktCtrlBlk->tTxPktParams.pInputPkt = pRawBuf;
564 TRACE3(pTxCtrl->hReport, REPORT_SEVERITY_INFORMATION, "txCtrl_FreePacket(): RawBufFlag = 0x%x, pBuf = 0x%x, Len = %d\n", (pPktCtrlBlk->tTxPktParams.uFlags & TX_CTRL_FLAG_PKT_IN_RAW_BUF), pPktCtrlBlk->tTxPktParams.pInputPkt, pPktCtrlBlk->tTxPktParams.uInputPktLen);
570 pPktCtrlBlk->tTxPktParams.pInputPkt,
    [all...]
  /hardware/ti/wlan/wl1271/TWD/TWDriver/
TWDriver.h     [all...]

Completed in 551 milliseconds