Home
last modified time | relevance | path

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

/linux-4.4.14/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.h1364 struct qla_flt_header { struct
/linux-4.4.14/drivers/scsi/qla4xxx/
Dql4_fw.h336 struct qla_flt_header { struct
Dql4_nx.c3724 struct qla_flt_header *flt; in qla4_8xxx_get_flt_info()
3730 flt = (struct qla_flt_header *)ha->request_ring; in qla4_8xxx_get_flt_info()
3754 cnt = (sizeof(struct qla_flt_header) + le16_to_cpu(flt->length)) >> 1; in qla4_8xxx_get_flt_info()