Searched refs:txds (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/
H A Ds2io.c2116 struct TxD *txds; local
2119 txds = txdlp;
2120 if (txds->Host_Control == (u64)(long)nic->ufo_in_band_v) {
2122 txds->Buffer_Pointer, sizeof(u64),
2124 txds++;
2128 txds->Host_Control);
2134 txds->Buffer_Pointer,
2139 txds++;
2140 for (j = 0; j < frg_cnt; j++, txds++) {
2142 if (!txds
[all...]
H A Dcassini.c1749 struct cas_tx_desc *txds; local
1755 txds = cp->init_txds[ring];
1786 struct cas_tx_desc *txd = txds + entry;
4834 cp->init_txds[i] = cp->init_block->txds[i];
H A Dcassini.h3475 struct cas_tx_desc txds[N_TX_RINGS][INIT_BLOCK_TX]; member in struct:cas_init_block

Completed in 85 milliseconds