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

/drivers/scsi/bfa/
H A Dbfad_bsg.h169 u16 vf_id; member in struct:bfa_bsg_itnim_ioprofile_s
285 u16 vf_id; member in struct:bfa_bsg_lport_attr_s
293 u16 vf_id; member in struct:bfa_bsg_lport_stats_s
301 u16 vf_id; member in struct:bfa_bsg_lport_iostats_s
309 u16 vf_id; member in struct:bfa_bsg_lport_get_rports_s
319 u16 vf_id; member in struct:bfa_bsg_rport_attr_s
328 u16 vf_id; member in struct:bfa_bsg_rport_stats_s
337 u16 vf_id; member in struct:bfa_bsg_rport_scsi_addr_s
349 u16 vf_id; member in struct:bfa_bsg_rport_reset_stats_s
357 u16 vf_id; member in struct:bfa_bsg_rport_set_speed_s
367 u16 vf_id; member in struct:bfa_bsg_vport_attr_s
375 u16 vf_id; member in struct:bfa_bsg_vport_stats_s
383 u16 vf_id; member in struct:bfa_bsg_reset_stats_s
390 u16 vf_id; member in struct:bfa_bsg_fabric_get_lports_s
429 u16 vf_id; member in struct:bfa_bsg_itnim_attr_s
438 u16 vf_id; member in struct:bfa_bsg_itnim_iostats_s
447 u16 vf_id; member in struct:bfa_bsg_itnim_itnstats_s
698 u16 vf_id; member in struct:bfa_bsg_vf_stats_s
705 u16 vf_id; member in struct:bfa_bsg_vf_reset_stats_s
717 u16 vf_id; member in struct:bfa_bsg_fcpim_lunmask_s
725 u16 vf_id; member in struct:bfa_bsg_fcpt_s
[all...]
H A Dbfa_fcs.h190 u16 vf_id; /* virtual fabric ID */ member in struct:bfa_fcs_fabric_s
296 u16 vf_id, wwn_t lpwwn);
321 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);
748 bfa_fcs_vf_t *bfa_fcs_vf_lookup(struct bfa_fcs_s *fcs, u16 vf_id);
H A Dbfad_drv.h293 bfa_status_t bfad_vport_create(struct bfad_s *bfad, u16 vf_id,
296 bfa_status_t bfad_vf_create(struct bfad_s *bfad, u16 vf_id,
H A Dbfa_fcs_lport.c317 aen_entry->aen_data.lport.vf_id = port->fabric->vf_id;
351 bfa_fcxp_send(fcxp, bfa_rport, port->fabric->vf_id, port->lp_tag,
385 bfa_fcxp_send(fcxp, bfa_rport, port->fabric->vf_id, port->lp_tag,
530 bfa_fcxp_send(fcxp, bfa_rport, port->fabric->vf_id, port->lp_tag,
587 bfa_fcxp_send(fcxp, bfa_rport, port->fabric->vf_id, port->lp_tag,
695 bfa_fcxp_send(fcxp, NULL, port->fabric->vf_id, port->lp_tag,
971 u16 vf_id, struct bfa_fcs_vport_s *vport)
974 lport->fabric = bfa_fcs_vf_lookup(fcs, vf_id);
1683 bfa_fcxp_send(fcxp, NULL, port->fabric->vf_id, por
970 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
4995 bfa_fcs_lookup_port(struct bfa_fcs_s *fcs, u16 vf_id, wwn_t lpwwn) argument
5814 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
5864 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
5974 bfa_fcs_vport_lookup(struct bfa_fcs_s *fcs, u16 vf_id, wwn_t vpwwn) argument
[all...]
H A Dbfa_fcs.c1094 bfa_trc(fabric->fcs, fabric->vf_id);
1312 bfa_fcxp_send(fcxp, NULL, fabric->vf_id, fabric->lps->bfa_tag,
1391 * Returns FCS vf structure for a given vf_id.
1393 * param[in] vf_id - VF_ID
1399 bfa_fcs_vf_lookup(struct bfa_fcs_s *fcs, u16 vf_id) argument
1401 bfa_trc(fcs, vf_id);
1402 if (vf_id == FC_VF_ID_NULL)
1430 bfa_trc(fcs, vf->vf_id);
1505 if (fcs->port_vfid == vft->vf_id)
1508 fabric = bfa_fcs_vf_lookup(fcs, (u16) vft->vf_id);
[all...]
H A Dbfad_bsg.c426 iocmd->vf_id, iocmd->pwwn);
450 iocmd->vf_id, iocmd->pwwn);
477 iocmd->vf_id, iocmd->vpwwn);
508 iocmd->vf_id, iocmd->pwwn);
547 iocmd->vf_id, iocmd->pwwn);
573 iocmd->vf_id, iocmd->pwwn);
608 iocmd->vf_id, iocmd->pwwn);
656 iocmd->vf_id, iocmd->pwwn);
696 iocmd->vf_id, iocmd->pwwn);
730 iocmd->vf_id, iocm
[all...]
H A Dbfa_fcs_rport.c1387 bfa_fcxp_send(fcxp, NULL, port->fabric->vf_id, port->lp_tag, BFA_FALSE,
1508 bfa_fcxp_send(fcxp, NULL, port->fabric->vf_id, port->lp_tag, BFA_FALSE,
1537 bfa_fcxp_send(fcxp, NULL, port->fabric->vf_id, port->lp_tag, BFA_FALSE,
1606 bfa_fcxp_send(fcxp, NULL, port->fabric->vf_id, port->lp_tag, BFA_FALSE,
1756 bfa_fcxp_send(fcxp, NULL, port->fabric->vf_id, port->lp_tag, BFA_FALSE,
1790 bfa_fcxp_send(fcxp, NULL, port->fabric->vf_id, port->lp_tag, BFA_FALSE,
1860 bfa_fcxp_send(fcxp, NULL, port->fabric->vf_id, port->lp_tag, BFA_FALSE,
1897 bfa_fcxp_send(fcxp, NULL, port->fabric->vf_id, port->lp_tag, BFA_FALSE,
1932 bfa_fcxp_send(fcxp, NULL, port->fabric->vf_id, port->lp_tag,
1952 rport_info.vf_id
[all...]
H A Dbfa_svc.h144 u16 vf_id; /* vsan tag if applicable */ member in struct:bfa_fcxp_req_info_s
286 u16 vf_id; /* virtual fabric ID */ member in struct:bfa_rport_info_s
325 u16 vf_id; member in struct:bfa_uf_s
613 u16 vf_id, u8 lp_tag,
H A Dbfa_fcs_fcpim.c406 aen_entry->aen_data.itnim.vf_id = rport->port->fabric->vf_id;
441 bfa_fcxp_send(fcxp, rport->bfa_rport, port->fabric->vf_id, port->lp_tag,
H A Dbfa_fcpim.h414 bfa_status_t bfa_fcpim_lunmask_delete(struct bfa_s *bfa, u16 vf_id,
416 bfa_status_t bfa_fcpim_lunmask_add(struct bfa_s *bfa, u16 vf_id,
H A Dbfi_ms.h355 __be16 vf_id; /* vsan tag if applicable */ member in struct:bfi_fcxp_send_req_s
514 u16 vf_id; /* virtual fabric ID */ member in struct:bfi_rport_create_req_s
H A Dbfa_defs.h446 u16 vf_id; /* vf_id of this logical port */ member in struct:bfa_lport_aen_data_s
461 u16 vf_id; /* vf_id of the IT nexus */ member in struct:bfa_itnim_aen_data_s
H A Dbfa_svc.c828 send_req->vf_id = cpu_to_be16(reqi->vf_id);
1000 * @param[in] vf_id virtual Fabric ID
1018 u16 vf_id, u8 lp_tag, bfa_boolean_t cts, enum fc_cos cos,
1033 reqi->vf_id = vf_id;
4564 m->vf_id = rp->rport_info.vf_id;
1017 bfa_fcxp_send(struct bfa_fcxp_s *fcxp, struct bfa_rport_s *rport, u16 vf_id, u8 lp_tag, bfa_boolean_t cts, enum fc_cos cos, u32 reqlen, struct fchs_s *fchs, bfa_cb_fcxp_send_t cbfn, void *cbarg, u32 rsp_maxlen, u8 rsp_timeout) argument
H A Dbfad.c645 bfad_vport_create(struct bfad_s *bfad, u16 vf_id, argument
661 rc = bfa_fcs_vport_create(&vport->fcs_vport, &bfad->bfa_fcs, vf_id,
H A Dbfa_defs_svc.h1296 u16 vf_id; /* vf_id of this logical port */ member in struct:bfa_rport_aen_data_s
H A Dbfa_fc.h1045 u32 vf_id:12; member in struct:fc_vft_s
H A Dbfa_fcpim.c2268 bfa_fcpim_lunmask_add(struct bfa_s *bfa, u16 vf_id, wwn_t *pwwn, argument
2282 vf_id, *pwwn);
2330 bfa_fcpim_lunmask_delete(struct bfa_s *bfa, u16 vf_id, wwn_t *pwwn, argument
2351 vf_id, *pwwn);
/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_hsi.h4643 u8 vf_id; member in struct:vf_pf_event_data
4654 u8 vf_id; member in struct:vf_flr_event_data
4665 u8 vf_id; member in struct:malicious_vf_event_data
4898 u8 vf_id; member in struct:pci_entity
4904 u8 vf_id;
H A Dbnx2x_main.c802 pr_cont("igu_sb_id(0x%x) igu_seg_id(0x%x) pf_id(0x%x) vnic_id(0x%x) vf_id(0x%x) vf_valid (0x%x) state(0x%x)\n",
807 sp_sb_data.p_func.vf_id,
884 pr_cont("pf_id(0x%x) vf_id(0x%x) vf_valid(0x%x) vnic_id(0x%x) same_igu_sb_1b(0x%x) state(0x%x)\n",
886 sb_data_e2.common.p_func.vf_id,
892 pr_cont("pf_id(0x%x) vf_id(0x%x) vf_valid(0x%x) vnic_id(0x%x) same_igu_sb_1b(0x%x) state(0x%x)\n",
894 sb_data_e1x.common.p_func.vf_id,
5028 sb_data_e2.common.p_func.vf_id = vfid;
5043 sb_data_e1x.common.p_func.vf_id = 0xff;
5157 sp_sb_data.p_func.vf_id = 0xff;
/drivers/scsi/qla2xxx/
H A Dqla_fw.h1355 uint16_t vf_id; member in struct:qla_npiv_entry
H A Dqla_sup.c1083 "wwnn=%llx vf_id=0x%x Q_qos=0x%x F_qos=0x%x.\n", cnt,
1086 le16_to_cpu(entry->vf_id),

Completed in 283 milliseconds