Home
last modified time | relevance | path

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

/drivers/scsi/qla2xxx/
Dqla_attr.c3125 if (!ql2xmqsupport || !ha->npiv_info) in qla24xx_vport_create()
3130 if (memcmp(ha->npiv_info[cnt].port_name, vha->port_name, 8) == 0 in qla24xx_vport_create()
3131 && memcmp(ha->npiv_info[cnt].node_name, vha->node_name, in qla24xx_vport_create()
3133 qos = ha->npiv_info[cnt].q_qos; in qla24xx_vport_create()
Dqla_os.c4349 ha->npiv_info = kcalloc(ha->nvram_npiv_size, in qla2x00_mem_alloc()
4352 if (!ha->npiv_info) { in qla2x00_mem_alloc()
4358 ha->npiv_info = NULL; in qla2x00_mem_alloc()
4466 kfree(ha->npiv_info); in qla2x00_mem_alloc()
4984 kfree(ha->npiv_info); in qla2x00_mem_free()
4985 ha->npiv_info = NULL; in qla2x00_mem_free()
Dqla_sup.c1158 memcpy(&ha->npiv_info[i], entry, sizeof(struct qla_npiv_entry)); in qla2xxx_flash_npiv_conf()
Dqla_def.h4134 struct qla_npiv_entry *npiv_info; member
/drivers/scsi/lpfc/
Dlpfc_attr.c2833 static DEVICE_ATTR(npiv_info, S_IRUGO, lpfc_npiv_info_show, NULL);