Searched refs:npiv_info (Results 1 – 5 of 5) sorted by relevance
1824 } else if (ql2xmaxqueues == 1 || !ha->npiv_info) in qla24xx_vport_create()1828 if (memcmp(ha->npiv_info[cnt].port_name, vha->port_name, 8) == 0 in qla24xx_vport_create()1829 && memcmp(ha->npiv_info[cnt].node_name, vha->node_name, in qla24xx_vport_create()1831 qos = ha->npiv_info[cnt].q_qos; in qla24xx_vport_create()
2747 ha->npiv_info = kzalloc(sizeof(struct qla_npiv_entry) * in qla2x00_mem_alloc()2749 if (!ha->npiv_info) { in qla2x00_mem_alloc()2755 ha->npiv_info = NULL; in qla2x00_mem_alloc()2781 kfree(ha->npiv_info); in qla2x00_mem_alloc()2954 kfree(ha->npiv_info); in qla2x00_mem_free()
2460 struct qla_npiv_entry *npiv_info; member
1002 memcpy(&ha->npiv_info[i], entry, sizeof(struct qla_npiv_entry)); in qla2xxx_flash_npiv_conf()
1760 static DEVICE_ATTR(npiv_info, S_IRUGO, lpfc_npiv_info_show, NULL);