Home
last modified time | relevance | path

Searched refs:qla2xxx_mqueue_header (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/scsi/qla2xxx/
H A Dqla_dbg.c557 struct qla2xxx_mqueue_header *qh; in qla2xxx_copy_atioqueues()
580 sizeof(struct qla2xxx_mqueue_header) + in qla2xxx_copy_atioqueues()
589 ptr += sizeof(struct qla2xxx_mqueue_header); in qla2xxx_copy_atioqueues()
604 struct qla2xxx_mqueue_header *qh; in qla25xx_copy_mqueues()
624 sizeof(struct qla2xxx_mqueue_header) + in qla25xx_copy_mqueues()
633 ptr += sizeof(struct qla2xxx_mqueue_header); in qla25xx_copy_mqueues()
652 sizeof(struct qla2xxx_mqueue_header) + in qla25xx_copy_mqueues()
661 ptr += sizeof(struct qla2xxx_mqueue_header); in qla25xx_copy_mqueues()
H A Dqla_dbg.h253 struct qla2xxx_mqueue_header { struct
H A Dqla_os.c8227 BUILD_BUG_ON(sizeof(struct qla2xxx_mqueue_header) != 12); in qla2x00_module_init()