Lines Matching refs:ql4_chap_table
1328 struct ql4_chap_table *chap_table; in qla4xxx_get_chap()
1337 chap_size = sizeof(struct ql4_chap_table); in qla4xxx_get_chap()
1381 struct ql4_chap_table *chap_table; in qla4xxx_set_chap()
1390 memset(chap_table, 0, sizeof(struct ql4_chap_table)); in qla4xxx_set_chap()
1399 offset = FLASH_CHAP_OFFSET | (idx * sizeof(struct ql4_chap_table)); in qla4xxx_set_chap()
1401 sizeof(struct ql4_chap_table), in qla4xxx_set_chap()
1406 memcpy((struct ql4_chap_table *)ha->chap_list + idx, in qla4xxx_set_chap()
1407 chap_table, sizeof(struct ql4_chap_table)); in qla4xxx_set_chap()
1436 struct ql4_chap_table *chap_table; in qla4xxx_get_chap_index()
1440 sizeof(struct ql4_chap_table); in qla4xxx_get_chap_index()
1456 chap_table = (struct ql4_chap_table *)ha->chap_list + i; in qla4xxx_get_chap_index()