Searched refs:fcoe_i (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ixgbe/ |
H A D | ixgbe_lib.c | 327 u16 fcoe_i = 0; in ixgbe_set_dcb_sriov_queues() local 357 fcoe_i = (128 / __ALIGN_MASK(1, ~vmdq_m)) - vmdq_i; in ixgbe_set_dcb_sriov_queues() 391 fcoe_i = min_t(u16, fcoe_i, fcoe->limit); in ixgbe_set_dcb_sriov_queues() 393 if (fcoe_i) { in ixgbe_set_dcb_sriov_queues() 395 fcoe->indices = fcoe_i; in ixgbe_set_dcb_sriov_queues() 399 adapter->num_tx_queues += fcoe_i; in ixgbe_set_dcb_sriov_queues() 400 adapter->num_rx_queues += fcoe_i; in ixgbe_set_dcb_sriov_queues() 502 u16 fcoe_i = 0; in ixgbe_set_sriov_queues() local 533 fcoe_i in ixgbe_set_sriov_queues() 664 u16 fcoe_i; ixgbe_set_rss_queues() local [all...] |
H A D | ixgbe_fcoe.c | 642 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()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ixgbe/ |
H A D | ixgbe_lib.c | 331 u16 fcoe_i = 0; in ixgbe_set_dcb_sriov_queues() local 361 fcoe_i = (128 / __ALIGN_MASK(1, ~vmdq_m)) - vmdq_i; in ixgbe_set_dcb_sriov_queues() 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() 399 fcoe->indices = fcoe_i; in ixgbe_set_dcb_sriov_queues() 403 adapter->num_tx_queues += fcoe_i; in ixgbe_set_dcb_sriov_queues() 404 adapter->num_rx_queues += fcoe_i; in ixgbe_set_dcb_sriov_queues() 506 u16 fcoe_i = 0; in ixgbe_set_sriov_queues() local 537 fcoe_i in ixgbe_set_sriov_queues() 668 u16 fcoe_i; ixgbe_set_rss_queues() local [all...] |
H A D | ixgbe_fcoe.c | 642 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 5 milliseconds