Searched refs:DBG_CMD (Results 1 – 6 of 6) sorted by relevance
/linux-4.4.14/drivers/scsi/ibmvscsi/ |
D | ibmvfc.h | 738 #define DBG_CMD(CMD) do { if (ibmvfc_debug) CMD; } while (0) macro 741 DBG_CMD(dev_info((t)->vhost->dev, "%llX: " fmt, (t)->scsi_id, ##__VA_ARGS__)) 756 DBG_CMD(dev_info((vhost)->dev, ##__VA_ARGS__)) 764 #define ENTER DBG_CMD(printk(KERN_INFO IBMVFC_NAME": Entering %s\n", __func__)) 765 #define LEAVE DBG_CMD(printk(KERN_INFO IBMVFC_NAME": Leaving %s\n", __func__))
|
/linux-4.4.14/drivers/net/wan/ |
D | farsync.h | 344 #define DBG_CMD 0x0100 /* Port command issuing */ macro
|
D | farsync.c | 966 dbg(DBG_CMD, "Mailbox clear after %d jiffies\n", safety); in fst_issue_cmd() 969 dbg(DBG_CMD, "issue_cmd: previous command was NAK'd\n"); in fst_issue_cmd()
|
/linux-4.4.14/drivers/atm/ |
D | ambassador.c | 390 PRINTDB (DBG_CMD, "cmd @ %p, req: %08x, pars:", in dump_command() 393 PRINTDM (DBG_CMD, " %08x", /*be32_to_cpu*/ (cmd->args.par[i])); in dump_command() 394 PRINTDE (DBG_CMD, ""); in dump_command() 561 PRINTD (DBG_FLOW|DBG_CMD, "command_do %p", dev); in command_do() 572 PRINTD (DBG_CMD, "command in slot %p", my_slot); in command_do() 595 PRINTD (DBG_CMD, "wait: command slot (now at %p)", ptrs->out); in command_do() 602 PRINTD (DBG_CMD, "wait: command slot completion"); in command_do() 607 PRINTD (DBG_CMD, "command complete"); in command_do() 1541 PRINTD (DBG_CMD, "command queue at %p", memory); in create_queues()
|
D | ambassador.h | 57 #define DBG_CMD 0x0080 macro
|
/linux-4.4.14/drivers/net/wireless/ |
D | at76c50x-usb.c | 86 #define DBG_CMD 0x40000000 macro 740 at76_dbg_dump(DBG_CMD, cmd_buf, sizeof(struct at76_command) + buf_size, in at76_set_card_command()
|