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

/linux-4.1.27/drivers/scsi/qla4xxx/
H A Dql4_inline.h86 static inline int qla4xxx_get_chap_type(struct ql4_chap_table *chap_entry) qla4xxx_get_chap_type() argument
90 if (chap_entry->flags & BIT_7) qla4xxx_get_chap_type()
H A Dql4_os.c632 struct ql4_chap_table **chap_entry) qla4xxx_get_chap_by_index()
655 *chap_entry = (struct ql4_chap_table *)ha->chap_list + chap_index; qla4xxx_get_chap_by_index()
656 if ((*chap_entry)->cookie != qla4xxx_get_chap_by_index()
659 *chap_entry = NULL; qla4xxx_get_chap_by_index()
916 struct ql4_chap_table *chap_entry = NULL; qla4xxx_set_chap_entry() local
972 &chap_entry);
974 if (!(type == qla4xxx_get_chap_type(chap_entry))) {
630 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 129 milliseconds