Searched refs:chap_list (Results 1 – 3 of 3) sorted by relevance
385 chap_table = (struct ql4_chap_table *)ha->chap_list + i; in qla4xxx_get_chap_list()526 if (ret == QLA_SUCCESS && ha->chap_list) { in qla4xxx_delete_chap()529 memcpy((struct ql4_chap_table *)ha->chap_list + chap_tbl_idx, in qla4xxx_delete_chap()2242 if (ha->chap_list) in qla4xxx_mem_free()2243 vfree(ha->chap_list); in qla4xxx_mem_free()2244 ha->chap_list = NULL; in qla4xxx_mem_free()3925 if (!ha->chap_list) { in qla4xxx_get_bidi_chap()3932 chap_table = (struct ql4_chap_table *)ha->chap_list + i; in qla4xxx_get_bidi_chap()4201 if (ha->chap_list == NULL) in qla4xxx_create_chap_list()4202 ha->chap_list = vmalloc(chap_size); in qla4xxx_create_chap_list()[all …]
1404 if (rval == QLA_SUCCESS && ha->chap_list) { in qla4xxx_set_chap()1406 memcpy((struct ql4_chap_table *)ha->chap_list + idx, in qla4xxx_set_chap()1444 if (!ha->chap_list) { in qla4xxx_get_chap_index()1456 chap_table = (struct ql4_chap_table *)ha->chap_list + i; in qla4xxx_get_chap_index()
687 uint8_t *chap_list; /* CHAP table cache */ member