qla_flt_header
struct qla_flt_header *flt;
sizeof(struct qla_flt_header) + FLT_REGIONS_SIZE, &ha->flt_dma,
dma_free_coherent(&ha->pdev->dev, sizeof(struct qla_flt_header) + FLT_REGIONS_SIZE,
sizeof(struct qla_flt_header) + FLT_REGIONS_SIZE,
BUILD_BUG_ON(sizeof(struct qla_flt_header) != 8);
struct qla_flt_header *flt = ha->flt;
struct qla_flt_header *flt = ha->flt;
(sizeof(struct qla_flt_header) + FLT_REGIONS_SIZE));
struct qla_flt_header *flt;
flt = (struct qla_flt_header *)ha->request_ring;
cnt = (sizeof(struct qla_flt_header) + le16_to_cpu(flt->length)) >> 1;