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

/linux-master/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_fcoe.c642 int i, fcoe_q, fcoe_i, fcoe_q_h = 0; local
679 fcoe_q = adapter->rx_ring[fcoe_i]->reg_idx;
680 fcoe_q |= fcoe_q_h;
681 IXGBE_WRITE_REG(hw, IXGBE_FCRETA(i), fcoe_q);
694 fcoe_q = adapter->rx_ring[fcoe->offset]->reg_idx;
697 (fcoe_q << IXGBE_ETQS_RX_QUEUE_SHIFT));

Completed in 107 milliseconds