Home
last modified time | relevance | path

Searched refs:dev_cmd (Results 1 – 9 of 9) sorted by relevance

/openbmc/linux/drivers/net/wireless/intel/iwlwifi/queue/
H A Dtx.c340 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 …]
H A Dtx.h120 struct iwl_device_tx_cmd *dev_cmd, int txq_id);
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dtx.c523 struct iwl_device_tx_cmd *dev_cmd; in iwl_mvm_set_tx_params() local
526 dev_cmd = iwl_trans_alloc_tx_cmd(mvm->trans); in iwl_mvm_set_tx_params()
528 if (unlikely(!dev_cmd)) in iwl_mvm_set_tx_params()
531 dev_cmd->hdr.cmd = TX_CMD; in iwl_mvm_set_tx_params()
568 struct iwl_tx_cmd_gen3 *cmd = (void *)dev_cmd->payload; in iwl_mvm_set_tx_params()
583 struct iwl_tx_cmd_gen2 *cmd = (void *)dev_cmd->payload; in iwl_mvm_set_tx_params()
601 tx_cmd = (struct iwl_tx_cmd *)dev_cmd->payload; in iwl_mvm_set_tx_params()
614 return dev_cmd; in iwl_mvm_set_tx_params()
738 struct iwl_device_tx_cmd *dev_cmd; in iwl_mvm_tx_skb_non_sta() local
814 dev_cmd = iwl_mvm_set_tx_params(mvm, skb, &info, hdrlen, NULL, sta_id, in iwl_mvm_tx_skb_non_sta()
[all …]
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/pcie/
H A Dtx.c1282 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 …]
H A Dinternal.h532 struct iwl_device_tx_cmd *dev_cmd, int txq_id);
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/dvm/
H A Dtx.c266 struct iwl_device_tx_cmd *dev_cmd; in iwlagn_tx_skb() local
342 dev_cmd = iwl_trans_alloc_tx_cmd(priv->trans); in iwlagn_tx_skb()
344 if (unlikely(!dev_cmd)) in iwlagn_tx_skb()
347 dev_cmd->hdr.cmd = REPLY_TX; in iwlagn_tx_skb()
348 tx_cmd = (struct iwl_tx_cmd *) dev_cmd->payload; in iwlagn_tx_skb()
366 info->driver_data[1] = dev_cmd; in iwlagn_tx_skb()
433 if (iwl_trans_tx(priv->trans, skb, dev_cmd, txq_id)) in iwlagn_tx_skb()
454 if (dev_cmd) in iwlagn_tx_skb()
455 iwl_trans_free_tx_cmd(priv->trans, dev_cmd); in iwlagn_tx_skb()
/openbmc/linux/drivers/ufs/core/
H A Dufshcd.c2241 struct ufs_query_res *query_res = &hba->dev_cmd.query.response; in ufshcd_copy_query_response()
2246 if (hba->dev_cmd.query.descriptor && in ufshcd_copy_query_response()
2257 hba->dev_cmd.query.request.upiu_req.length);
2259 memcpy(hba->dev_cmd.query.descriptor, descp, resp_len);
2660 struct ufs_query *query = &hba->dev_cmd.query; in ufshcd_prepare_utp_query_req_upiu()
2723 if (hba->dev_cmd.type == DEV_CMD_TYPE_QUERY)
2725 else if (hba->dev_cmd.type == DEV_CMD_TYPE_NOP)
2937 hba->dev_cmd.type = cmd_type; in ufshcd_cmd_inflight()
3021 if (hba->dev_cmd.type != DEV_CMD_TYPE_NOP) { in ufshcd_dev_cmd_completion()
3041 if (hba->dev_cmd in ufshcd_dev_cmd_completion()
[all...]
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/
H A Diwl-trans.h589 struct iwl_device_tx_cmd *dev_cmd, int queue);
1256 struct iwl_device_tx_cmd *dev_cmd) in iwl_trans_free_tx_cmd() argument
1258 kmem_cache_free(trans->dev_cmd_pool, dev_cmd); in iwl_trans_free_tx_cmd()
1262 struct iwl_device_tx_cmd *dev_cmd, int queue) in iwl_trans_tx() argument
1272 return trans->ops->tx(trans, skb, dev_cmd, queue); in iwl_trans_tx()
/openbmc/linux/include/ufs/
H A Dufshcd.h820 * @reserved_slot: Used to submit device commands. Protected by @dev_cmd.lock.
858 * @dev_cmd: ufs device management command information
1008 struct ufs_dev_cmd dev_cmd;
1006 struct ufs_dev_cmd dev_cmd; global() member