Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/ethernet/intel/i40e/
Di40e.h252 u16 num_fcoe_msix; /* num queue vectors per fcoe pool */ member
Di40e_main.c6762 vsi->num_q_vectors = pf->num_fcoe_msix; in i40e_set_num_rings_in_vsi()
7115 pf->num_fcoe_msix = 0; in i40e_init_msix()
7117 pf->num_fcoe_msix = pf->num_fcoe_qps; in i40e_init_msix()
7119 pf->num_fcoe_msix = 1; in i40e_init_msix()
7120 v_budget += pf->num_fcoe_msix; in i40e_init_msix()
7121 vectors_left -= pf->num_fcoe_msix; in i40e_init_msix()
7161 pf->num_fcoe_msix = 0; in i40e_init_msix()
7201 pf->num_fcoe_msix = 1; in i40e_init_msix()
7211 pf->num_fcoe_msix = 1; in i40e_init_msix()
7228 if ((pf->flags & I40E_FLAG_FCOE_ENABLED) && (pf->num_fcoe_msix == 0)) { in i40e_init_msix()