Home
last modified time | relevance | path

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

/drivers/scsi/qla2xxx/
Dqla_attr.c1749 } else if (ql2xmaxqueues == 1 || !ha->npiv_info) in qla24xx_vport_create()
1753 if (memcmp(ha->npiv_info[cnt].port_name, vha->port_name, 8) == 0 in qla24xx_vport_create()
1754 && memcmp(ha->npiv_info[cnt].node_name, vha->node_name, in qla24xx_vport_create()
1756 qos = ha->npiv_info[cnt].q_qos; in qla24xx_vport_create()
Dqla_os.c3080 ha->npiv_info = kzalloc(sizeof(struct qla_npiv_entry) * in qla2x00_mem_alloc()
3082 if (!ha->npiv_info) { in qla2x00_mem_alloc()
3088 ha->npiv_info = NULL; in qla2x00_mem_alloc()
3118 kfree(ha->npiv_info); in qla2x00_mem_alloc()
3290 kfree(ha->npiv_info); in qla2x00_mem_free()
Dqla_def.h2491 struct qla_npiv_entry *npiv_info; member
Dqla_sup.c1066 memcpy(&ha->npiv_info[i], entry, sizeof(struct qla_npiv_entry)); in qla2xxx_flash_npiv_conf()
/drivers/scsi/lpfc/
Dlpfc_attr.c2031 static DEVICE_ATTR(npiv_info, S_IRUGO, lpfc_npiv_info_show, NULL);