Home
last modified time | relevance | path

Searched refs:vf_id (Results 1 – 25 of 107) sorted by relevance

12345

/Linux-v5.15/drivers/net/ethernet/huawei/hinic/
Dhinic_sriov.c50 static void hinic_notify_vf_link_status(struct hinic_hwdev *hwdev, u16 vf_id, in hinic_notify_vf_link_status() argument
58 if (vf_infos[HW_VF_ID_TO_OS(vf_id)].registered) { in hinic_notify_vf_link_status()
60 link.func_id = hinic_glb_pf_vf_offset(hwdev->hwif) + vf_id; in hinic_notify_vf_link_status()
62 vf_id, HINIC_PORT_CMD_LINK_STATUS_REPORT, in hinic_notify_vf_link_status()
68 HW_VF_ID_TO_OS(vf_id), err, in hinic_notify_vf_link_status()
87 static u16 hinic_vf_info_vlanprio(struct hinic_hwdev *hwdev, int vf_id) in hinic_vf_info_vlanprio() argument
93 pf_vlan = nic_io->vf_infos[HW_VF_ID_TO_OS(vf_id)].pf_vlan; in hinic_vf_info_vlanprio()
94 pf_qos = nic_io->vf_infos[HW_VF_ID_TO_OS(vf_id)].pf_qos; in hinic_vf_info_vlanprio()
101 u8 qos, int vf_id) in hinic_set_vf_vlan() argument
112 vf_vlan.func_id = hinic_glb_pf_vf_offset(hwdev->hwif) + vf_id; in hinic_set_vf_vlan()
[all …]
Dhinic_hw_mbox.h67 typedef int (*hinic_pf_mbox_cb)(void *handle, u16 vf_id, u8 cmd, void *buf_in,
126 int (*cmd_msg_handler)(void *hwdev, u16 vf_id,
136 u16 vf_id, u8 cmd, void *buf_in,
171 enum hinic_mod_type mod, u16 vf_id, u8 cmd, void *buf_in,
Dhinic_hw_mbox.c345 u16 vf_id = 0; in recv_pf_from_vf_mbox_handler() local
360 vf_id = src_func_idx - in recv_pf_from_vf_mbox_handler()
362 ret = cb(func_to_func->hwdev, vf_id, recv_mbox->cmd, in recv_pf_from_vf_mbox_handler()
1090 enum hinic_mod_type mod, u16 vf_id, u8 cmd, void *buf_in, in hinic_mbox_to_vf() argument
1111 if (!vf_id) { in hinic_mbox_to_vf()
1113 "VF id(%d) error!\n", vf_id); in hinic_mbox_to_vf()
1120 dst_func_idx = hinic_glb_pf_vf_offset(hwdev->hwif) + vf_id; in hinic_mbox_to_vf()
1240 u16 vf_id, u8 cmd, void *buf_in, in hinic_mbox_check_cmd_valid() argument
1243 u16 src_idx = vf_id + hinic_glb_pf_vf_offset(hwdev->hwif); in hinic_mbox_check_cmd_valid()
1258 vf_id + hinic_glb_pf_vf_offset(hwdev->hwif), cmd); in hinic_mbox_check_cmd_valid()
[all …]
/Linux-v5.15/drivers/net/ethernet/intel/ice/
Dice_virtchnl_pf.h77 u16 vf_id; /* VF ID in the PF space */ member
119 int ice_set_vf_mac(struct net_device *netdev, int vf_id, u8 *mac);
121 ice_get_vf_cfg(struct net_device *netdev, int vf_id, struct ifla_vf_info *ivi);
135 ice_set_vf_port_vlan(struct net_device *netdev, int vf_id, u16 vlan_id, u8 qos,
138 int ice_set_vf_trust(struct net_device *netdev, int vf_id, bool trusted);
140 int ice_set_vf_link_state(struct net_device *netdev, int vf_id, int link_state);
142 int ice_set_vf_spoofchk(struct net_device *netdev, int vf_id, bool ena);
148 ice_get_vf_stats(struct net_device *netdev, int vf_id,
205 int __always_unused vf_id, u8 __always_unused *mac) in ice_set_vf_mac() argument
212 int __always_unused vf_id, in ice_get_vf_cfg() argument
[all …]
Dice_sriov.c232 ice_mbx_detect_malvf(struct ice_hw *hw, u16 vf_id, in ice_mbx_detect_malvf() argument
238 if (vf_id >= snap->mbx_vf.vfcntr_len) in ice_mbx_detect_malvf()
242 snap->mbx_vf.vf_cntr[vf_id]++; in ice_mbx_detect_malvf()
244 if (snap->mbx_vf.vf_cntr[vf_id] >= ICE_ASYNC_VF_MSG_THRESHOLD) in ice_mbx_detect_malvf()
302 struct ice_mbx_data *mbx_data, u16 vf_id, in ice_mbx_vf_state_handler() argument
367 status = ice_mbx_detect_malvf(hw, vf_id, &new_state, is_malvf); in ice_mbx_vf_state_handler()
381 status = ice_mbx_detect_malvf(hw, vf_id, &new_state, is_malvf); in ice_mbx_vf_state_handler()
410 u16 bitmap_len, u16 vf_id, bool *report_malvf) in ice_mbx_report_malvf() argument
420 if (vf_id >= bitmap_len) in ice_mbx_report_malvf()
424 if (!test_and_set_bit(vf_id, all_malvfs)) in ice_mbx_report_malvf()
[all …]
Dice_virtchnl_pf.c264 static int ice_validate_vf_id(struct ice_pf *pf, u16 vf_id) in ice_validate_vf_id() argument
267 if (vf_id >= pf->num_alloc_vfs) { in ice_validate_vf_id()
268 dev_err(ice_pf_to_dev(pf), "Invalid VF ID: %u\n", vf_id); in ice_validate_vf_id()
283 vf->vf_id); in ice_check_vf_init()
346 ice_aq_send_msg_to_vf(hw, vf->vf_id, v_opcode, v_retval, msg, in ice_vc_vf_broadcast()
429 ice_aq_send_msg_to_vf(hw, vf->vf_id, VIRTCHNL_OP_EVENT, in ice_vc_notify_vf_link_state()
529 wr32(hw, VPINT_ALLOC(vf->vf_id), 0); in ice_dis_vf_mappings()
530 wr32(hw, VPINT_ALLOC_PCI(vf->vf_id), 0); in ice_dis_vf_mappings()
545 wr32(hw, VPLAN_TX_QBASE(vf->vf_id), 0); in ice_dis_vf_mappings()
550 wr32(hw, VPLAN_RX_QBASE(vf->vf_id), 0); in ice_dis_vf_mappings()
[all …]
Dice_virtchnl_fdir.c334 vf->vf_id); in ice_vf_start_ctrl_vsi()
341 vf->vf_id); in ice_vf_start_ctrl_vsi()
502 dev_dbg(dev, "Empty input set for VF %d\n", vf->vf_id); in ice_vc_fdir_set_flow_fld()
595 flow, vf->vf_id); in ice_vc_fdir_set_flow_hdr()
655 flow, vf->vf_id); in ice_vc_fdir_set_flow_hdr()
689 dev_dbg(dev, "NULL vf %d vsi pointer\n", vf->vf_id); in ice_vc_fdir_rem_prof()
779 vf->vf_id); in ice_vc_fdir_write_flow_prof()
786 vf->vf_id); in ice_vc_fdir_write_flow_prof()
802 flow, vf->vf_id); in ice_vc_fdir_write_flow_prof()
812 flow, vf->vf_id); in ice_vc_fdir_write_flow_prof()
[all …]
Dice_sriov.h24 u16 vf_id, bool *is_mal_vf);
27 u16 bitmap_len, u16 vf_id);
32 u16 bitmap_len, u16 vf_id, bool *report_malvf);
Dice_lib.c160 static void ice_vsi_set_num_qs(struct ice_vsi *vsi, u16 vf_id) in ice_vsi_set_num_qs() argument
166 vsi->vf_id = vf_id; in ice_vsi_set_num_qs()
168 vsi->vf_id = ICE_INVAL_VFID; in ice_vsi_set_num_qs()
204 vf = &pf->vf[vsi->vf_id]; in ice_vsi_set_num_qs()
277 ctxt->vf_num = vsi->vf_id; in ice_vsi_delete()
363 vsi->vf_id != ICE_INVAL_VFID) in ice_vsi_clear()
420 ice_vsi_alloc(struct ice_pf *pf, enum ice_vsi_type vsi_type, u16 vf_id) in ice_vsi_alloc() argument
446 ice_vsi_set_num_qs(vsi, vf_id); in ice_vsi_alloc()
478 if (vsi->type == ICE_VSI_CTRL && vf_id == ICE_INVAL_VFID) { in ice_vsi_alloc()
493 if (vsi->type == ICE_VSI_CTRL && vf_id != ICE_INVAL_VFID) in ice_vsi_alloc()
[all …]
/Linux-v5.15/drivers/net/ethernet/intel/i40e/
Di40e_virtchnl_pf.h68 s16 vf_id; member
118 int i40e_vc_process_vf_msg(struct i40e_pf *pf, s16 vf_id, u32 v_opcode,
126 int i40e_ndo_set_vf_mac(struct net_device *netdev, int vf_id, u8 *mac);
127 int i40e_ndo_set_vf_port_vlan(struct net_device *netdev, int vf_id,
129 int i40e_ndo_set_vf_bw(struct net_device *netdev, int vf_id, int min_tx_rate,
131 int i40e_ndo_set_vf_trust(struct net_device *netdev, int vf_id, bool setting);
133 int vf_id, struct ifla_vf_info *ivi);
134 int i40e_ndo_set_vf_link_state(struct net_device *netdev, int vf_id, int link);
135 int i40e_ndo_set_vf_spoofchk(struct net_device *netdev, int vf_id, bool enable);
139 int i40e_get_vf_stats(struct net_device *netdev, int vf_id,
Di40e_virtchnl_pf.c28 int abs_vf_id = vf->vf_id + (int)hw->func_caps.vf_base_id; in i40e_vc_vf_broadcast()
114 int abs_vf_id = vf->vf_id + (int)hw->func_caps.vf_base_id; in i40e_vc_notify_vf_link_state()
167 if (!vf || vf->vf_id >= vf->pf->num_alloc_vfs) in i40e_vc_notify_vf_reset()
175 abs_vf_id = vf->vf_id + (int)vf->pf->hw.func_caps.vf_base_id; in i40e_vc_notify_vf_reset()
216 vf->vf_id); in i40e_vc_disable_vf()
231 return (vsi && (vsi->vf_id == vf->vf_id)); in i40e_vc_isvalid_vsi_id()
351 reg_idx = I40E_VPINT_LNKLST0(vf->vf_id); in i40e_config_irq_link_list()
354 ((pf->hw.func_caps.num_msix_vectors_vf - 1) * vf->vf_id) + in i40e_config_irq_link_list()
467 reg_idx = (msix_vf - 1) * vf->vf_id + qv_info->ceq_idx; in i40e_release_iwarp_qvlist()
474 reg_idx = ((msix_vf - 1) * vf->vf_id) + (v_idx - 1); in i40e_release_iwarp_qvlist()
[all …]
Di40e_client.c17 u32 vf_id, u8 *msg, u16 len);
29 bool is_vf, u32 vf_id,
83 i40e_notify_client_of_vf_msg(struct i40e_vsi *vsi, u32 vf_id, u8 *msg, u16 len) in i40e_notify_client_of_vf_msg() argument
100 vf_id, msg, len); in i40e_notify_client_of_vf_msg()
192 void i40e_notify_client_of_vf_reset(struct i40e_pf *pf, u32 vf_id) in i40e_notify_client_of_vf_reset() argument
207 cdev->client->ops->vf_reset(&cdev->lan_info, cdev->client, vf_id); in i40e_notify_client_of_vf_reset()
244 int i40e_vf_client_capable(struct i40e_pf *pf, u32 vf_id) in i40e_vf_client_capable() argument
261 vf_id); in i40e_vf_client_capable()
537 u32 vf_id, u8 *msg, u16 len) in i40e_client_virtchnl_send() argument
543 err = i40e_aq_send_msg_to_vf(hw, vf_id, VIRTCHNL_OP_IWARP, in i40e_client_virtchnl_send()
[all …]
/Linux-v5.15/drivers/crypto/marvell/octeontx2/
Dotx2_cptpf_mbox.c51 otx2_mbox_alloc_msg(&cptpf->vfpf_mbox, vf->vf_id, in handle_msg_get_caps()
75 otx2_mbox_alloc_msg(&cptpf->vfpf_mbox, vf->vf_id, sizeof(*rsp)); in handle_msg_get_eng_grp_num()
96 otx2_mbox_alloc_msg(&cptpf->vfpf_mbox, vf->vf_id, sizeof(*rsp)); in handle_msg_kvf_limits()
135 otx2_reply_invalid_msg(&cptpf->vfpf_mbox, vf->vf_id, 0, req->id); in cptpf_handle_vf_req()
136 otx2_mbox_msg_send(&cptpf->vfpf_mbox, vf->vf_id); in cptpf_handle_vf_req()
186 mdev = &mbox->dev[vf->vf_id]; in otx2_cptpf_vfpf_mbox_handler()
196 ((vf->vf_id + 1) & RVU_PFVF_FUNC_MASK); in otx2_cptpf_vfpf_mbox_handler()
210 otx2_mbox_msg_send(mbox, vf->vf_id); in otx2_cptpf_vfpf_mbox_handler()
280 int vf_id, int size) in forward_to_vf() argument
297 vf_id--; in forward_to_vf()
[all …]
Dotx2_cptvf_mbox.c92 cptvf->vf_id = ((msg->pcifunc >> RVU_PFVF_FUNC_SHIFT) in process_pfvf_mbox_mbox_msg()
183 req->hdr.pcifunc = OTX2_CPT_RVU_PFFUNC(cptvf->vf_id, 0); in otx2_cptvf_send_eng_grp_num_msg()
205 req->pcifunc = OTX2_CPT_RVU_PFFUNC(cptvf->vf_id, 0); in otx2_cptvf_send_kvf_limits_msg()
/Linux-v5.15/drivers/scsi/bfa/
Dbfad_bsg.h176 u16 vf_id; member
292 u16 vf_id; member
300 u16 vf_id; member
308 u16 vf_id; member
316 u16 vf_id; member
326 u16 vf_id; member
337 u16 vf_id; member
346 u16 vf_id; member
358 u16 vf_id; member
366 u16 vf_id; member
[all …]
Dbfa_fcs.h186 u16 vf_id; /* virtual fabric ID */ member
287 u16 vf_id, wwn_t lpwwn);
313 u16 vf_id, struct bfa_fcs_vport_s *vport);
365 struct bfa_fcs_s *fcs, u16 vf_id,
369 struct bfa_fcs_s *fcs, u16 vf_id,
379 u16 vf_id, wwn_t vpwwn);
794 bfa_fcs_vf_t *bfa_fcs_vf_lookup(struct bfa_fcs_s *fcs, u16 vf_id);
/Linux-v5.15/drivers/net/ethernet/broadcom/bnxt/
Dbnxt_sriov.c56 static int bnxt_vf_ndo_prep(struct bnxt *bp, int vf_id) in bnxt_vf_ndo_prep() argument
62 if (vf_id >= bp->pf.active_vfs) { in bnxt_vf_ndo_prep()
63 netdev_err(bp->dev, "Invalid VF id %d\n", vf_id); in bnxt_vf_ndo_prep()
69 int bnxt_set_vf_spoofchk(struct net_device *dev, int vf_id, bool setting) in bnxt_set_vf_spoofchk() argument
81 rc = bnxt_vf_ndo_prep(bp, vf_id); in bnxt_set_vf_spoofchk()
85 vf = &bp->pf.vf[vf_id]; in bnxt_set_vf_spoofchk()
161 int bnxt_set_vf_trust(struct net_device *dev, int vf_id, bool trusted) in bnxt_set_vf_trust() argument
166 if (bnxt_vf_ndo_prep(bp, vf_id)) in bnxt_set_vf_trust()
169 vf = &bp->pf.vf[vf_id]; in bnxt_set_vf_trust()
179 int bnxt_get_vf_config(struct net_device *dev, int vf_id, in bnxt_get_vf_config() argument
[all …]
/Linux-v5.15/drivers/net/ethernet/cavium/thunder/
Dnic.h285 u8 vf_id; member
427 u8 vf_id; member
463 u8 vf_id; member
470 u8 vf_id; member
477 u8 vf_id; member
485 u8 vf_id; member
492 u8 vf_id; member
502 u8 vf_id; member
520 u8 vf_id; member
526 u8 vf_id; member
[all …]
Dnic_main.c165 mbx.nic_cfg.vf_id = vf; in nic_mbx_send_ready()
236 bgx_idx = NIC_GET_BGX_FROM_VF_LMAC_MAP(nic->vf_lmac_map[bgx->vf_id]); in nic_get_bgx_stats()
237 lmac = NIC_GET_LMAC_FROM_VF_LMAC_MAP(nic->vf_lmac_map[bgx->vf_id]); in nic_get_bgx_stats()
240 mbx.bgx_stats.vf_id = bgx->vf_id; in nic_get_bgx_stats()
249 nic_send_msg_to_vf(nic, bgx->vf_id, &mbx); in nic_get_bgx_stats()
480 vnic = cfg->vf_id; in nic_config_cpi()
504 qset = cfg->vf_id; in nic_config_cpi()
545 nic->cpi_base[cfg->vf_id] = cpi_base; in nic_config_cpi()
546 nic->rssi_base[cfg->vf_id] = rssi_base; in nic_config_cpi()
571 rssi_base = nic->rssi_base[cfg->vf_id] + cfg->tbl_offset; in nic_config_rss()
[all …]
Dnicvf_main.c145 (mbx->msg.msg & 0xFF), nic->vf_id); in nicvf_send_msg_to_pf()
155 (mbx->msg.msg & 0xFF), nic->vf_id); in nicvf_send_msg_to_pf()
220 nic->vf_id = mbx.nic_cfg.vf_id & 0x7F; in nicvf_handle_mbx_intr()
307 mbx.mac.vf_id = nic->vf_id; in nicvf_hw_set_mac_addr()
318 mbx.cpi_cfg.vf_id = nic->vf_id; in nicvf_config_cpi()
330 mbx.rss_size.vf_id = nic->vf_id; in nicvf_get_rss_size()
341 mbx.rss_cfg.vf_id = nic->vf_id; in nicvf_config_rss()
414 mbx.sqs_alloc.vf_id = nic->vf_id; in nicvf_request_sqs()
436 mbx.nicvf.vf_id = nic->vf_id; in nicvf_request_sqs()
1433 mbx.frs.vf_id = nic->vf_id; in nicvf_update_hw_max_frs()
[all …]
/Linux-v5.15/include/linux/net/intel/
Di40e_client.h121 u32 vf_id, u8 *msg, u16 len);
134 bool is_vf, u32 vf_id,
157 struct i40e_client *client, u32 vf_id,
162 struct i40e_client *client, u32 vf_id);
170 struct i40e_client *client, u32 vf_id);
/Linux-v5.15/include/linux/qed/
Dqed_iov_if.h20 int (*get_config) (struct qed_dev *cdev, int vf_id,
23 int (*set_link_state) (struct qed_dev *cdev, int vf_id,
/Linux-v5.15/drivers/crypto/marvell/octeontx/
Dotx_cptvf_mbox.c60 static void dump_mbox_msg(struct otx_cpt_mbox *mbox_msg, int vf_id) in dump_mbox_msg() argument
66 if (vf_id >= 0) in dump_mbox_msg()
68 get_mbox_opcode_str(mbox_msg->msg), vf_id, in dump_mbox_msg()
Dotx_cptpf_mbox.c59 static void dump_mbox_msg(struct otx_cpt_mbox *mbox_msg, int vf_id) in dump_mbox_msg() argument
65 if (vf_id >= 0) in dump_mbox_msg()
67 get_mbox_opcode_str(mbox_msg->msg), vf_id, in dump_mbox_msg()
/Linux-v5.15/drivers/net/ethernet/hisilicon/hns/
Dhns_ae_adapt.c99 for (ae_handle->vf_id = 0; in hns_ae_get_handle()
100 ae_handle->vf_id < vfnum_per_port; ae_handle->vf_id++) { in hns_ae_get_handle()
105 if (ae_handle->vf_id >= vfnum_per_port) { in hns_ae_get_handle()
220 ret = hns_mac_change_vf_addr(mac_cb, handle->vf_id, p); in hns_ae_set_mac_address()
238 return hns_mac_add_uc_addr(mac_cb, handle->vf_id, addr); in hns_ae_add_uc_address()
249 return hns_mac_rm_uc_addr(mac_cb, handle->vf_id, addr); in hns_ae_rm_uc_address()
272 ret = hns_mac_get_inner_port_num(mac_cb, handle->vf_id, &port_num); in hns_ae_set_multicast_one()
292 return hns_mac_clr_multicast(mac_cb, handle->vf_id); in hns_ae_clr_multicast()

12345