Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/scsi/snic/
Dsnic_io.c463 char *cmd_str = NULL; in snic_dump_desc() local
473 cmd_str = "report-tgt : "; in snic_dump_desc()
478 cmd_str = "icmnd : "; in snic_dump_desc()
484 cmd_str = "itmf : "; in snic_dump_desc()
489 cmd_str = "hba reset :"; in snic_dump_desc()
494 cmd_str = "exch ver : "; in snic_dump_desc()
499 cmd_str = "tgt info : "; in snic_dump_desc()
503 cmd_str = "report tgt cmpl : "; in snic_dump_desc()
508 cmd_str = "icmnd_cmpl : "; in snic_dump_desc()
514 cmd_str = "itmf_cmpl : "; in snic_dump_desc()
[all …]
/Linux-v5.15/drivers/net/wireless/intel/iwlwifi/queue/
Dtx.c1711 const char *cmd_str = iwl_get_cmd_string(trans, cmd->id); in iwl_trans_txq_send_hcmd_sync() local
1716 IWL_DEBUG_INFO(trans, "Attempting to send sync command %s\n", cmd_str); in iwl_trans_txq_send_hcmd_sync()
1720 "Command %s: a command is already active!\n", cmd_str)) in iwl_trans_txq_send_hcmd_sync()
1723 IWL_DEBUG_INFO(trans, "Setting HCMD_ACTIVE for command %s\n", cmd_str); in iwl_trans_txq_send_hcmd_sync()
1730 cmd_str, ret); in iwl_trans_txq_send_hcmd_sync()
1740 cmd_str, jiffies_to_msecs(HOST_COMPLETE_TIMEOUT)); in iwl_trans_txq_send_hcmd_sync()
1747 cmd_str); in iwl_trans_txq_send_hcmd_sync()
1755 IWL_ERR(trans, "FW error in SYNC CMD %s\n", cmd_str); in iwl_trans_txq_send_hcmd_sync()
1769 IWL_ERR(trans, "Error: Response NULL in '%s'\n", cmd_str); in iwl_trans_txq_send_hcmd_sync()
/Linux-v5.15/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,