Lines Matching refs:txds
2324 struct TxD *txds;
2327 txds = txdlp;
2328 if (txds->Host_Control == (u64)(long)fifo_data->ufo_in_band_v) {
2330 (dma_addr_t)txds->Buffer_Pointer,
2332 txds++;
2335 skb = (struct sk_buff *)((unsigned long)txds->Host_Control);
2340 dma_unmap_single(&nic->pdev->dev, (dma_addr_t)txds->Buffer_Pointer,
2344 txds++;
2345 for (j = 0; j < frg_cnt; j++, txds++) {
2347 if (!txds->Buffer_Pointer)
2350 (dma_addr_t)txds->Buffer_Pointer,
5484 DBG_PRINT(INFO_DBG, "max txds: %d\n", sp->config.max_txds);