Home
last modified time | relevance | path

Searched refs:vport_id (Results 1 – 7 of 7) sorted by relevance

/linux-4.1.27/drivers/scsi/qla2xxx/
Dtcm_qla2xxx.c1853 struct fc_vport_identifiers vport_id; in tcm_qla2xxx_lport_register_npiv_cb() local
1867 memset(&vport_id, 0, sizeof(vport_id)); in tcm_qla2xxx_lport_register_npiv_cb()
1868 vport_id.port_name = npiv_wwpn; in tcm_qla2xxx_lport_register_npiv_cb()
1869 vport_id.node_name = npiv_wwnn; in tcm_qla2xxx_lport_register_npiv_cb()
1870 vport_id.roles = FC_PORT_ROLE_FCP_INITIATOR; in tcm_qla2xxx_lport_register_npiv_cb()
1871 vport_id.vport_type = FC_PORTTYPE_NPIV; in tcm_qla2xxx_lport_register_npiv_cb()
1872 vport_id.disable = false; in tcm_qla2xxx_lport_register_npiv_cb()
1874 vport = fc_vport_create(sh, 0, &vport_id); in tcm_qla2xxx_lport_register_npiv_cb()
/linux-4.1.27/drivers/net/ethernet/qlogic/qlcnic/
Dqlcnic_83xx_hw.h176 u8 vport_id; member
181 u8 vport_id;
Dqlcnic_sriov_pf.c34 u16 vport_id) in qlcnic_sriov_pf_set_vport_info() argument
42 cmd.req.arg[1] = (vport_id << 16) | 0x1; in qlcnic_sriov_pf_set_vport_info()
Dqlcnic_sriov_common.c349 struct qlcnic_info *npar_info, u16 vport_id) in qlcnic_sriov_get_vf_vport_info() argument
360 cmd.req.arg[1] = vport_id << 16 | 0x1; in qlcnic_sriov_get_vf_vport_info()
Dqlcnic_83xx_hw.c1258 recv_ctx->virt_port = mbx_out->vport_id; in qlcnic_83xx_create_rx_ctx()
/linux-4.1.27/drivers/scsi/lpfc/
Dlpfc_hbadisc.c3601 struct fc_vport_identifiers vport_id; in lpfc_create_static_vport() local
3695 memset(&vport_id, 0, sizeof(vport_id)); in lpfc_create_static_vport()
3696 vport_id.port_name = wwn_to_u64(vport_info->vport_list[i].wwpn); in lpfc_create_static_vport()
3697 vport_id.node_name = wwn_to_u64(vport_info->vport_list[i].wwnn); in lpfc_create_static_vport()
3698 if (!vport_id.port_name || !vport_id.node_name) in lpfc_create_static_vport()
3701 vport_id.roles = FC_PORT_ROLE_FCP_INITIATOR; in lpfc_create_static_vport()
3702 vport_id.vport_type = FC_PORTTYPE_NPIV; in lpfc_create_static_vport()
3703 vport_id.disable = false; in lpfc_create_static_vport()
3704 new_fc_vport = fc_vport_create(shost, 0, &vport_id); in lpfc_create_static_vport()
/linux-4.1.27/include/scsi/
Dscsi_transport_fc.h236 u32 vport_id; /* Admin Identifier for the vport */ member