Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/scsi/qla2xxx/
Dqla_sup.c671 struct qla_flt_header *flt; in qla2xxx_get_flt_info()
690 flt = (struct qla_flt_header *)req->ring; in qla2xxx_get_flt_info()
704 cnt = (sizeof(struct qla_flt_header) + le16_to_cpu(flt->length)) >> 1; in qla2xxx_get_flt_info()
Dqla_fw.h1476 struct qla_flt_header { struct
/Linux-v4.19/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()