Searched refs:chap_size (Results 1 – 2 of 2) sorted by relevance
1578 uint32_t offset = 0, chap_size; in qla4xxx_get_chap() local1586 chap_size = sizeof(struct ql4_chap_table); in qla4xxx_get_chap()1589 offset = FLASH_CHAP_OFFSET | (idx * chap_size); in qla4xxx_get_chap()1597 offset += (idx * chap_size); in qla4xxx_get_chap()1600 rval = qla4xxx_get_flash(ha, chap_dma, offset, chap_size); in qla4xxx_get_chap()1642 uint32_t chap_size = 0; in qla4xxx_set_chap() local1666 chap_size = MAX_CHAP_ENTRIES_40XX * sizeof(*chap_table); in qla4xxx_set_chap()1671 chap_size = ha->hw.flt_chap_size / 2; in qla4xxx_set_chap()1674 offset += chap_size; in qla4xxx_set_chap()
638 uint32_t chap_size = 0; in qla4xxx_create_chap_list() local641 chap_size = MAX_CHAP_ENTRIES_40XX * in qla4xxx_create_chap_list()646 chap_size = ha->hw.flt_chap_size / 2; in qla4xxx_create_chap_list()660 offset += chap_size; in qla4xxx_create_chap_list()668 ha->chap_list = vmalloc(chap_size); in qla4xxx_create_chap_list()674 memcpy(ha->chap_list, chap_flash_data, chap_size); in qla4xxx_create_chap_list()871 uint32_t chap_size; in qla4xxx_delete_chap() local899 chap_size = sizeof(struct ql4_chap_table); in qla4xxx_delete_chap()901 offset = FLASH_CHAP_OFFSET | (chap_tbl_idx * chap_size); in qla4xxx_delete_chap()909 offset += (chap_tbl_idx * chap_size); in qla4xxx_delete_chap()[all …]