Lines Matching refs:ql4_chap_table
1579 struct ql4_chap_table *chap_table; in qla4xxx_get_chap()
1586 chap_size = sizeof(struct ql4_chap_table); in qla4xxx_get_chap()
1641 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()
1702 struct ql4_chap_table *chap_table = NULL; in qla4xxx_get_uni_chap_at_index()
1719 sizeof(struct ql4_chap_table); in qla4xxx_get_uni_chap_at_index()
1730 chap_table = (struct ql4_chap_table *)ha->chap_list + chap_index; in qla4xxx_get_uni_chap_at_index()
1772 struct ql4_chap_table *chap_table; in qla4xxx_get_chap_index()
1776 sizeof(struct ql4_chap_table); in qla4xxx_get_chap_index()
1792 chap_table = (struct ql4_chap_table *)ha->chap_list + i; in qla4xxx_get_chap_index()