Searched refs:DBG_CMD (Results 1 – 4 of 4) sorted by relevance
/linux-6.1.9/drivers/scsi/ibmvscsi/ |
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__))
|
/linux-6.1.9/drivers/net/wan/ |
D | farsync.h | 340 #define DBG_CMD 0x0100 /* Port command issuing */ macro
|
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-6.1.9/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()
|