Lines Matching refs:txp
236 struct sk_buff **txp; member
651 di->txp = kzalloc(size, GFP_ATOMIC); in dma_attach()
652 if (di->txp == NULL) in dma_attach()
763 kfree(di->txp); in dma_detach()
1310 di->txp[prevtxd(di, txout)] = p; in dma_txenq()
1472 struct sk_buff *txp; in dma_getnexttxp() local
1483 txp = NULL; in dma_getnexttxp()
1510 for (i = start; i != end && !txp; i = nexttxd(di, i)) { in dma_getnexttxp()
1523 txp = di->txp[i]; in dma_getnexttxp()
1524 di->txp[i] = NULL; in dma_getnexttxp()
1534 return txp; in dma_getnexttxp()
1558 skb = di->txp[i]; in dma_walk_packets()