Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/intel/i40e/
Di40e.h263 u16 num_fcoe_msix; /* num queue vectors per fcoe pool */ member
Di40e_main.c7130 vsi->num_q_vectors = pf->num_fcoe_msix; in i40e_set_num_rings_in_vsi()
7490 pf->num_fcoe_msix = 0; in i40e_init_msix()
7492 pf->num_fcoe_msix = pf->num_fcoe_qps; in i40e_init_msix()
7494 pf->num_fcoe_msix = 1; in i40e_init_msix()
7495 v_budget += pf->num_fcoe_msix; in i40e_init_msix()
7496 vectors_left -= pf->num_fcoe_msix; in i40e_init_msix()
7536 pf->num_fcoe_msix = 0; in i40e_init_msix()
7576 pf->num_fcoe_msix = 1; in i40e_init_msix()
7586 pf->num_fcoe_msix = 1; in i40e_init_msix()
7603 if ((pf->flags & I40E_FLAG_FCOE_ENABLED) && (pf->num_fcoe_msix == 0)) { in i40e_init_msix()