Searched refs:ql4_chap_table (Results 1 – 4 of 4) sorted by relevance
1584 struct ql4_chap_table *chap_table; in qla4xxx_get_chap()1591 chap_size = sizeof(struct ql4_chap_table); in qla4xxx_get_chap()1646 struct ql4_chap_table *chap_table; in qla4xxx_set_chap()1677 offset += (idx * sizeof(struct ql4_chap_table)); in qla4xxx_set_chap()1679 sizeof(struct ql4_chap_table), in qla4xxx_set_chap()1684 memcpy((struct ql4_chap_table *)ha->chap_list + idx, in qla4xxx_set_chap()1685 chap_table, sizeof(struct ql4_chap_table)); in qla4xxx_set_chap()1700 struct ql4_chap_table *chap_table = NULL; in qla4xxx_get_uni_chap_at_index()1717 sizeof(struct ql4_chap_table); in qla4xxx_get_uni_chap_at_index()1728 chap_table = (struct ql4_chap_table *)ha->chap_list + chap_index; in qla4xxx_get_uni_chap_at_index()[all …]
86 static inline int qla4xxx_get_chap_type(struct ql4_chap_table *chap_entry) in qla4xxx_get_chap_type()
607 sizeof(struct ql4_chap_table); in qla4xxx_create_chap_list()648 struct ql4_chap_table **chap_entry) in qla4xxx_get_chap_by_index()661 sizeof(struct ql4_chap_table); in qla4xxx_get_chap_by_index()671 *chap_entry = (struct ql4_chap_table *)ha->chap_list + chap_index; in qla4xxx_get_chap_by_index()699 struct ql4_chap_table *chap_table; in qla4xxx_find_free_chap_index()703 sizeof(struct ql4_chap_table); in qla4xxx_find_free_chap_index()714 chap_table = (struct ql4_chap_table *)ha->chap_list + i; in qla4xxx_find_free_chap_index()739 struct ql4_chap_table *chap_table; in qla4xxx_get_chap_list()747 sizeof(struct ql4_chap_table); in qla4xxx_get_chap_list()764 chap_table = (struct ql4_chap_table *)ha->chap_list + i; in qla4xxx_get_chap_list()[all …]
813 struct ql4_chap_table { struct