Searched full:dbg_cmd (Results 1 – 7 of 7) sorted by relevance
| /linux/drivers/scsi/ibmvscsi/ |
| H A D | ibmvfc.h | 919 #define DBG_CMD(CMD) do { if (ibmvfc_debug) CMD; } while (0) macro 922 DBG_CMD(dev_info((t)->vhost->dev, "%llX: " fmt, (t)->scsi_id, ##__VA_ARGS__)) 937 DBG_CMD(dev_info((vhost)->dev, ##__VA_ARGS__)) 945 #define ENTER DBG_CMD(printk(KERN_INFO IBMVFC_NAME": Entering %s\n", __func__)) 946 #define LEAVE DBG_CMD(printk(KERN_INFO IBMVFC_NAME": Leaving %s\n", __func__))
|
| /linux/drivers/scsi/qedi/ |
| H A D | qedi_fw.c | 739 struct qedi_cmd *dbg_cmd; in qedi_process_cmd_cleanup_resp() local 791 dbg_cmd = task->dd_data; in qedi_process_cmd_cleanup_resp() 795 get_itt(tmf_hdr->rtt), get_itt(task->itt), dbg_cmd->task_id, in qedi_process_cmd_cleanup_resp() 799 if (likely(dbg_cmd->io_cmd_in_list)) { in qedi_process_cmd_cleanup_resp() 800 dbg_cmd->io_cmd_in_list = false; in qedi_process_cmd_cleanup_resp() 801 list_del_init(&dbg_cmd->io_cmd); in qedi_process_cmd_cleanup_resp()
|
| /linux/drivers/net/wan/ |
| H A D | farsync.h | 340 #define DBG_CMD 0x0100 /* Port command issuing */ macro
|
| H A D | farsync.c | 932 dbg(DBG_CMD, "Mailbox clear after %d jiffies\n", safety); in fst_issue_cmd() 935 dbg(DBG_CMD, "issue_cmd: previous command was NAK'd\n"); in fst_issue_cmd()
|
| /linux/drivers/usb/host/ |
| H A D | ehci-dbg.c | 270 dbg_cmd(struct ehci_hcd *ehci, const char *label, u32 command) in dbg_cmd() function 1073 static inline void dbg_cmd(struct ehci_hcd *ehci, const char *label, in dbg_cmd() function
|
| H A D | oxu210hp-hcd.c | 614 #define dbg_cmd(oxu, label, command) { \ macro 777 dbg_cmd(oxu, "reset", command); in ehci_reset() 2910 dbg_cmd(oxu, "fatal", readl(&oxu->regs->command)); in oxu210_hcd_irq() 3126 dbg_cmd(oxu, "init", oxu->command); in oxu_run()
|
| /linux/drivers/usb/fotg210/ |
| H A D | fotg210-hcd.c | 268 #define dbg_cmd(fotg210, label, command) { \ macro 934 dbg_cmd(fotg210, "reset", command); in fotg210_reset() 5030 dbg_cmd(fotg210, "init", fotg210->command); in fotg210_run() 5215 dbg_cmd(fotg210, "fatal", cmd); in fotg210_irq()
|