Searched refs:dev_cmd (Results 1 – 9 of 9) sorted by relevance
/Linux-v6.1/drivers/net/wireless/intel/iwlwifi/queue/ |
D | tx.c | 331 struct iwl_device_tx_cmd *dev_cmd) in iwl_txq_gen2_build_amsdu() argument 334 struct iwl_tx_cmd_gen2 *tx_cmd = (void *)dev_cmd->payload; in iwl_txq_gen2_build_amsdu() 344 &dev_cmd->hdr, start_len, 0); in iwl_txq_gen2_build_amsdu() 457 struct iwl_device_tx_cmd *dev_cmd, in iwl_txq_gen2_build_tx_amsdu() argument 490 tb1_addr = ((u8 *)&dev_cmd->hdr) + IWL_FIRST_TB_SIZE; in iwl_txq_gen2_build_tx_amsdu() 501 hdr_len, dev_cmd)) in iwl_txq_gen2_build_tx_amsdu() 505 memcpy(&txq->first_tb_bufs[idx], dev_cmd, IWL_FIRST_TB_SIZE); in iwl_txq_gen2_build_tx_amsdu() 544 struct iwl_device_tx_cmd *dev_cmd, in iwl_txq_gen2_build_tx() argument 561 memcpy(&txq->first_tb_bufs[idx], dev_cmd, IWL_FIRST_TB_SIZE); in iwl_txq_gen2_build_tx() 585 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.1/drivers/net/wireless/intel/iwlwifi/mvm/ |
D | tx.c | 500 struct iwl_device_tx_cmd *dev_cmd; in iwl_mvm_set_tx_params() local 503 dev_cmd = iwl_trans_alloc_tx_cmd(mvm->trans); in iwl_mvm_set_tx_params() 505 if (unlikely(!dev_cmd)) in iwl_mvm_set_tx_params() 508 dev_cmd->hdr.cmd = TX_CMD; in iwl_mvm_set_tx_params() 541 struct iwl_tx_cmd_gen3 *cmd = (void *)dev_cmd->payload; in iwl_mvm_set_tx_params() 556 struct iwl_tx_cmd_gen2 *cmd = (void *)dev_cmd->payload; in iwl_mvm_set_tx_params() 575 tx_cmd = (struct iwl_tx_cmd *)dev_cmd->payload; in iwl_mvm_set_tx_params() 588 return dev_cmd; in iwl_mvm_set_tx_params() 712 struct iwl_device_tx_cmd *dev_cmd; in iwl_mvm_tx_skb_non_sta() local 772 dev_cmd = iwl_mvm_set_tx_params(mvm, skb, &info, hdrlen, NULL, sta_id); in iwl_mvm_tx_skb_non_sta() [all …]
|
/Linux-v6.1/drivers/net/wireless/intel/iwlwifi/pcie/ |
D | tx.c | 1294 struct iwl_device_tx_cmd *dev_cmd, in iwl_fill_data_tbs_amsdu() argument 1297 struct iwl_tx_cmd *tx_cmd = (void *)dev_cmd->payload; in iwl_fill_data_tbs_amsdu() 1314 &dev_cmd->hdr, IWL_FIRST_TB_SIZE + tb1_len, 0); in iwl_fill_data_tbs_amsdu() 1425 struct iwl_device_tx_cmd *dev_cmd, in iwl_fill_data_tbs_amsdu() argument 1436 struct iwl_device_tx_cmd *dev_cmd, int txq_id) in iwl_trans_pcie_tx() argument 1439 struct iwl_tx_cmd *tx_cmd = (struct iwl_tx_cmd *)dev_cmd->payload; in iwl_trans_pcie_tx() 1482 *dev_cmd_ptr = dev_cmd; in iwl_trans_pcie_tx() 1503 txq->entries[txq->write_ptr].cmd = dev_cmd; in iwl_trans_pcie_tx() 1505 dev_cmd->hdr.sequence = in iwl_trans_pcie_tx() 1552 tb1_addr = ((u8 *)&dev_cmd->hdr) + IWL_FIRST_TB_SIZE; in iwl_trans_pcie_tx() [all …]
|
D | internal.h | 527 struct iwl_device_tx_cmd *dev_cmd, int txq_id);
|
/Linux-v6.1/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.1/drivers/net/wireless/intel/iwlwifi/ |
D | iwl-trans.h | 564 struct iwl_device_tx_cmd *dev_cmd, int queue); 1170 struct iwl_device_tx_cmd *dev_cmd) in iwl_trans_free_tx_cmd() argument 1172 kmem_cache_free(trans->dev_cmd_pool, dev_cmd); in iwl_trans_free_tx_cmd() 1176 struct iwl_device_tx_cmd *dev_cmd, int queue) in iwl_trans_tx() argument 1186 return trans->ops->tx(trans, skb, dev_cmd, queue); in iwl_trans_tx()
|
/Linux-v6.1/drivers/ufs/core/ |
D | ufshcd.c | 2193 struct ufs_query_res *query_res = &hba->dev_cmd.query.response; in ufshcd_copy_query_response() 2198 if (hba->dev_cmd.query.descriptor && in ufshcd_copy_query_response() 2209 hba->dev_cmd.query.request.upiu_req.length); in ufshcd_copy_query_response() 2211 memcpy(hba->dev_cmd.query.descriptor, descp, resp_len); in ufshcd_copy_query_response() 2589 struct ufs_query *query = &hba->dev_cmd.query; in ufshcd_prepare_utp_query_req_upiu() 2652 if (hba->dev_cmd.type == DEV_CMD_TYPE_QUERY) in ufshcd_compose_devman_upiu() 2654 else if (hba->dev_cmd.type == DEV_CMD_TYPE_NOP) in ufshcd_compose_devman_upiu() 2875 hba->dev_cmd.type = cmd_type; in ufshcd_compose_dev_cmd() 2905 struct ufs_query_res *query_res = &hba->dev_cmd.query.response; in ufshcd_check_query_response() 2929 if (hba->dev_cmd.type != DEV_CMD_TYPE_NOP) { in ufshcd_dev_cmd_completion() [all …]
|
/Linux-v6.1/include/ufs/ |
D | ufshcd.h | 922 struct ufs_dev_cmd dev_cmd; member
|