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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/ixgbe/
H A Dixgbe_main.c4251 int i, fcoe_rx_i = 0, fcoe_tx_i = 0; local
4262 fcoe_rx_i = adapter->rx_ring[fcoe->tc]->reg_idx + 1;
4290 fcoe_rx_i = f->mask;
4293 for (i = 0; i < f->indices; i++, fcoe_rx_i++, fcoe_tx_i++) {
4294 adapter->rx_ring[f->mask + i]->reg_idx = fcoe_rx_i;

Completed in 134 milliseconds