Searched defs:vport_id (Results 1 - 5 of 5) sorted by relevance

/drivers/net/ethernet/qlogic/qlcnic/
H A Dqlcnic_sriov_pf.c34 u16 vport_id)
42 cmd.req.arg[1] = (vport_id << 16) | 0x1;
32 qlcnic_sriov_pf_set_vport_info(struct qlcnic_adapter *adapter, struct qlcnic_info *npar_info, u16 vport_id) argument
H A Dqlcnic_sriov_common.c349 struct qlcnic_info *npar_info, u16 vport_id)
360 cmd.req.arg[1] = vport_id << 16 | 0x1;
348 qlcnic_sriov_get_vf_vport_info(struct qlcnic_adapter *adapter, struct qlcnic_info *npar_info, u16 vport_id) argument
H A Dqlcnic_83xx_hw.h163 * @vport_id: virtual port id
176 u8 vport_id; member in struct:qlcnic_rcv_mbx_out
181 u8 vport_id;
/drivers/scsi/qla2xxx/
H A Dtcm_qla2xxx.c1814 struct fc_vport_identifiers vport_id; local
1828 memset(&vport_id, 0, sizeof(vport_id));
1829 vport_id.port_name = npiv_wwpn;
1830 vport_id.node_name = npiv_wwnn;
1831 vport_id.roles = FC_PORT_ROLE_FCP_INITIATOR;
1832 vport_id.vport_type = FC_PORTTYPE_NPIV;
1833 vport_id.disable = false;
1835 vport = fc_vport_create(sh, 0, &vport_id);
/drivers/scsi/lpfc/
H A Dlpfc_hbadisc.c3596 struct fc_vport_identifiers vport_id; local
3690 memset(&vport_id, 0, sizeof(vport_id));
3691 vport_id.port_name = wwn_to_u64(vport_info->vport_list[i].wwpn);
3692 vport_id.node_name = wwn_to_u64(vport_info->vport_list[i].wwnn);
3693 if (!vport_id.port_name || !vport_id.node_name)
3696 vport_id.roles = FC_PORT_ROLE_FCP_INITIATOR;
3697 vport_id.vport_type = FC_PORTTYPE_NPIV;
3698 vport_id
[all...]

Completed in 130 milliseconds