Searched refs:vport_id (Results 1 – 7 of 7) sorted by relevance
1853 struct fc_vport_identifiers vport_id; in tcm_qla2xxx_lport_register_npiv_cb() local1867 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()
176 u8 vport_id; member181 u8 vport_id;
34 u16 vport_id) in qlcnic_sriov_pf_set_vport_info() argument42 cmd.req.arg[1] = (vport_id << 16) | 0x1; in qlcnic_sriov_pf_set_vport_info()
349 struct qlcnic_info *npar_info, u16 vport_id) in qlcnic_sriov_get_vf_vport_info() argument360 cmd.req.arg[1] = vport_id << 16 | 0x1; in qlcnic_sriov_get_vf_vport_info()
1258 recv_ctx->virt_port = mbx_out->vport_id; in qlcnic_83xx_create_rx_ctx()
3601 struct fc_vport_identifiers vport_id; in lpfc_create_static_vport() local3695 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()
236 u32 vport_id; /* Admin Identifier for the vport */ member