Searched refs:dev_cmd (Results  1 – 9 of 9) sorted by relevance
| /Linux-v6.6/drivers/net/wireless/intel/iwlwifi/queue/ | 
| D | tx.c | 340 				    struct iwl_device_tx_cmd *dev_cmd)  in iwl_txq_gen2_build_amsdu()  argument 343 	struct iwl_tx_cmd_gen2 *tx_cmd = (void *)dev_cmd->payload;  in iwl_txq_gen2_build_amsdu() 353 			     &dev_cmd->hdr, start_len, 0);  in iwl_txq_gen2_build_amsdu() 466 					 struct iwl_device_tx_cmd *dev_cmd,  in iwl_txq_gen2_build_tx_amsdu()  argument 499 	tb1_addr = ((u8 *)&dev_cmd->hdr) + IWL_FIRST_TB_SIZE;  in iwl_txq_gen2_build_tx_amsdu() 510 				     hdr_len, dev_cmd))  in iwl_txq_gen2_build_tx_amsdu() 514 	memcpy(&txq->first_tb_bufs[idx], dev_cmd, IWL_FIRST_TB_SIZE);  in iwl_txq_gen2_build_tx_amsdu() 553 				   struct iwl_device_tx_cmd *dev_cmd,  in iwl_txq_gen2_build_tx()  argument 570 	memcpy(&txq->first_tb_bufs[idx], dev_cmd, IWL_FIRST_TB_SIZE);  in iwl_txq_gen2_build_tx() 594 	tb1_addr = ((u8 *)&dev_cmd->hdr) + IWL_FIRST_TB_SIZE;  in iwl_txq_gen2_build_tx() [all …] 
 | 
| D | tx.h | 120 		    struct iwl_device_tx_cmd *dev_cmd, int txq_id);
  | 
| /Linux-v6.6/drivers/net/wireless/intel/iwlwifi/mvm/ | 
| D | tx.c | 512 	struct iwl_device_tx_cmd *dev_cmd;  in iwl_mvm_set_tx_params()  local 515 	dev_cmd = iwl_trans_alloc_tx_cmd(mvm->trans);  in iwl_mvm_set_tx_params() 517 	if (unlikely(!dev_cmd))  in iwl_mvm_set_tx_params() 520 	dev_cmd->hdr.cmd = TX_CMD;  in iwl_mvm_set_tx_params() 553 			struct iwl_tx_cmd_gen3 *cmd = (void *)dev_cmd->payload;  in iwl_mvm_set_tx_params() 568 			struct iwl_tx_cmd_gen2 *cmd = (void *)dev_cmd->payload;  in iwl_mvm_set_tx_params() 586 	tx_cmd = (struct iwl_tx_cmd *)dev_cmd->payload;  in iwl_mvm_set_tx_params() 599 	return dev_cmd;  in iwl_mvm_set_tx_params() 723 	struct iwl_device_tx_cmd *dev_cmd;  in iwl_mvm_tx_skb_non_sta()  local 799 	dev_cmd = iwl_mvm_set_tx_params(mvm, skb, &info, hdrlen, NULL, sta_id);  in iwl_mvm_tx_skb_non_sta() [all …] 
 | 
| /Linux-v6.6/drivers/net/wireless/intel/iwlwifi/pcie/ | 
| D | tx.c | 1282 				   struct iwl_device_tx_cmd *dev_cmd,  in iwl_fill_data_tbs_amsdu()  argument 1285 	struct iwl_tx_cmd *tx_cmd = (void *)dev_cmd->payload;  in iwl_fill_data_tbs_amsdu() 1302 			     &dev_cmd->hdr, IWL_FIRST_TB_SIZE + tb1_len, 0);  in iwl_fill_data_tbs_amsdu() 1413 				   struct iwl_device_tx_cmd *dev_cmd,  in iwl_fill_data_tbs_amsdu()  argument 1424 		      struct iwl_device_tx_cmd *dev_cmd, int txq_id)  in iwl_trans_pcie_tx()  argument 1427 	struct iwl_tx_cmd *tx_cmd = (struct iwl_tx_cmd *)dev_cmd->payload;  in iwl_trans_pcie_tx() 1470 			*dev_cmd_ptr = dev_cmd;  in iwl_trans_pcie_tx() 1491 	txq->entries[txq->write_ptr].cmd = dev_cmd;  in iwl_trans_pcie_tx() 1493 	dev_cmd->hdr.sequence =  in iwl_trans_pcie_tx() 1543 	tb1_addr = ((u8 *)&dev_cmd->hdr) + IWL_FIRST_TB_SIZE;  in iwl_trans_pcie_tx() [all …] 
 | 
