Home
last modified time | relevance | path

Searched refs:pf_num (Results 1 – 13 of 13) sorted by relevance

/drivers/net/ethernet/qlogic/qed/
Dqed.h329 u8 pf_num; member
Dqed_hsi.h5263 u32 pf_num; member
/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_cmn.h1053 return bp->cnic_base_cl_id + (bp->pf_num >> 1); in bnx2x_stats_id()
1179 (bp->pf_num >> 1) * BNX2X_MAX_CNIC_ETH_CL_ID_IDX; in bnx2x_cnic_eth_cl_id()
Dbnx2x.h1457 u8 pf_num; /* absolute PF number */ member
1460 #define BP_PATH(bp) (CHIP_IS_E1x(bp) ? 0 : (bp->pf_num & 1))
1463 #define BP_ABS_FUNC(bp) (bp->pf_num)
Dbnx2x_main.c4503 val1 |= (1 << bp->pf_num); in bnx2x_set_pf_load()
4540 val1 &= ~(1 << bp->pf_num); in bnx2x_clear_pf_load()
10959 bp->pfid = (bp->pf_num >> 1); /* 0..3 */ in bnx2x_get_common_hwinfo()
10961 bp->pfid = (bp->pf_num & 0x6); /* 0, 2, 4, 6 */ in bnx2x_get_common_hwinfo()
10964 bp->pfid = bp->pf_num; /* 0..7 */ in bnx2x_get_common_hwinfo()
13184 bp->pf_num = PCI_FUNC(pdev->devfn); in bnx2x_init_dev()
13189 bp->pf_num = (u8)((pci_cfg_dword & ME_REG_ABS_PF_NUM) >> in bnx2x_init_dev()
13192 BNX2X_DEV_INFO("me reg PF num: %d\n", bp->pf_num); in bnx2x_init_dev()
/drivers/net/ethernet/emulex/benet/
Dbe_cmds.h293 u8 pf_num; /* dword 3 */ member
2097 u8 pf_num; member
2117 u8 pf_num; member
Dbe_cmds.c3628 if (pcie->pf_num == devfn) in be_get_pcie_desc()
3718 adapter->pf_number = desc->pf_num; in be_cmd_get_func_config()
3767 req->hdr.pf_num = adapter->pci_func_num + 1; in be_cmd_get_profile_config()
3886 nic_desc.pf_num = adapter->pf_number; in be_cmd_config_qos()
3987 desc.pcie.pf_num = adapter->pdev->devfn; in be_cmd_set_sriov_config()
3996 desc.nic_vft.pf_num = adapter->pdev->devfn; in be_cmd_set_sriov_config()
/drivers/net/ethernet/intel/i40evf/
Di40e_type.h1104 u8 pf_num; member
/drivers/net/ethernet/intel/i40e/
Di40e_main.c4837 ctxt.pf_num = vsi->back->hw.pf_id; in i40e_vsi_config_tc()
6397 ctxt.pf_num = pf->hw.pf_id; in i40e_enable_pf_switch_lb()
6433 ctxt.pf_num = pf->hw.pf_id; in i40e_disable_pf_switch_lb()
6983 u8 pf_num = (reg & I40E_GL_MDET_TX_PF_NUM_MASK) >> in i40e_handle_mdd_event() local
6994 event, queue, pf_num, vf_num); in i40e_handle_mdd_event()
8881 ctxt.pf_num = pf->hw.pf_id; in i40e_add_vsi()
8906 ctxt.pf_num = pf->hw.pf_id; in i40e_add_vsi()
8943 ctxt.pf_num = hw->pf_id; in i40e_add_vsi()
8959 ctxt.pf_num = hw->pf_id; in i40e_add_vsi()
8980 ctxt.pf_num = hw->pf_id; in i40e_add_vsi()
Di40e_type.h1121 u8 pf_num; member
Di40e_fcoe.c380 ctxt->pf_num = hw->pf_id; in i40e_fcoe_vsi_init()
Di40e_virtchnl_pf.c2487 ctxt.pf_num = pf->hw.pf_id; in i40e_ndo_set_vf_spoofchk()
/drivers/net/ethernet/broadcom/
Dcnic.c5098 cp->func = bp->pf_num; in cnic_start_bnx2x_hw()