/kernel/linux/linux-5.10/drivers/net/ethernet/huawei/hinic/ |
D | hinic_sriov.c | 50 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 …]
|
D | hinic_hw_mbox.h | 67 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,
|
D | hinic_hw_mbox.c | 345 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 …]
|
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ice/ |
D | ice_virtchnl_pf.h | 71 u16 vf_id; /* VF ID in the PF space */ member 108 int ice_set_vf_mac(struct net_device *netdev, int vf_id, u8 *mac); 110 ice_get_vf_cfg(struct net_device *netdev, int vf_id, struct ifla_vf_info *ivi); 121 ice_set_vf_port_vlan(struct net_device *netdev, int vf_id, u16 vlan_id, u8 qos, 124 int ice_set_vf_trust(struct net_device *netdev, int vf_id, bool trusted); 126 int ice_set_vf_link_state(struct net_device *netdev, int vf_id, int link_state); 128 int ice_set_vf_spoofchk(struct net_device *netdev, int vf_id, bool ena); 134 ice_get_vf_stats(struct net_device *netdev, int vf_id, 175 int __always_unused vf_id, u8 __always_unused *mac) in ice_set_vf_mac() argument 182 int __always_unused vf_id, in ice_get_vf_cfg() argument [all …]
|
D | ice_virtchnl_pf.c | 14 static int ice_validate_vf_id(struct ice_pf *pf, u16 vf_id) in ice_validate_vf_id() argument 17 if (vf_id >= pf->num_alloc_vfs) { in ice_validate_vf_id() 18 dev_err(ice_pf_to_dev(pf), "Invalid VF ID: %u\n", vf_id); in ice_validate_vf_id() 33 vf->vf_id); in ice_check_vf_init() 96 ice_aq_send_msg_to_vf(hw, vf->vf_id, v_opcode, v_retval, msg, in ice_vc_vf_broadcast() 179 ice_aq_send_msg_to_vf(hw, vf->vf_id, VIRTCHNL_OP_EVENT, in ice_vc_notify_vf_link_state() 256 wr32(hw, VPINT_ALLOC(vf->vf_id), 0); in ice_dis_vf_mappings() 257 wr32(hw, VPINT_ALLOC_PCI(vf->vf_id), 0); in ice_dis_vf_mappings() 272 wr32(hw, VPLAN_TX_QBASE(vf->vf_id), 0); in ice_dis_vf_mappings() 277 wr32(hw, VPLAN_RX_QBASE(vf->vf_id), 0); in ice_dis_vf_mappings() [all …]
|
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/i40e/ |
D | i40e_virtchnl_pf.h | 71 s16 vf_id; member 121 int i40e_vc_process_vf_msg(struct i40e_pf *pf, s16 vf_id, u32 v_opcode, 129 int i40e_ndo_set_vf_mac(struct net_device *netdev, int vf_id, u8 *mac); 130 int i40e_ndo_set_vf_port_vlan(struct net_device *netdev, int vf_id, 132 int i40e_ndo_set_vf_bw(struct net_device *netdev, int vf_id, int min_tx_rate, 134 int i40e_ndo_set_vf_trust(struct net_device *netdev, int vf_id, bool setting); 136 int vf_id, struct ifla_vf_info *ivi); 137 int i40e_ndo_set_vf_link_state(struct net_device *netdev, int vf_id, int link); 138 int i40e_ndo_set_vf_spoofchk(struct net_device *netdev, int vf_id, bool enable); 142 int i40e_get_vf_stats(struct net_device *netdev, int vf_id,
|
D | i40e_virtchnl_pf.c | 28 int abs_vf_id = vf->vf_id + (int)hw->func_caps.vf_base_id; in i40e_vc_vf_broadcast() 54 int abs_vf_id = vf->vf_id + (int)hw->func_caps.vf_base_id; in i40e_vc_notify_vf_link_state() 114 if (!vf || vf->vf_id >= vf->pf->num_alloc_vfs) in i40e_vc_notify_vf_reset() 122 abs_vf_id = vf->vf_id + (int)vf->pf->hw.func_caps.vf_base_id; in i40e_vc_notify_vf_reset() 165 vf->vf_id); in i40e_vc_reset_vf() 169 vf->vf_id); in i40e_vc_reset_vf() 184 return (vsi && (vsi->vf_id == vf->vf_id)); in i40e_vc_isvalid_vsi_id() 304 reg_idx = I40E_VPINT_LNKLST0(vf->vf_id); in i40e_config_irq_link_list() 307 ((pf->hw.func_caps.num_msix_vectors_vf - 1) * vf->vf_id) + in i40e_config_irq_link_list() 420 reg_idx = (msix_vf - 1) * vf->vf_id + qv_info->ceq_idx; in i40e_release_iwarp_qvlist() [all …]
|
D | i40e_client.c | 18 u32 vf_id, u8 *msg, u16 len); 30 bool is_vf, u32 vf_id, 84 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 101 vf_id, msg, len); in i40e_notify_client_of_vf_msg() 193 void i40e_notify_client_of_vf_reset(struct i40e_pf *pf, u32 vf_id) in i40e_notify_client_of_vf_reset() argument 208 cdev->client->ops->vf_reset(&cdev->lan_info, cdev->client, vf_id); in i40e_notify_client_of_vf_reset() 245 int i40e_vf_client_capable(struct i40e_pf *pf, u32 vf_id) in i40e_vf_client_capable() argument 262 vf_id); in i40e_vf_client_capable() 549 u32 vf_id, u8 *msg, u16 len) in i40e_client_virtchnl_send() argument 555 err = i40e_aq_send_msg_to_vf(hw, vf_id, VIRTCHNL_OP_IWARP, in i40e_client_virtchnl_send() [all …]
|
/kernel/linux/linux-5.10/drivers/infiniband/hw/i40iw/ |
D | i40iw_virtchnl.c | 202 u32 vf_id, in vchnl_pf_send_get_ver_resp() argument 214 ret_code = dev->vchnl_if.vchnl_send(dev, vf_id, resp_buffer, sizeof(resp_buffer)); in vchnl_pf_send_get_ver_resp() 227 u32 vf_id, in vchnl_pf_send_get_hmc_fcn_resp() argument 240 ret_code = dev->vchnl_if.vchnl_send(dev, vf_id, resp_buffer, sizeof(resp_buffer)); in vchnl_pf_send_get_hmc_fcn_resp() 255 u32 vf_id, in vchnl_pf_send_get_pe_stats_resp() argument 268 ret_code = dev->vchnl_if.vchnl_send(dev, vf_id, resp_buffer, sizeof(resp_buffer)); in vchnl_pf_send_get_pe_stats_resp() 280 static void vchnl_pf_send_error_resp(struct i40iw_sc_dev *dev, u32 vf_id, in vchnl_pf_send_error_resp() argument 292 ret_code = dev->vchnl_if.vchnl_send(dev, vf_id, resp_buffer, sizeof(resp_buffer)); in vchnl_pf_send_error_resp() 314 vchnl_pf_send_error_resp(dev, vf_dev->vf_id, &vf_dev->vf_msg_buffer.vchnl_msg, in pf_cqp_get_hmc_fcn_callback() 326 vf_dev->vf_id, in pf_cqp_get_hmc_fcn_callback() [all …]
|
D | i40iw_virtchnl.h | 86 u32 vf_id, 91 u32 vf_id, 99 u32 vf_id; member
|
D | i40iw_main.c | 84 u32 vf_id, u8 *msg, u16 len); 1814 static void i40iw_vf_reset(struct i40e_info *ldev, struct i40e_client *client, u32 vf_id) in i40iw_vf_reset() argument 1833 if (!dev->vf_dev[i] || (dev->vf_dev[i]->vf_id != vf_id)) in i40iw_vf_reset() 1843 hmc_fcn_info.vf_id = vf_id; in i40iw_vf_reset() 1891 u32 vf_id) in i40iw_vf_capable() argument 1904 if (!dev->vf_dev[i] || (dev->vf_dev[i]->vf_id == vf_id)) in i40iw_vf_capable() 1924 u32 vf_id, in i40iw_virtchnl_receive() argument 1944 ret_code = dev->vchnl_if.vchnl_recv(dev, vf_id, msg, len); in i40iw_virtchnl_receive() 1997 u32 vf_id, in i40iw_virtchnl_send() argument 2011 return ldev->ops->virtchnl_send(ldev, &i40iw_client, vf_id, msg, len); in i40iw_virtchnl_send()
|
/kernel/linux/linux-5.10/drivers/scsi/bfa/ |
D | bfad_bsg.h | 176 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 …]
|
D | bfa_fcs.h | 186 u16 vf_id; /* virtual fabric ID */ member 290 u16 vf_id, wwn_t lpwwn); 316 u16 vf_id, struct bfa_fcs_vport_s *vport); 368 struct bfa_fcs_s *fcs, u16 vf_id, 372 struct bfa_fcs_s *fcs, u16 vf_id, 382 u16 vf_id, wwn_t vpwwn); 797 bfa_fcs_vf_t *bfa_fcs_vf_lookup(struct bfa_fcs_s *fcs, u16 vf_id);
|
D | bfa_fcs.c | 1124 bfa_trc(fabric->fcs, fabric->vf_id); in bfa_fcs_fabric_addvport() 1343 bfa_fcxp_send(fcxp, NULL, fabric->vf_id, fabric->lps->bfa_tag, in bfa_fcs_fabric_send_flogi_acc() 1437 bfa_fcs_vf_lookup(struct bfa_fcs_s *fcs, u16 vf_id) in bfa_fcs_vf_lookup() argument 1439 bfa_trc(fcs, vf_id); in bfa_fcs_vf_lookup() 1440 if (vf_id == FC_VF_ID_NULL) in bfa_fcs_vf_lookup() 1468 bfa_trc(fcs, vf->vf_id); in bfa_fcs_vf_get_ports() 1537 if (fcs->port_vfid == vft->vf_id) in bfa_fcs_uf_recv() 1540 fabric = bfa_fcs_vf_lookup(fcs, (u16) vft->vf_id); in bfa_fcs_uf_recv() 1558 bfa_trc(fcs, vft->vf_id); in bfa_fcs_uf_recv()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/bnxt/ |
D | bnxt_sriov.c | 49 static int bnxt_vf_ndo_prep(struct bnxt *bp, int vf_id) in bnxt_vf_ndo_prep() argument 59 if (vf_id >= bp->pf.active_vfs) { in bnxt_vf_ndo_prep() 60 netdev_err(bp->dev, "Invalid VF id %d\n", vf_id); in bnxt_vf_ndo_prep() 66 int bnxt_set_vf_spoofchk(struct net_device *dev, int vf_id, bool setting) in bnxt_set_vf_spoofchk() argument 78 rc = bnxt_vf_ndo_prep(bp, vf_id); in bnxt_set_vf_spoofchk() 82 vf = &bp->pf.vf[vf_id]; in bnxt_set_vf_spoofchk() 152 int bnxt_set_vf_trust(struct net_device *dev, int vf_id, bool trusted) in bnxt_set_vf_trust() argument 157 if (bnxt_vf_ndo_prep(bp, vf_id)) in bnxt_set_vf_trust() 160 vf = &bp->pf.vf[vf_id]; in bnxt_set_vf_trust() 170 int bnxt_get_vf_config(struct net_device *dev, int vf_id, in bnxt_get_vf_config() argument [all …]
|
/kernel/linux/linux-5.10/drivers/net/ethernet/cavium/thunder/ |
D | nic.h | 285 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 …]
|
D | nic_main.c | 165 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 …]
|
D | nicvf_main.c | 145 (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() 1435 mbx.frs.vf_id = nic->vf_id; in nicvf_update_hw_max_frs() [all …]
|
/kernel/linux/linux-5.10/include/linux/net/intel/ |
D | i40e_client.h | 113 u32 vf_id, u8 *msg, u16 len); 126 bool is_vf, u32 vf_id, 149 struct i40e_client *client, u32 vf_id, 154 struct i40e_client *client, u32 vf_id); 162 struct i40e_client *client, u32 vf_id);
|
/kernel/linux/linux-5.10/include/linux/qed/ |
D | qed_iov_if.h | 20 int (*get_config) (struct qed_dev *cdev, int vf_id, 23 int (*set_link_state) (struct qed_dev *cdev, int vf_id,
|
/kernel/linux/linux-5.10/drivers/crypto/marvell/octeontx/ |
D | otx_cptvf_mbox.c | 60 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()
|
D | otx_cptpf_mbox.c | 59 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()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/hisilicon/hns/ |
D | hns_ae_adapt.c | 99 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()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/bnx2x/ |
D | bnx2x_vfpf.c | 194 static int bnx2x_get_vf_id(struct bnx2x *bp, u32 *vf_id) in bnx2x_get_vf_id() argument 218 *vf_id = (me_reg & ME_REG_VF_NUM_MASK) >> ME_REG_VF_NUM_SHIFT; in bnx2x_get_vf_id() 230 u32 vf_id; in bnx2x_vfpf_acquire() local 236 if (bnx2x_get_vf_id(bp, &vf_id)) { in bnx2x_vfpf_acquire() 241 req->vfdev_info.vf_id = vf_id; in bnx2x_vfpf_acquire() 400 u32 rc, vf_id; in bnx2x_vfpf_release() local 405 if (bnx2x_get_vf_id(bp, &vf_id)) { in bnx2x_vfpf_release() 410 req->vf_id = vf_id; in bnx2x_vfpf_release() 494 u32 vf_id; in bnx2x_vfpf_close_vf() local 499 if (bnx2x_get_vf_id(bp, &vf_id)) in bnx2x_vfpf_close_vf() [all …]
|
D | bnx2x_vfpf.h | 127 u8 vf_id; /* ME register value */ member 355 u16 vf_id; /* for debug */ member 362 u16 vf_id; member
|