Home
last modified time | relevance | path

Searched refs:cmd_str (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/drivers/scsi/snic/
H A 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 in snic_dump_desc()
[all...]
/kernel/linux/linux-6.6/drivers/scsi/snic/
H A 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 in snic_dump_desc()
[all...]
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/pcie/
H A Dtx-gen2.c314 const char *cmd_str = iwl_get_cmd_string(trans, cmd->id); in iwl_pcie_gen2_send_hcmd_sync() local
319 IWL_DEBUG_INFO(trans, "Attempting to send sync command %s\n", cmd_str); in iwl_pcie_gen2_send_hcmd_sync()
323 "Command %s: a command is already active!\n", cmd_str)) in iwl_pcie_gen2_send_hcmd_sync()
326 IWL_DEBUG_INFO(trans, "Setting HCMD_ACTIVE for command %s\n", cmd_str); in iwl_pcie_gen2_send_hcmd_sync()
333 cmd_str, ret); in iwl_pcie_gen2_send_hcmd_sync()
343 cmd_str, jiffies_to_msecs(HOST_COMPLETE_TIMEOUT)); in iwl_pcie_gen2_send_hcmd_sync()
350 cmd_str); in iwl_pcie_gen2_send_hcmd_sync()
358 IWL_ERR(trans, "FW error in SYNC CMD %s\n", cmd_str); in iwl_pcie_gen2_send_hcmd_sync()
372 IWL_ERR(trans, "Error: Response NULL in '%s'\n", cmd_str); in iwl_pcie_gen2_send_hcmd_sync()
/kernel/linux/linux-5.10/drivers/net/ethernet/cavium/liquidio/
H A 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()
H A Docteon_device.h821 * @param cmd_str String to send
826 int octeon_console_send_cmd(struct octeon_device *oct, char *cmd_str,
/kernel/linux/linux-6.6/drivers/net/ethernet/cavium/liquidio/
H A Docteon_console.c360 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()
H A Docteon_device.h821 * @param cmd_str String to send
826 int octeon_console_send_cmd(struct octeon_device *oct, char *cmd_str,
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/queue/
H A Dtx.c1772 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()

Completed in 11 milliseconds