Home
last modified time | relevance | path

Searched refs:chap_entry (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/scsi/qla4xxx/
H A 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()
H A Dql4_os.c682 struct ql4_chap_table **chap_entry) in qla4xxx_get_chap_by_index()
705 *chap_entry = (struct ql4_chap_table *)ha->chap_list + chap_index; in qla4xxx_get_chap_by_index()
706 if ((*chap_entry)->cookie != in qla4xxx_get_chap_by_index()
709 *chap_entry = NULL; in qla4xxx_get_chap_by_index()
964 struct ql4_chap_table *chap_entry = NULL; in qla4xxx_set_chap_entry() local
1025 &chap_entry); in qla4xxx_set_chap_entry()
1027 if (!(type == qla4xxx_get_chap_type(chap_entry))) { in qla4xxx_set_chap_entry()
680 qla4xxx_get_chap_by_index(struct scsi_qla_host *ha, int16_t chap_index, struct ql4_chap_table **chap_entry) qla4xxx_get_chap_by_index() argument
/kernel/linux/linux-6.6/drivers/scsi/qla4xxx/
H A 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()
H A Dql4_os.c682 struct ql4_chap_table **chap_entry) in qla4xxx_get_chap_by_index()
703 *chap_entry = (struct ql4_chap_table *)ha->chap_list + chap_index; in qla4xxx_get_chap_by_index()
704 if ((*chap_entry)->cookie != in qla4xxx_get_chap_by_index()
706 *chap_entry = NULL; in qla4xxx_get_chap_by_index()
959 struct ql4_chap_table *chap_entry = NULL; in qla4xxx_set_chap_entry() local
1020 &chap_entry); in qla4xxx_set_chap_entry()
1022 if (!(type == qla4xxx_get_chap_type(chap_entry))) { in qla4xxx_set_chap_entry()
680 qla4xxx_get_chap_by_index(struct scsi_qla_host *ha, int16_t chap_index, struct ql4_chap_table **chap_entry) qla4xxx_get_chap_by_index() argument

Completed in 21 milliseconds