Home
last modified time | relevance | path

Searched refs:chap_list (Results 1 – 3 of 3) sorted by relevance

/linux-6.6.21/drivers/scsi/qla4xxx/ !
Dql4_mbx.c1677 if (rval == QLA_SUCCESS && ha->chap_list) { in qla4xxx_set_chap()
1679 memcpy((struct ql4_chap_table *)ha->chap_list + idx, in qla4xxx_set_chap()
1698 if (!ha->chap_list) { in qla4xxx_get_uni_chap_at_index()
1723 chap_table = (struct ql4_chap_table *)ha->chap_list + chap_index; in qla4xxx_get_uni_chap_at_index()
1773 if (!ha->chap_list) { in qla4xxx_get_chap_index()
1785 chap_table = (struct ql4_chap_table *)ha->chap_list + i; in qla4xxx_get_chap_index()
Dql4_os.c667 if (ha->chap_list == NULL) in qla4xxx_create_chap_list()
668 ha->chap_list = vmalloc(chap_size); in qla4xxx_create_chap_list()
669 if (ha->chap_list == NULL) { in qla4xxx_create_chap_list()
674 memcpy(ha->chap_list, chap_flash_data, chap_size); in qla4xxx_create_chap_list()
687 if (!ha->chap_list) { in qla4xxx_get_chap_by_index()
703 *chap_entry = (struct ql4_chap_table *)ha->chap_list + chap_index; in qla4xxx_get_chap_by_index()
738 if (!ha->chap_list) { in qla4xxx_find_free_chap_index()
745 chap_table = (struct ql4_chap_table *)ha->chap_list + i; in qla4xxx_find_free_chap_index()
795 chap_table = (struct ql4_chap_table *)ha->chap_list + i; in qla4xxx_get_chap_list()
932 if (ret == QLA_SUCCESS && ha->chap_list) { in qla4xxx_delete_chap()
[all …]
Dql4_def.h787 uint8_t *chap_list; /* CHAP table cache */ member