Searched refs:fcoe_q (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_fcoe.c502 int i, fcoe_q, fcoe_i; local
534 fcoe_q = adapter->rx_ring[fcoe_i]->reg_idx;
535 IXGBE_WRITE_REG(hw, IXGBE_FCRETA(i), fcoe_q);
542 fcoe_q = adapter->rx_ring[fcoe_i]->reg_idx;
546 (fcoe_q << IXGBE_ETQS_RX_QUEUE_SHIFT));
550 fcoe_q = adapter->rx_ring[fcoe_i]->reg_idx;
553 (fcoe_q << IXGBE_ETQS_RX_QUEUE_SHIFT));

Completed in 108 milliseconds