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

/linux-master/drivers/scsi/qla4xxx/
H A Dql4_inline.h85 static inline int qla4xxx_get_chap_type(struct ql4_chap_table *chap_entry)
H A Dql4_mbx.c1579 struct ql4_chap_table *chap_table;
1586 chap_size = sizeof(struct ql4_chap_table);
1641 struct ql4_chap_table *chap_table;
1677 offset += (idx * sizeof(struct ql4_chap_table));
1679 sizeof(struct ql4_chap_table),
1684 memcpy((struct ql4_chap_table *)ha->chap_list + idx,
1685 chap_table, sizeof(struct ql4_chap_table));
1702 struct ql4_chap_table *chap_table = NULL;
1719 sizeof(struct ql4_chap_table);
1730 chap_table = (struct ql4_chap_table *)h
[all...]
H A Dql4_os.c642 sizeof(struct ql4_chap_table);
682 struct ql4_chap_table **chap_entry)
694 sizeof(struct ql4_chap_table);
703 *chap_entry = (struct ql4_chap_table *)ha->chap_list + chap_index;
730 struct ql4_chap_table *chap_table;
734 sizeof(struct ql4_chap_table);
745 chap_table = (struct ql4_chap_table *)ha->chap_list + i;
770 struct ql4_chap_table *chap_table;
778 sizeof(struct ql4_chap_table);
795 chap_table = (struct ql4_chap_table *)h
[all...]
H A Dql4_fw.h812 struct ql4_chap_table { struct

Completed in 312 milliseconds