Home
last modified time | relevance | path

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

/linux/drivers/scsi/qla4xxx/
H A Dql4_fw.h335 struct qla_flt_header { struct
H A 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/drivers/scsi/qla2xxx/
H A Dqla_sup.c688 struct qla_flt_header *flt = ha->flt; in qla2xxx_get_flt_info()
703 (sizeof(struct qla_flt_header) + FLT_REGIONS_SIZE)); in qla2xxx_get_flt_info()
2678 struct qla_flt_header *flt = ha->flt; in qla28xx_get_flash_region()
H A Dqla_fw.h1707 struct qla_flt_header { struct
H A Dqla_os.c4450 sizeof(struct qla_flt_header) + FLT_REGIONS_SIZE, &ha->flt_dma, in qla2x00_mem_alloc()
4928 sizeof(struct qla_flt_header) + FLT_REGIONS_SIZE, in qla2x00_mem_free()
8236 BUILD_BUG_ON(sizeof(struct qla_flt_header) != 8); in qla2x00_module_init()
H A Dqla_def.h4461 struct qla_flt_header *flt;