Home
last modified time | relevance | path

Searched refs:qla_flt_header (Results 1 – 6 of 6) sorted by relevance

/linux-5.19.10/drivers/scsi/qla4xxx/
Dql4_fw.h335 struct qla_flt_header { struct
Dql4_nx.c3704 struct qla_flt_header *flt; in qla4_8xxx_get_flt_info()
3710 flt = (struct qla_flt_header *)ha->request_ring; in qla4_8xxx_get_flt_info()
3734 cnt = (sizeof(struct qla_flt_header) + le16_to_cpu(flt->length)) >> 1; in qla4_8xxx_get_flt_info()
/linux-5.19.10/drivers/scsi/qla2xxx/
Dqla_sup.c672 struct qla_flt_header *flt = ha->flt; in qla2xxx_get_flt_info()
687 (sizeof(struct qla_flt_header) + FLT_REGIONS_SIZE)); in qla2xxx_get_flt_info()
2657 struct qla_flt_header *flt = ha->flt; in qla28xx_get_flash_region()
Dqla_fw.h1704 struct qla_flt_header { struct
Dqla_os.c4379 sizeof(struct qla_flt_header) + FLT_REGIONS_SIZE, &ha->flt_dma, in qla2x00_mem_alloc()
4840 sizeof(struct qla_flt_header) + FLT_REGIONS_SIZE, in qla2x00_mem_free()
8162 BUILD_BUG_ON(sizeof(struct qla_flt_header) != 8); in qla2x00_module_init()
Dqla_def.h4362 struct qla_flt_header *flt;