Searched refs:cmd_str (Results 1 – 4 of 4) sorted by relevance
/linux-6.6.21/drivers/scsi/snic/ |
D | snic_io.c | 449 char *cmd_str = NULL; in snic_dump_desc() local 459 cmd_str = "report-tgt : "; in snic_dump_desc() 464 cmd_str = "icmnd : "; in snic_dump_desc() 470 cmd_str = "itmf : "; in snic_dump_desc() 475 cmd_str = "hba reset :"; in snic_dump_desc() 480 cmd_str = "exch ver : "; in snic_dump_desc() 485 cmd_str = "tgt info : "; in snic_dump_desc() 489 cmd_str = "report tgt cmpl : "; in snic_dump_desc() 494 cmd_str = "icmnd_cmpl : "; in snic_dump_desc() 500 cmd_str = "itmf_cmpl : "; in snic_dump_desc() [all …]
|
/linux-6.6.21/drivers/net/ethernet/cavium/liquidio/ |
D | octeon_console.c | 360 int octeon_console_send_cmd(struct octeon_device *oct, char *cmd_str, in octeon_console_send_cmd() argument 363 u32 len = (u32)strlen(cmd_str); in octeon_console_send_cmd() 365 dev_dbg(&oct->pci_dev->dev, "sending \"%s\" to bootloader\n", cmd_str); in octeon_console_send_cmd() 381 (u8 *)cmd_str, len); in octeon_console_send_cmd()
|
D | octeon_device.h | 826 int octeon_console_send_cmd(struct octeon_device *oct, char *cmd_str,
|
/linux-6.6.21/drivers/net/wireless/intel/iwlwifi/queue/ |
D | tx.c | 1772 const char *cmd_str = iwl_get_cmd_string(trans, cmd->id); in iwl_trans_txq_send_hcmd_sync() local 1777 IWL_DEBUG_INFO(trans, "Attempting to send sync command %s\n", cmd_str); in iwl_trans_txq_send_hcmd_sync() 1781 "Command %s: a command is already active!\n", cmd_str)) in iwl_trans_txq_send_hcmd_sync() 1784 IWL_DEBUG_INFO(trans, "Setting HCMD_ACTIVE for command %s\n", cmd_str); in iwl_trans_txq_send_hcmd_sync() 1791 cmd_str, ret); in iwl_trans_txq_send_hcmd_sync() 1801 cmd_str, jiffies_to_msecs(HOST_COMPLETE_TIMEOUT)); in iwl_trans_txq_send_hcmd_sync() 1808 cmd_str); in iwl_trans_txq_send_hcmd_sync() 1818 IWL_ERR(trans, "FW error in SYNC CMD %s\n", cmd_str); in iwl_trans_txq_send_hcmd_sync() 1833 IWL_ERR(trans, "Error: Response NULL in '%s'\n", cmd_str); in iwl_trans_txq_send_hcmd_sync()
|