Home
last modified time | relevance | path

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

/drivers/net/ethernet/intel/ixgbe/
A Dixgbe_lib.c332 u16 fcoe_i = 0; in ixgbe_set_dcb_sriov_queues() local
396 fcoe_i = min_t(u16, fcoe_i, fcoe->limit); in ixgbe_set_dcb_sriov_queues()
398 if (fcoe_i) { in ixgbe_set_dcb_sriov_queues()
507 u16 fcoe_i = 0; in ixgbe_set_sriov_queues() local
574 fcoe_i = min_t(u16, fcoe_i, fcoe->limit); in ixgbe_set_sriov_queues()
582 fcoe_i = min_t(u16, fcoe_i + rss_i, num_online_cpus()); in ixgbe_set_sriov_queues()
586 fcoe_i = rss_i; in ixgbe_set_sriov_queues()
592 fcoe_i -= rss_i; in ixgbe_set_sriov_queues()
669 u16 fcoe_i; in ixgbe_set_rss_queues() local
675 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 9 milliseconds