chap_entry         86 drivers/scsi/qla4xxx/ql4_inline.h static inline int qla4xxx_get_chap_type(struct ql4_chap_table *chap_entry)
chap_entry         90 drivers/scsi/qla4xxx/ql4_inline.h 	if (chap_entry->flags & BIT_7)
chap_entry        648 drivers/scsi/qla4xxx/ql4_os.c 				     struct ql4_chap_table **chap_entry)
chap_entry        671 drivers/scsi/qla4xxx/ql4_os.c 	*chap_entry = (struct ql4_chap_table *)ha->chap_list + chap_index;
chap_entry        672 drivers/scsi/qla4xxx/ql4_os.c 	if ((*chap_entry)->cookie !=
chap_entry        675 drivers/scsi/qla4xxx/ql4_os.c 		*chap_entry = NULL;
chap_entry        930 drivers/scsi/qla4xxx/ql4_os.c 	struct ql4_chap_table *chap_entry = NULL;
chap_entry        986 drivers/scsi/qla4xxx/ql4_os.c 					       &chap_entry);
chap_entry        988 drivers/scsi/qla4xxx/ql4_os.c 			if (!(type == qla4xxx_get_chap_type(chap_entry))) {