Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/scsi/qla2xxx/
Dqla_sup.c672 struct qla_flt_header *flt = (void *)ha->flt; in qla2xxx_get_flt_info()
686 (sizeof(struct qla_flt_header) + FLT_REGIONS_SIZE)); in qla2xxx_get_flt_info()
2655 struct qla_flt_header *flt; in qla28xx_get_flash_region()
2663 flt = (struct qla_flt_header *)ha->flt; in qla28xx_get_flash_region()
Dqla_fw.h1473 struct qla_flt_header { struct
Dqla_os.c4240 sizeof(struct qla_flt_header) + FLT_REGIONS_SIZE, &ha->flt_dma, in qla2x00_mem_alloc()
/Linux-v5.4/drivers/scsi/qla4xxx/
Dql4_fw.h336 struct qla_flt_header { struct
Dql4_nx.c3726 struct qla_flt_header *flt; in qla4_8xxx_get_flt_info()
3732 flt = (struct qla_flt_header *)ha->request_ring; in qla4_8xxx_get_flt_info()
3756 cnt = (sizeof(struct qla_flt_header) + le16_to_cpu(flt->length)) >> 1; in qla4_8xxx_get_flt_info()