Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/scsi/qla4xxx/
Dql4_mbx.c1587 struct ql4_chap_table *chap_table; in qla4xxx_get_chap()
1594 chap_size = sizeof(struct ql4_chap_table); in qla4xxx_get_chap()
1650 struct ql4_chap_table *chap_table; in qla4xxx_set_chap()
1660 memset(chap_table, 0, sizeof(struct ql4_chap_table)); in qla4xxx_set_chap()
1682 offset += (idx * sizeof(struct ql4_chap_table)); in qla4xxx_set_chap()
1684 sizeof(struct ql4_chap_table), in qla4xxx_set_chap()
1689 memcpy((struct ql4_chap_table *)ha->chap_list + idx, in qla4xxx_set_chap()
1690 chap_table, sizeof(struct ql4_chap_table)); in qla4xxx_set_chap()
1705 struct ql4_chap_table *chap_table = NULL; in qla4xxx_get_uni_chap_at_index()
1722 sizeof(struct ql4_chap_table); in qla4xxx_get_uni_chap_at_index()
[all …]
Dql4_inline.h86 static inline int qla4xxx_get_chap_type(struct ql4_chap_table *chap_entry) in qla4xxx_get_chap_type()
Dql4_os.c591 sizeof(struct ql4_chap_table); in qla4xxx_create_chap_list()
632 struct ql4_chap_table **chap_entry) in qla4xxx_get_chap_by_index()
645 sizeof(struct ql4_chap_table); in qla4xxx_get_chap_by_index()
655 *chap_entry = (struct ql4_chap_table *)ha->chap_list + chap_index; in qla4xxx_get_chap_by_index()
683 struct ql4_chap_table *chap_table; in qla4xxx_find_free_chap_index()
687 sizeof(struct ql4_chap_table); in qla4xxx_find_free_chap_index()
698 chap_table = (struct ql4_chap_table *)ha->chap_list + i; in qla4xxx_find_free_chap_index()
723 struct ql4_chap_table *chap_table; in qla4xxx_get_chap_list()
731 sizeof(struct ql4_chap_table); in qla4xxx_get_chap_list()
748 chap_table = (struct ql4_chap_table *)ha->chap_list + i; in qla4xxx_get_chap_list()
[all …]
Dql4_fw.h813 struct ql4_chap_table { struct