Home
last modified time | relevance | path

Searched refs:cmd_str (Results 1 – 4 of 4) sorted by relevance

/drivers/scsi/snic/
Dsnic_io.c449 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 …]
/drivers/net/ethernet/cavium/liquidio/
Docteon_console.c361 int octeon_console_send_cmd(struct octeon_device *oct, char *cmd_str, in octeon_console_send_cmd() argument
364 u32 len = (u32)strlen(cmd_str); in octeon_console_send_cmd()
366 dev_dbg(&oct->pci_dev->dev, "sending \"%s\" to bootloader\n", cmd_str); in octeon_console_send_cmd()
382 (u8 *)cmd_str, len); in octeon_console_send_cmd()
Docteon_device.h826 int octeon_console_send_cmd(struct octeon_device *oct, char *cmd_str,
/drivers/net/wireless/intel/iwlwifi/queue/
Dtx.c1744 const char *cmd_str = iwl_get_cmd_string(trans, cmd->id); in iwl_trans_txq_send_hcmd_sync() local
1749 IWL_DEBUG_INFO(trans, "Attempting to send sync command %s\n", cmd_str); in iwl_trans_txq_send_hcmd_sync()
1753 "Command %s: a command is already active!\n", cmd_str)) in iwl_trans_txq_send_hcmd_sync()
1756 IWL_DEBUG_INFO(trans, "Setting HCMD_ACTIVE for command %s\n", cmd_str); in iwl_trans_txq_send_hcmd_sync()
1763 cmd_str, ret); in iwl_trans_txq_send_hcmd_sync()
1773 cmd_str, jiffies_to_msecs(HOST_COMPLETE_TIMEOUT)); in iwl_trans_txq_send_hcmd_sync()
1780 cmd_str); in iwl_trans_txq_send_hcmd_sync()
1790 IWL_ERR(trans, "FW error in SYNC CMD %s\n", cmd_str); in iwl_trans_txq_send_hcmd_sync()
1805 IWL_ERR(trans, "Error: Response NULL in '%s'\n", cmd_str); in iwl_trans_txq_send_hcmd_sync()