Lines Matching refs:txp
236 struct sk_buff **txp; member
652 di->txp = kzalloc(size, GFP_ATOMIC); in dma_attach()
653 if (di->txp == NULL) in dma_attach()
764 kfree(di->txp); in dma_detach()
1311 di->txp[prevtxd(di, txout)] = p; in dma_txenq()
1473 struct sk_buff *txp; in dma_getnexttxp() local
1484 txp = NULL; in dma_getnexttxp()
1511 for (i = start; i != end && !txp; i = nexttxd(di, i)) { in dma_getnexttxp()
1524 txp = di->txp[i]; in dma_getnexttxp()
1525 di->txp[i] = NULL; in dma_getnexttxp()
1535 return txp; in dma_getnexttxp()
1559 skb = di->txp[i]; in dma_walk_packets()