Lines Matching refs:vpid
2128 struct fc_vport_identifiers vpid; in bnx2fc_npiv_create_vports() local
2146 vpid.roles = FC_PORT_ROLE_FCP_INITIATOR; in bnx2fc_npiv_create_vports()
2147 vpid.vport_type = FC_PORTTYPE_NPIV; in bnx2fc_npiv_create_vports()
2148 vpid.disable = false; in bnx2fc_npiv_create_vports()
2159 vpid.node_name = wwnn; in bnx2fc_npiv_create_vports()
2160 vpid.port_name = wwn_to_u64(npiv_tbl->wwpn[i]); in bnx2fc_npiv_create_vports()
2161 scnprintf(vpid.symbolic_name, sizeof(vpid.symbolic_name), in bnx2fc_npiv_create_vports()
2163 created, vpid.port_name, vpid.node_name); in bnx2fc_npiv_create_vports()
2164 fcoe_wwn_to_str(vpid.node_name, wwnn_str, sizeof(wwnn_str)); in bnx2fc_npiv_create_vports()
2165 fcoe_wwn_to_str(vpid.port_name, wwpn_str, sizeof(wwpn_str)); in bnx2fc_npiv_create_vports()
2168 if (fc_vport_create(lport->host, 0, &vpid)) in bnx2fc_npiv_create_vports()