Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/broadcom/bnxt/
Dbnxt_sriov.c35 req.encap_async_event_target_id = cpu_to_le16(vf->fw_fid); in bnxt_hwrm_fwd_async_event_cmpl()
111 req.fid = cpu_to_le16(vf->fw_fid); in bnxt_set_vf_spoofchk()
199 req.fid = cpu_to_le16(vf->fw_fid); in bnxt_set_vf_mac()
237 req.fid = cpu_to_le16(vf->fw_fid); in bnxt_set_vf_vlan()
276 req.fid = cpu_to_le16(vf->fw_fid); in bnxt_set_vf_bw()
514 pf->vf[i].fw_fid = pf->first_vf_id + i; in bnxt_hwrm_func_vf_resc_cfg()
602 pf->vf[i].fw_fid = le16_to_cpu(req.fid); in bnxt_hwrm_func_cfg()
603 rc = __bnxt_hwrm_get_tx_rings(bp, pf->vf[i].fw_fid, in bnxt_hwrm_func_cfg()
824 req.target_id = cpu_to_le16(vf->fw_fid); in bnxt_hwrm_fwd_resp()
825 req.encap_resp_target_id = cpu_to_le16(vf->fw_fid); in bnxt_hwrm_fwd_resp()
[all …]
Dbnxt_vfr.h28 return bp->pf.vf[vf_rep->vf_idx].fw_fid; in bnxt_vf_rep_get_fid()
Dbnxt_devlink.c55 idx = bp->pf.fw_fid - BNXT_FIRST_PF_FID; in bnxt_hwrm_nvm_req()
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.c59 return bp->pf.fw_fid; in bnxt_flow_get_dst_fid()
167 actions->dst_fid = bp->pf.fw_fid; in bnxt_tc_parse_actions()
1268 flow->src_fid = bp->pf.fw_fid; in bnxt_tc_set_src_fid()
Dbnxt.h829 u16 fw_fid; member
852 u16 fw_fid; member
Dbnxt.c5234 pf->fw_fid = le16_to_cpu(resp->fid); in __bnxt_hwrm_func_qcaps()
5252 vf->fw_fid = le16_to_cpu(resp->fid); in __bnxt_hwrm_func_qcaps()
8109 return bnxt_tc_setup_flower(bp, bp->pf.fw_fid, type_data); in bnxt_setup_tc_block_cb()