| D | internal.h | 532 		      struct iwl_device_tx_cmd *dev_cmd, int txq_id);
  | 
| /Linux-v6.6/drivers/net/wireless/intel/iwlwifi/dvm/ | 
| D | tx.c | 265 	struct iwl_device_tx_cmd *dev_cmd;  in iwlagn_tx_skb()  local 341 	dev_cmd = iwl_trans_alloc_tx_cmd(priv->trans);  in iwlagn_tx_skb() 343 	if (unlikely(!dev_cmd))  in iwlagn_tx_skb() 346 	dev_cmd->hdr.cmd = REPLY_TX;  in iwlagn_tx_skb() 347 	tx_cmd = (struct iwl_tx_cmd *) dev_cmd->payload;  in iwlagn_tx_skb() 365 	info->driver_data[1] = dev_cmd;  in iwlagn_tx_skb() 432 	if (iwl_trans_tx(priv->trans, skb, dev_cmd, txq_id))  in iwlagn_tx_skb() 453 	if (dev_cmd)  in iwlagn_tx_skb() 454 		iwl_trans_free_tx_cmd(priv->trans, dev_cmd);  in iwlagn_tx_skb()
  | 
| /Linux-v6.6/drivers/ufs/core/ | 
| D | ufshcd.c | 2226 	struct ufs_query_res *query_res = &hba->dev_cmd.query.response;  in ufshcd_copy_query_response() 2231 	if (hba->dev_cmd.query.descriptor &&  in ufshcd_copy_query_response() 2242 				hba->dev_cmd.query.request.upiu_req.length);  in ufshcd_copy_query_response() 2244 			memcpy(hba->dev_cmd.query.descriptor, descp, resp_len);  in ufshcd_copy_query_response() 2640 	struct ufs_query *query = &hba->dev_cmd.query;  in ufshcd_prepare_utp_query_req_upiu() 2703 	if (hba->dev_cmd.type == DEV_CMD_TYPE_QUERY)  in ufshcd_compose_devman_upiu() 2705 	else if (hba->dev_cmd.type == DEV_CMD_TYPE_NOP)  in ufshcd_compose_devman_upiu() 2918 	hba->dev_cmd.type = cmd_type;  in ufshcd_compose_dev_cmd() 3000 		if (hba->dev_cmd.type != DEV_CMD_TYPE_NOP) {  in ufshcd_dev_cmd_completion() 3020 		if (hba->dev_cmd.type != DEV_CMD_TYPE_RPMB) {  in ufshcd_dev_cmd_completion() [all …] 
 | 
| /Linux-v6.6/drivers/net/wireless/intel/iwlwifi/ | 
| D | iwl-trans.h | 585 		  struct iwl_device_tx_cmd *dev_cmd, int queue); 1252 					 struct iwl_device_tx_cmd *dev_cmd)  in iwl_trans_free_tx_cmd()  argument 1254 	kmem_cache_free(trans->dev_cmd_pool, dev_cmd);  in iwl_trans_free_tx_cmd() 1258 			       struct iwl_device_tx_cmd *dev_cmd, int queue)  in iwl_trans_tx()  argument 1268 	return trans->ops->tx(trans, skb, dev_cmd, queue);  in iwl_trans_tx()
  | 
| /Linux-v6.6/include/ufs/ | 
| D | ufshcd.h | 1009 	struct ufs_dev_cmd dev_cmd;  member
  |