Home
last modified time | relevance | path

Searched refs:npiv_info (Results 1 – 5 of 5) sorted by relevance

/drivers/scsi/qla2xxx/
Dqla_attr.c2874 if (!ql2xmqsupport || !ha->npiv_info) in qla24xx_vport_create()
2879 if (memcmp(ha->npiv_info[cnt].port_name, vha->port_name, 8) == 0 in qla24xx_vport_create()
2880 && memcmp(ha->npiv_info[cnt].node_name, vha->node_name, in qla24xx_vport_create()
2882 qos = ha->npiv_info[cnt].q_qos; in qla24xx_vport_create()
Dqla_os.c4193 ha->npiv_info = kcalloc(ha->nvram_npiv_size, in qla2x00_mem_alloc()
4196 if (!ha->npiv_info) { in qla2x00_mem_alloc()
4202 ha->npiv_info = NULL; in qla2x00_mem_alloc()
4270 kfree(ha->npiv_info); in qla2x00_mem_alloc()
4772 kfree(ha->npiv_info); in qla2x00_mem_free()
4773 ha->npiv_info = NULL; in qla2x00_mem_free()
Dqla_sup.c1157 memcpy(&ha->npiv_info[i], entry, sizeof(struct qla_npiv_entry)); in qla2xxx_flash_npiv_conf()
Dqla_def.h3715 struct qla_npiv_entry *npiv_info; member
/drivers/scsi/lpfc/
Dlpfc_attr.c2704 static DEVICE_ATTR(npiv_info, S_IRUGO, lpfc_npiv_info_show, NULL);