Searched refs:pInputPkt (Results 1 – 4 of 4) sorted by relevance
390 TTxCtrlBlk *pInputPkt = (TTxCtrlBlk *)pTxn; /* This is the last packet of the aggregation */ in txXfer_TransferDoneCb() local396 …pCurrPkt = pInputPkt->pNextAggregEntry; /* The last packet of the aggregation point to the first … in txXfer_TransferDoneCb()402 if (pCurrPkt == pInputPkt) in txXfer_TransferDoneCb()410 … "txXfer_TransferDoneCb: NumPkts=%d, pInputPkt=0x%x, pCurrPkt=0x%x\n", i + 1, pInputPkt, pCurrPkt); in txXfer_TransferDoneCb()
541 pPktCtrlBlk->tTxPktParams.pInputPkt = pRawBuf; in txCtrl_AllocPacketBuffer()564 …Params.uFlags & TX_CTRL_FLAG_PKT_IN_RAW_BUF), pPktCtrlBlk->tTxPktParams.pInputPkt, pPktCtrlBlk->tT… in txCtrl_FreePacket()570 pPktCtrlBlk->tTxPktParams.pInputPkt, in txCtrl_FreePacket()
150 pPktCtrlBlk->tTxPktParams.pInputPkt = skb; in wlanDrvIf_Xmit()191 dev_kfree_skb((struct sk_buff *)pPktCtrlBlk->tTxPktParams.pInputPkt); in wlanDrvIf_FreeTxPacket()
1607 …void * pInputPkt; /**< The input packet to the Tx path, either OS packet or raw buff… member