Lines Matching refs:txds
2322 struct TxD *txds;
2325 txds = txdlp;
2326 if (txds->Host_Control == (u64)(long)fifo_data->ufo_in_band_v) {
2328 (dma_addr_t)txds->Buffer_Pointer,
2330 txds++;
2333 skb = (struct sk_buff *)((unsigned long)txds->Host_Control);
2338 dma_unmap_single(&nic->pdev->dev, (dma_addr_t)txds->Buffer_Pointer,
2342 txds++;
2343 for (j = 0; j < frg_cnt; j++, txds++) {
2345 if (!txds->Buffer_Pointer)
2348 (dma_addr_t)txds->Buffer_Pointer,
5477 DBG_PRINT(INFO_DBG, "max txds: %d\n", sp->config.max_txds);