Lines Matching defs:level

8  * Table for showing the current message id in use for particular level
2481 * level: The level of the debug messages to be printed.
2485 * id: This is a unique identifier for the level. It identifies the
2490 ql_dbg(uint level, scsi_qla_host_t *vha, uint id, const char *fmt, ...)
2496 ql_ktrace(1, level, pbuf, NULL, vha, id, fmt);
2498 if (!ql_mask_match(level))
2521 * level: The level of the debug messages to be printed.
2525 * id: This is a unique id for the level. It identifies the part
2530 ql_dbg_pci(uint level, struct pci_dev *pdev, uint id, const char *fmt, ...)
2539 ql_ktrace(1, level, pbuf, pdev, NULL, id, fmt);
2541 if (!ql_mask_match(level))
2563 * level: The level of the log messages to be printed in the
2566 * id: This is a unique id for the level. It identifies the
2571 ql_log(uint level, scsi_qla_host_t *vha, uint id, const char *fmt, ...)
2577 if (level > ql_errlev)
2580 ql_ktrace(0, level, pbuf, NULL, vha, id, fmt);
2590 switch (level) {
2615 * level: The level of the log messages to be printed in the
2618 * id: This is a unique id for the level. It identifies the
2623 ql_log_pci(uint level, struct pci_dev *pdev, uint id, const char *fmt, ...)
2631 if (level > ql_errlev)
2634 ql_ktrace(0, level, pbuf, pdev, NULL, id, fmt);
2644 switch (level) {
2663 ql_dump_regs(uint level, scsi_qla_host_t *vha, uint id)
2672 if (!ql_mask_match(level))
2682 ql_dbg(level, vha, id, "Mailbox registers:\n");
2684 ql_dbg(level, vha, id,
2689 ql_dump_buffer(uint level, scsi_qla_host_t *vha, uint id, const void *buf,
2694 if (!ql_mask_match(level))
2697 ql_dbg(level, vha, id,
2699 ql_dbg(level, vha, id,
2702 ql_dbg(level, vha, id, "%04x: ", cnt);
2714 * level: The level of the log messages to be printed in the
2717 * id: This is a unique id for the level. It identifies the
2722 ql_log_qp(uint32_t level, struct qla_qpair *qpair, int32_t id,
2729 if (level > ql_errlev)
2732 ql_ktrace(0, level, pbuf, NULL, qpair ? qpair->vha : NULL, id, fmt);
2743 switch (level) {
2766 * level: The level of the debug messages to be printed.
2770 * id: This is a unique identifier for the level. It identifies the
2775 ql_dbg_qp(uint32_t level, struct qla_qpair *qpair, int32_t id,
2782 ql_ktrace(1, level, pbuf, NULL, qpair ? qpair->vha : NULL, id, fmt);
2784 if (!ql_mask_match(level))