Searched refs:vf_id (Results 1 - 25 of 35) sorted by relevance

12

/drivers/net/ethernet/intel/i40e/
H A Di40e_virtchnl_pf.h75 u16 vf_id; member in struct:i40e_vf
110 int i40e_vc_process_vf_msg(struct i40e_pf *pf, u16 vf_id, u32 v_opcode,
117 int i40e_ndo_set_vf_mac(struct net_device *netdev, int vf_id, u8 *mac);
119 int vf_id, u16 vlan_id, u8 qos);
120 int i40e_ndo_set_vf_bw(struct net_device *netdev, int vf_id, int min_tx_rate,
123 int vf_id, struct ifla_vf_info *ivi);
124 int i40e_ndo_set_vf_link_state(struct net_device *netdev, int vf_id, int link);
125 int i40e_ndo_set_vf_spoofchk(struct net_device *netdev, int vf_id, bool enable);
H A Di40e_virtchnl_pf.c43 reg = rd32(hw, I40E_VPGEN_VFRTRIG(vf->vf_id));
45 wr32(hw, I40E_VPGEN_VFRTRIG(vf->vf_id), reg);
60 return pf->vsi[vsi_id]->vf_id == vf->vf_id;
144 reg_idx = I40E_VPINT_LNKLST0(vf->vf_id);
147 ((pf->hw.func_caps.num_msix_vectors_vf - 1) * vf->vf_id) +
278 qtx_ctl |= (((vf->vf_id + hw->func_caps.vf_base_id)
393 vsi = i40e_vsi_setup(pf, type, pf->vsi[pf->lan_vsi]->seid, vf->vf_id);
398 vf->vf_id, pf->hw.aq.asq_last_status);
408 vf->vf_id, vs
791 int i, tmp, vf_id; local
1782 i40e_vc_process_vf_msg(struct i40e_pf *pf, u16 vf_id, u32 v_opcode, u32 v_retval, u8 *msg, u16 msglen) argument
1865 u32 reg, reg_idx, bit_idx, vf_id; local
2017 i40e_ndo_set_vf_mac(struct net_device *netdev, int vf_id, u8 *mac) argument
2086 i40e_ndo_set_vf_port_vlan(struct net_device *netdev, int vf_id, u16 vlan_id, u8 qos) argument
2198 i40e_ndo_set_vf_bw(struct net_device *netdev, int vf_id, int min_tx_rate, int max_tx_rate) argument
2278 i40e_ndo_get_vf_config(struct net_device *netdev, int vf_id, struct ifla_vf_info *ivi) argument
2333 i40e_ndo_set_vf_link_state(struct net_device *netdev, int vf_id, int link) argument
2396 i40e_ndo_set_vf_spoofchk(struct net_device *netdev, int vf_id, bool enable) argument
[all...]
H A Di40e.h480 u16 vf_id; /* Virtual function ID for SRIOV VSIs */ member in struct:i40e_vsi
/drivers/scsi/bfa/
H A Dbfad_bsg.h183 u16 vf_id; member in struct:bfa_bsg_itnim_ioprofile_s
299 u16 vf_id; member in struct:bfa_bsg_lport_attr_s
307 u16 vf_id; member in struct:bfa_bsg_lport_stats_s
315 u16 vf_id; member in struct:bfa_bsg_lport_iostats_s
323 u16 vf_id; member in struct:bfa_bsg_lport_get_rports_s
333 u16 vf_id; member in struct:bfa_bsg_rport_attr_s
344 u16 vf_id; member in struct:bfa_bsg_rport_stats_s
353 u16 vf_id; member in struct:bfa_bsg_rport_scsi_addr_s
365 u16 vf_id; member in struct:bfa_bsg_rport_reset_stats_s
373 u16 vf_id; member in struct:bfa_bsg_rport_set_speed_s
383 u16 vf_id; member in struct:bfa_bsg_vport_attr_s
391 u16 vf_id; member in struct:bfa_bsg_vport_stats_s
399 u16 vf_id; member in struct:bfa_bsg_reset_stats_s
406 u16 vf_id; member in struct:bfa_bsg_fabric_get_lports_s
445 u16 vf_id; member in struct:bfa_bsg_itnim_attr_s
454 u16 vf_id; member in struct:bfa_bsg_itnim_iostats_s
463 u16 vf_id; member in struct:bfa_bsg_itnim_itnstats_s
751 u16 vf_id; member in struct:bfa_bsg_vf_stats_s
758 u16 vf_id; member in struct:bfa_bsg_vf_reset_stats_s
770 u16 vf_id; member in struct:bfa_bsg_fcpim_lunmask_s
779 u16 vf_id; member in struct:bfa_bsg_fcpim_throttle_s
815 u16 vf_id; member in struct:bfa_bsg_fcpt_s
[all...]
H A Dbfad_drv.h296 bfa_status_t bfad_vport_create(struct bfad_s *bfad, u16 vf_id,
299 bfa_status_t bfad_vf_create(struct bfad_s *bfad, u16 vf_id,
H A Dbfa_fcs.h193 u16 vf_id; /* virtual fabric ID */ member in struct:bfa_fcs_fabric_s
297 u16 vf_id, wwn_t lpwwn);
323 u16 vf_id, struct bfa_fcs_vport_s *vport);
375 struct bfa_fcs_s *fcs, u16 vf_id,
379 struct bfa_fcs_s *fcs, u16 vf_id,
389 u16 vf_id, wwn_t vpwwn);
804 bfa_fcs_vf_t *bfa_fcs_vf_lookup(struct bfa_fcs_s *fcs, u16 vf_id);
H A Dbfa_fcs.c1250 bfa_trc(fabric->fcs, fabric->vf_id);
1469 bfa_fcxp_send(fcxp, NULL, fabric->vf_id, fabric->lps->bfa_tag,
1555 * Returns FCS vf structure for a given vf_id.
1557 * param[in] vf_id - VF_ID
1563 bfa_fcs_vf_lookup(struct bfa_fcs_s *fcs, u16 vf_id) argument
1565 bfa_trc(fcs, vf_id);
1566 if (vf_id == FC_VF_ID_NULL)
1594 bfa_trc(fcs, vf->vf_id);
1669 if (fcs->port_vfid == vft->vf_id)
1672 fabric = bfa_fcs_vf_lookup(fcs, (u16) vft->vf_id);
[all...]
H A Dbfad_bsg.c461 iocmd->vf_id, iocmd->pwwn);
485 iocmd->vf_id, iocmd->pwwn);
512 iocmd->vf_id, iocmd->vpwwn);
543 iocmd->vf_id, iocmd->pwwn);
583 iocmd->vf_id, iocmd->pwwn);
610 iocmd->vf_id, iocmd->pwwn);
649 iocmd->vf_id, iocmd->pwwn);
697 iocmd->vf_id, iocmd->pwwn);
739 iocmd->vf_id, iocmd->pwwn);
774 iocmd->vf_id, iocm
[all...]
H A Dbfa_fcs_lport.c359 aen_entry->aen_data.lport.vf_id = port->fabric->vf_id;
393 bfa_fcxp_send(fcxp, bfa_rport, port->fabric->vf_id, port->lp_tag,
427 bfa_fcxp_send(fcxp, bfa_rport, port->fabric->vf_id, port->lp_tag,
572 bfa_fcxp_send(fcxp, bfa_rport, port->fabric->vf_id, port->lp_tag,
629 bfa_fcxp_send(fcxp, bfa_rport, port->fabric->vf_id, port->lp_tag,
737 bfa_fcxp_send(fcxp, NULL, port->fabric->vf_id, port->lp_tag,
1071 u16 vf_id, struct bfa_fcs_vport_s *vport)
1074 lport->fabric = bfa_fcs_vf_lookup(fcs, vf_id);
1887 bfa_fcxp_send(fcxp, NULL, port->fabric->vf_id, por
1070 bfa_fcs_lport_attach(struct bfa_fcs_lport_s *lport, struct bfa_fcs_s *fcs, u16 vf_id, struct bfa_fcs_vport_s *vport) argument
5876 bfa_fcs_lookup_port(struct bfa_fcs_s *fcs, u16 vf_id, wwn_t lpwwn) argument
6721 bfa_fcs_vport_create(struct bfa_fcs_vport_s *vport, struct bfa_fcs_s *fcs, u16 vf_id, struct bfa_lport_cfg_s *vport_cfg, struct bfad_vport_s *vport_drv) argument
6771 bfa_fcs_pbc_vport_create(struct bfa_fcs_vport_s *vport, struct bfa_fcs_s *fcs, u16 vf_id, struct bfa_lport_cfg_s *vport_cfg, struct bfad_vport_s *vport_drv) argument
6881 bfa_fcs_vport_lookup(struct bfa_fcs_s *fcs, u16 vf_id, wwn_t vpwwn) argument
[all...]
H A Dbfa_fcs_fcpim.c436 aen_entry->aen_data.itnim.vf_id = rport->port->fabric->vf_id;
472 bfa_fcxp_send(fcxp, rport->bfa_rport, port->fabric->vf_id, port->lp_tag,
H A Dbfa_fcpim.h418 bfa_status_t bfa_fcpim_lunmask_delete(struct bfa_s *bfa, u16 vf_id,
420 bfa_status_t bfa_fcpim_lunmask_add(struct bfa_s *bfa, u16 vf_id,
H A Dbfi_ms.h354 __be16 vf_id; /* vsan tag if applicable */ member in struct:bfi_fcxp_send_req_s
517 u16 vf_id; /* virtual fabric ID */ member in struct:bfi_rport_create_req_s
H A Dbfa_fcs_rport.c1730 bfa_fcxp_send(fcxp, NULL, port->fabric->vf_id, port->lp_tag, BFA_FALSE,
1852 bfa_fcxp_send(fcxp, NULL, port->fabric->vf_id, port->lp_tag, BFA_FALSE,
1882 bfa_fcxp_send(fcxp, NULL, port->fabric->vf_id, port->lp_tag, BFA_FALSE,
1952 bfa_fcxp_send(fcxp, NULL, port->fabric->vf_id, port->lp_tag, BFA_FALSE,
2103 bfa_fcxp_send(fcxp, NULL, port->fabric->vf_id, port->lp_tag, BFA_FALSE,
2137 bfa_fcxp_send(fcxp, NULL, port->fabric->vf_id, port->lp_tag, BFA_FALSE,
2207 bfa_fcxp_send(fcxp, NULL, port->fabric->vf_id, port->lp_tag, BFA_FALSE,
2244 bfa_fcxp_send(fcxp, NULL, port->fabric->vf_id, port->lp_tag, BFA_FALSE,
2279 bfa_fcxp_send(fcxp, NULL, port->fabric->vf_id, port->lp_tag,
2299 rport_info.vf_id
[all...]
H A Dbfa_svc.h147 u16 vf_id; /* vsan tag if applicable */ member in struct:bfa_fcxp_req_info_s
290 u16 vf_id; /* virtual fabric ID */ member in struct:bfa_rport_info_s
329 u16 vf_id; member in struct:bfa_uf_s
635 u16 vf_id, u8 lp_tag,
H A Dbfa_defs.h499 u16 vf_id; /* vf_id of this logical port */ member in struct:bfa_lport_aen_data_s
514 u16 vf_id; /* vf_id of the IT nexus */ member in struct:bfa_itnim_aen_data_s
H A Dbfad.c647 bfad_vport_create(struct bfad_s *bfad, u16 vf_id, argument
663 rc = bfa_fcs_vport_create(&vport->fcs_vport, &bfad->bfa_fcs, vf_id,
H A Dbfa_defs_svc.h1430 u16 vf_id; /* vf_id of this logical port */ member in struct:bfa_rport_aen_data_s
H A Dbfa_fc.h1050 u32 vf_id:12; member in struct:fc_vft_s
H A Dbfa_fcpim.c2279 bfa_fcpim_lunmask_add(struct bfa_s *bfa, u16 vf_id, wwn_t *pwwn, argument
2293 vf_id, *pwwn);
2341 bfa_fcpim_lunmask_delete(struct bfa_s *bfa, u16 vf_id, wwn_t *pwwn, argument
2362 vf_id, *pwwn);
/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_vfpf.h119 u8 vf_id; /* ME register value */ member in struct:vfpf_acquire_tlv::vf_pf_vfdev_info
338 u16 vf_id; /* for debug */ member in struct:vfpf_close_tlv
345 u16 vf_id; member in struct:vfpf_release_tlv
H A Dbnx2x_vfpf.c192 static int bnx2x_get_vf_id(struct bnx2x *bp, u32 *vf_id) argument
216 *vf_id = (me_reg & ME_REG_VF_NUM_MASK) >> ME_REG_VF_NUM_SHIFT;
227 u32 vf_id; local
233 if (bnx2x_get_vf_id(bp, &vf_id)) {
238 req->vfdev_info.vf_id = vf_id;
367 u32 rc, vf_id; local
372 if (bnx2x_get_vf_id(bp, &vf_id)) {
377 req->vf_id = vf_id;
461 u32 vf_id; local
[all...]
H A Dbnx2x_hsi.h5076 u8 vf_id; member in struct:vf_pf_event_data
5087 u8 vf_id; member in struct:vf_flr_event_data
5098 u8 vf_id; member in struct:malicious_vf_event_data
5393 u8 vf_id; member in struct:pci_entity
5399 u8 vf_id;
/drivers/scsi/csiostor/
H A Dt4fw_api_stor.h356 __be32 vf_id; member in struct:fw_fcoe_vnp_cmd
519 __be16 vf_id; member in struct:fw_fcoe_fcf_cmd
H A Dcsio_lnode.h75 uint16_t vf_id; member in struct:csio_fcf_info
H A Dcsio_lnode.c785 fcf_info->vf_id = ntohs(rsp->vf_id);

Completed in 301 milliseconds

12