Searched refs:DBG_CMD (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/ibmvscsi/ |
H A D | ibmvfc.h | 825 #define DBG_CMD(CMD) do { if (ibmvfc_debug) CMD; } while (0) macro 828 DBG_CMD(dev_info((t)->vhost->dev, "%llX: " fmt, (t)->scsi_id, ##__VA_ARGS__)) 843 DBG_CMD(dev_info((vhost)->dev, ##__VA_ARGS__)) 851 #define ENTER DBG_CMD(printk(KERN_INFO IBMVFC_NAME": Entering %s\n", __func__)) 852 #define LEAVE DBG_CMD(printk(KERN_INFO IBMVFC_NAME": Leaving %s\n", __func__))
|
/kernel/linux/linux-6.6/drivers/scsi/ibmvscsi/ |
H A D | ibmvfc.h | 901 #define DBG_CMD(CMD) do { if (ibmvfc_debug) CMD; } while (0) macro 904 DBG_CMD(dev_info((t)->vhost->dev, "%llX: " fmt, (t)->scsi_id, ##__VA_ARGS__)) 919 DBG_CMD(dev_info((vhost)->dev, ##__VA_ARGS__)) 927 #define ENTER DBG_CMD(printk(KERN_INFO IBMVFC_NAME": Entering %s\n", __func__)) 928 #define LEAVE DBG_CMD(printk(KERN_INFO IBMVFC_NAME": Leaving %s\n", __func__))
|
/kernel/linux/linux-5.10/drivers/atm/ |
H A 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() 575 // PRINTD (DBG_CMD, "wait: sleeping %lu for command", timeout); 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, "comman in create_queues() [all...] |
H A D | ambassador.h | 42 #define DBG_CMD 0x0080 macro
|
/kernel/linux/linux-5.10/drivers/net/wan/ |
H A D | farsync.h | 340 #define DBG_CMD 0x0100 /* Port command issuing */ macro
|
H A 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()
|
/kernel/linux/linux-6.6/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()
|
/kernel/linux/linux-5.10/drivers/net/wireless/atmel/ |
H A 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()
|
/kernel/linux/linux-6.6/drivers/net/wireless/atmel/ |
H A 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()
|
Completed in 32 milliseconds