Searched refs:npiv_info (Results 1 – 5 of 5) sorted by relevance
/linux-6.12.1/drivers/scsi/qla2xxx/ ! |
D | qla_attr.c | 3137 if (!ql2xmqsupport || !ha->npiv_info) in qla24xx_vport_create() 3142 if (memcmp(ha->npiv_info[cnt].port_name, vha->port_name, 8) == 0 in qla24xx_vport_create() 3143 && memcmp(ha->npiv_info[cnt].node_name, vha->node_name, in qla24xx_vport_create() 3145 qos = ha->npiv_info[cnt].q_qos; in qla24xx_vport_create()
|
D | qla_os.c | 4385 ha->npiv_info = kcalloc(ha->nvram_npiv_size, in qla2x00_mem_alloc() 4388 if (!ha->npiv_info) { in qla2x00_mem_alloc() 4394 ha->npiv_info = NULL; in qla2x00_mem_alloc() 4515 kfree(ha->npiv_info); in qla2x00_mem_alloc() 5040 kfree(ha->npiv_info); in qla2x00_mem_free() 5041 ha->npiv_info = NULL; in qla2x00_mem_free()
|
D | qla_sup.c | 1174 memcpy(&ha->npiv_info[i], entry, sizeof(struct qla_npiv_entry)); in qla2xxx_flash_npiv_conf()
|
D | qla_def.h | 4205 struct qla_npiv_entry *npiv_info; member
|
/linux-6.12.1/drivers/scsi/lpfc/ ! |
D | lpfc_attr.c | 3007 static DEVICE_ATTR(npiv_info, S_IRUGO, lpfc_npiv_info_show, NULL);
|