Searched refs:iwl_get_cmd_string (Results  1 – 8 of 8) sorted by relevance
| /Linux-v5.4/drivers/net/wireless/intel/iwlwifi/ | 
| D | iwl-trans.c | 165 const char *iwl_get_cmd_string(struct iwl_trans *trans, u32 id)  in iwl_get_cmd_string()  function 185 IWL_EXPORT_SYMBOL(iwl_get_cmd_string);
  | 
| D | iwl-trans.h | 820 const char *iwl_get_cmd_string(struct iwl_trans *trans, u32 id);
  | 
| /Linux-v5.4/drivers/net/wireless/intel/iwlwifi/pcie/ | 
| D | tx.c | 1619 		 iwl_get_cmd_string(trans, cmd->id),  in iwl_pcie_enqueue_hcmd() 1710 		     iwl_get_cmd_string(trans, cmd->id),  in iwl_pcie_enqueue_hcmd() 1854 				 iwl_get_cmd_string(trans, cmd_id));  in iwl_pcie_hcmd_complete() 1858 			       iwl_get_cmd_string(trans, cmd_id));  in iwl_pcie_hcmd_complete() 1882 			iwl_get_cmd_string(trans, cmd->id), ret);  in iwl_pcie_send_hcmd_async() 1897 		       iwl_get_cmd_string(trans, cmd->id));  in iwl_pcie_send_hcmd_sync() 1902 		 iwl_get_cmd_string(trans, cmd->id)))  in iwl_pcie_send_hcmd_sync() 1906 		       iwl_get_cmd_string(trans, cmd->id));  in iwl_pcie_send_hcmd_sync() 1914 			iwl_get_cmd_string(trans, cmd->id), ret);  in iwl_pcie_send_hcmd_sync() 1924 			iwl_get_cmd_string(trans, cmd->id),  in iwl_pcie_send_hcmd_sync() [all …] 
 | 
| D | tx-gen2.c | 748 		 iwl_get_cmd_string(trans, cmd->id), cmd->id, copy_size)) {  in iwl_pcie_gen2_enqueue_hcmd() 830 		     iwl_get_cmd_string(trans, cmd->id), group_id,  in iwl_pcie_gen2_enqueue_hcmd() 908 	const char *cmd_str = iwl_get_cmd_string(trans, cmd->id);  in iwl_pcie_gen2_send_hcmd_sync() 1013 				iwl_get_cmd_string(trans, cmd->id), ret);  in iwl_trans_pcie_gen2_send_hcmd()
  | 
| D | rx.c | 1286 			     iwl_get_cmd_string(trans,  in iwl_pcie_rx_handle_rb()
  | 
| /Linux-v5.4/drivers/net/wireless/intel/iwlwifi/dvm/ | 
| D | rx.c | 1010 			     iwl_get_cmd_string(priv->trans,  in iwl_rx_dispatch()
  | 
| D | lib.c | 1228 			iwl_get_cmd_string(priv->trans, cmd->id));  in iwl_dvm_send_cmd()
  | 
| D | debugfs.c | 401 				iwl_get_cmd_string(priv->trans, (u32)cnt),  in iwl_dbgfs_rx_handlers_read()
  |