Home
last modified time | relevance | path

Searched refs:fcoe_i (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/net/ethernet/intel/ixgbe/
A Dixgbe_lib.c331 u16 fcoe_i = 0; in ixgbe_set_dcb_sriov_queues() local
395 fcoe_i = min_t(u16, fcoe_i, fcoe->limit); in ixgbe_set_dcb_sriov_queues()
397 if (fcoe_i) { in ixgbe_set_dcb_sriov_queues()
506 u16 fcoe_i = 0; in ixgbe_set_sriov_queues() local
573 fcoe_i = min_t(u16, fcoe_i, fcoe->limit); in ixgbe_set_sriov_queues()
581 fcoe_i = min_t(u16, fcoe_i + rss_i, num_online_cpus()); in ixgbe_set_sriov_queues()
585 fcoe_i = rss_i; in ixgbe_set_sriov_queues()
591 fcoe_i -= rss_i; in ixgbe_set_sriov_queues()
668 u16 fcoe_i; in ixgbe_set_rss_queues() local
674 fcoe_i = min_t(u16, fcoe_i, dev->num_tx_queues); in ixgbe_set_rss_queues()
[all …]
A Dixgbe_fcoe.c642 int i, fcoe_q, fcoe_i, fcoe_q_h = 0; in ixgbe_configure_fcoe() local
677 fcoe_i = fcoe->offset + (i % fcoe->indices); in ixgbe_configure_fcoe()
678 fcoe_i &= IXGBE_FCRETA_ENTRY_MASK; in ixgbe_configure_fcoe()
679 fcoe_q = adapter->rx_ring[fcoe_i]->reg_idx; in ixgbe_configure_fcoe()

Completed in 8 milliseconds