Searched refs:DBG_CMD (Results 1 – 6 of 6) sorted by relevance
/drivers/scsi/ibmvscsi/ |
D | ibmvfc.h | 730 #define DBG_CMD(CMD) do { if (ibmvfc_debug) CMD; } while (0) macro 733 DBG_CMD(dev_info((t)->vhost->dev, "%llX: " fmt, (t)->scsi_id, ##__VA_ARGS__)) 748 DBG_CMD(dev_info((vhost)->dev, ##__VA_ARGS__)) 756 #define ENTER DBG_CMD(printk(KERN_INFO IBMVFC_NAME": Entering %s\n", __func__)) 757 #define LEAVE DBG_CMD(printk(KERN_INFO IBMVFC_NAME": Leaving %s\n", __func__))
|
/drivers/atm/ |
D | ambassador.c | 375 PRINTDB (DBG_CMD, "cmd @ %p, req: %08x, pars:", in dump_command() 378 PRINTDM (DBG_CMD, " %08x", /*be32_to_cpu*/ (cmd->args.par[i])); in dump_command() 379 PRINTDE (DBG_CMD, ""); in dump_command() 546 PRINTD (DBG_FLOW|DBG_CMD, "command_do %p", dev); in command_do() 557 PRINTD (DBG_CMD, "command in slot %p", my_slot); in command_do() 580 PRINTD (DBG_CMD, "wait: command slot (now at %p)", ptrs->out); in command_do() 587 PRINTD (DBG_CMD, "wait: command slot completion"); in command_do() 592 PRINTD (DBG_CMD, "command complete"); in command_do() 1526 PRINTD (DBG_CMD, "command queue at %p", memory); in create_queues()
|
D | ambassador.h | 42 #define DBG_CMD 0x0080 macro
|
/drivers/net/wan/ |
D | farsync.h | 340 #define DBG_CMD 0x0100 /* Port command issuing */ macro
|
D | farsync.c | 962 dbg(DBG_CMD, "Mailbox clear after %d jiffies\n", safety); in fst_issue_cmd() 965 dbg(DBG_CMD, "issue_cmd: previous command was NAK'd\n"); in fst_issue_cmd()
|
/drivers/net/wireless/atmel/ |
D | at76c50x-usb.c | 81 #define DBG_CMD 0x40000000 macro 735 at76_dbg_dump(DBG_CMD, cmd_buf, sizeof(struct at76_command) + buf_size, in at76_set_card_command()
|