Searched refs:txds (Results 1 – 3 of 3) sorted by relevance
2377 struct TxD *txds; in s2io_txdl_getskb() local2380 txds = txdlp; in s2io_txdl_getskb()2381 if (txds->Host_Control == (u64)(long)fifo_data->ufo_in_band_v) { in s2io_txdl_getskb()2383 txds->Buffer_Pointer, sizeof(u64), in s2io_txdl_getskb()2385 txds++; in s2io_txdl_getskb()2389 txds->Host_Control); in s2io_txdl_getskb()2395 txds->Buffer_Pointer, in s2io_txdl_getskb()2400 txds++; in s2io_txdl_getskb()2401 for (j = 0; j < frg_cnt; j++, txds++) { in s2io_txdl_getskb()2403 if (!txds->Buffer_Pointer) in s2io_txdl_getskb()[all …]
2737 struct cas_tx_desc txds[N_TX_RINGS][INIT_BLOCK_TX]; member
1894 struct cas_tx_desc *txds; in cas_tx_ringN() local1900 txds = cp->init_txds[ring]; in cas_tx_ringN()1931 struct cas_tx_desc *txd = txds + entry; in cas_tx_ringN()5174 cp->init_txds[i] = cp->init_block->txds[i]; in cas_init_one()