Home
last modified time | relevance | path

Searched refs:fw_fid (Results 1 – 7 of 7) sorted by relevance

/Linux-v5.10/drivers/net/ethernet/broadcom/bnxt/
Dbnxt_sriov.c34 req.encap_async_event_target_id = cpu_to_le16(vf->fw_fid); in bnxt_hwrm_fwd_async_event_cmpl()
96 req.fid = cpu_to_le16(vf->fw_fid); in bnxt_set_vf_spoofchk()
115 req.fid = cpu_to_le16(vf->fw_fid); in bnxt_hwrm_func_qcfg_flags()
144 req.fid = cpu_to_le16(vf->fw_fid); in bnxt_hwrm_set_trusted_vf()
228 req.fid = cpu_to_le16(vf->fw_fid); in bnxt_set_vf_mac()
265 req.fid = cpu_to_le16(vf->fw_fid); in bnxt_set_vf_vlan()
303 req.fid = cpu_to_le16(vf->fw_fid); in bnxt_set_vf_bw()
475 req.fid = cpu_to_le16(vf->fw_fid); in __bnxt_set_vf_params()
587 pf->vf[i].fw_fid = pf->first_vf_id + i; in bnxt_hwrm_func_vf_resc_cfg()
674 pf->vf[i].fw_fid = le16_to_cpu(req.fid); in bnxt_hwrm_func_cfg()
[all …]
Dbnxt_vfr.h28 return bp->pf.vf[vf_rep->vf_idx].fw_fid; in bnxt_vf_rep_get_fid()
Dbnxt_vfr.c76 req.fid = cpu_to_le16(bp->pf.vf[vf_rep->vf_idx].fw_fid); in bnxt_hwrm_vfr_qcfg()
150 int vf_fid = bp->pf.vf[vf_rep->vf_idx].fw_fid; in bnxt_vf_rep_setup_tc_block_cb()
Dbnxt_tc.c63 return bp->pf.fw_fid; in bnxt_flow_get_dst_fid()
354 actions->dst_fid = bp->pf.fw_fid; in bnxt_tc_parse_actions()
1490 flow->l2_key.dir = (bp->pf.fw_fid == src_fid) ? BNXT_DIR_RX : BNXT_DIR_TX; in bnxt_tc_set_flow_dir()
1497 flow->src_fid = bp->pf.fw_fid; in bnxt_tc_set_src_fid()
1862 return bnxt_tc_setup_flower(bp, bp->pf.fw_fid, flower); in bnxt_tc_setup_indr_block_cb()
Dbnxt_devlink.c593 idx = bp->pf.fw_fid - BNXT_FIRST_PF_FID; in bnxt_hwrm_nvm_req()
Dbnxt.h1084 u16 fw_fid; member
1107 u16 fw_fid; member
Dbnxt.c7308 pf->fw_fid = le16_to_cpu(resp->fid); in __bnxt_hwrm_func_qcaps()
7326 vf->fw_fid = le16_to_cpu(resp->fid); in __bnxt_hwrm_func_qcaps()
11752 return bnxt_tc_setup_flower(bp, bp->pf.fw_fid, type_data); in bnxt_setup_tc_block_cb()