Lines Matching defs:txds
2325 struct TxD *txds;
2328 txds = txdlp;
2329 if (txds->Host_Control == (u64)(long)fifo_data->ufo_in_band_v) {
2331 (dma_addr_t)txds->Buffer_Pointer,
2333 txds++;
2336 skb = (struct sk_buff *)((unsigned long)txds->Host_Control);
2341 dma_unmap_single(&nic->pdev->dev, (dma_addr_t)txds->Buffer_Pointer,
2345 txds++;
2346 for (j = 0; j < frg_cnt; j++, txds++) {
2348 if (!txds->Buffer_Pointer)
2351 (dma_addr_t)txds->Buffer_Pointer,
5484 DBG_PRINT(INFO_DBG, "max txds: %d\n", sp->config.max_txds);