Lines Matching refs:txds
2324 struct TxD *txds; in s2io_txdl_getskb() local
2327 txds = txdlp; in s2io_txdl_getskb()
2328 if (txds->Host_Control == (u64)(long)fifo_data->ufo_in_band_v) { in s2io_txdl_getskb()
2330 (dma_addr_t)txds->Buffer_Pointer, in s2io_txdl_getskb()
2332 txds++; in s2io_txdl_getskb()
2335 skb = (struct sk_buff *)((unsigned long)txds->Host_Control); in s2io_txdl_getskb()
2340 dma_unmap_single(&nic->pdev->dev, (dma_addr_t)txds->Buffer_Pointer, in s2io_txdl_getskb()
2344 txds++; in s2io_txdl_getskb()
2345 for (j = 0; j < frg_cnt; j++, txds++) { in s2io_txdl_getskb()
2347 if (!txds->Buffer_Pointer) in s2io_txdl_getskb()
2350 (dma_addr_t)txds->Buffer_Pointer, in s2io_txdl_getskb()