Home
last modified time | relevance | path

Searched refs:chap_entry (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.10/drivers/scsi/qla4xxx/
Dql4_inline.h85 static inline int qla4xxx_get_chap_type(struct ql4_chap_table *chap_entry) in qla4xxx_get_chap_type() argument
89 if (chap_entry->flags & BIT_7) in qla4xxx_get_chap_type()
Dql4_os.c681 struct ql4_chap_table **chap_entry) in qla4xxx_get_chap_by_index() argument
704 *chap_entry = (struct ql4_chap_table *)ha->chap_list + chap_index; in qla4xxx_get_chap_by_index()
705 if ((*chap_entry)->cookie != in qla4xxx_get_chap_by_index()
708 *chap_entry = NULL; in qla4xxx_get_chap_by_index()
963 struct ql4_chap_table *chap_entry = NULL; in qla4xxx_set_chap_entry() local
1019 &chap_entry); in qla4xxx_set_chap_entry()
1021 if (!(type == qla4xxx_get_chap_type(chap_entry))) { in qla4xxx_set_chap_entry()