Searched refs:ql4_chap_table (Results 1 – 3 of 3) sorted by relevance
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()[all …]
362 struct ql4_chap_table *chap_table; in qla4xxx_get_chap_list()370 sizeof(struct ql4_chap_table); in qla4xxx_get_chap_list()385 chap_table = (struct ql4_chap_table *)ha->chap_list + i; in qla4xxx_get_chap_list()459 struct ql4_chap_table *chap_table; in qla4xxx_delete_chap()470 memset(chap_table, 0, sizeof(struct ql4_chap_table)); in qla4xxx_delete_chap()474 sizeof(struct ql4_chap_table); in qla4xxx_delete_chap()493 chap_size = sizeof(struct ql4_chap_table); in qla4xxx_delete_chap()523 (chap_tbl_idx * sizeof(struct ql4_chap_table)); in qla4xxx_delete_chap()529 memcpy((struct ql4_chap_table *)ha->chap_list + chap_tbl_idx, in qla4xxx_delete_chap()530 chap_table, sizeof(struct ql4_chap_table)); in qla4xxx_delete_chap()[all …]
706 struct ql4_chap_table { struct