Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/contrib/dev/iwlwifi/queue/
HDtx.c336 struct iwl_device_tx_cmd *dev_cmd) in iwl_txq_gen2_build_amsdu() argument
339 struct iwl_tx_cmd_gen2 *tx_cmd = (void *)dev_cmd->payload; in iwl_txq_gen2_build_amsdu()
349 &dev_cmd->hdr, start_len, 0); in iwl_txq_gen2_build_amsdu()
462 struct iwl_device_tx_cmd *dev_cmd, in iwl_txq_gen2_build_tx_amsdu() argument
495 tb1_addr = ((u8 *)&dev_cmd->hdr) + IWL_FIRST_TB_SIZE; in iwl_txq_gen2_build_tx_amsdu()
506 hdr_len, dev_cmd)) in iwl_txq_gen2_build_tx_amsdu()
510 memcpy(&txq->first_tb_bufs[idx], dev_cmd, IWL_FIRST_TB_SIZE); in iwl_txq_gen2_build_tx_amsdu()
549 struct iwl_device_tx_cmd *dev_cmd, in iwl_txq_gen2_build_tx() argument
566 memcpy(&txq->first_tb_bufs[idx], dev_cmd, IWL_FIRST_TB_SIZE); in iwl_txq_gen2_build_tx()
590 tb1_addr = ((u8 *)&dev_cmd->hdr) + IWL_FIRST_TB_SIZE; in iwl_txq_gen2_build_tx()
[all …]
HDtx.h120 struct iwl_device_tx_cmd *dev_cmd, int txq_id);
/freebsd-13-stable/sys/contrib/dev/iwlwifi/mvm/
HDtx.c512 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 …]
/freebsd-13-stable/sys/contrib/dev/iwlwifi/pcie/
HDtx.c1303 struct iwl_device_tx_cmd *dev_cmd, in iwl_fill_data_tbs_amsdu() argument
1306 struct iwl_tx_cmd *tx_cmd = (void *)dev_cmd->payload; in iwl_fill_data_tbs_amsdu()
1323 &dev_cmd->hdr, IWL_FIRST_TB_SIZE + tb1_len, 0); in iwl_fill_data_tbs_amsdu()
1434 struct iwl_device_tx_cmd *dev_cmd, in iwl_fill_data_tbs_amsdu() argument
1445 struct iwl_device_tx_cmd *dev_cmd, int txq_id) in iwl_trans_pcie_tx() argument
1448 struct iwl_tx_cmd *tx_cmd = (struct iwl_tx_cmd *)dev_cmd->payload; in iwl_trans_pcie_tx()
1491 *dev_cmd_ptr = dev_cmd; in iwl_trans_pcie_tx()
1512 txq->entries[txq->write_ptr].cmd = dev_cmd; in iwl_trans_pcie_tx()
1514 dev_cmd->hdr.sequence = in iwl_trans_pcie_tx()
1564 tb1_addr = ((u8 *)&dev_cmd->hdr) + IWL_FIRST_TB_SIZE; in iwl_trans_pcie_tx()
[all …]
HDinternal.h534 struct iwl_device_tx_cmd *dev_cmd, int txq_id);
/freebsd-13-stable/sys/contrib/dev/iwlwifi/
HDiwl-trans.h598 struct iwl_device_tx_cmd *dev_cmd, int queue);
1262 struct iwl_device_tx_cmd *dev_cmd) in iwl_trans_free_tx_cmd() argument
1264 kmem_cache_free(trans->dev_cmd_pool, dev_cmd); in iwl_trans_free_tx_cmd()
1268 struct iwl_device_tx_cmd *dev_cmd, int queue) in iwl_trans_tx() argument
1278 return trans->ops->tx(trans, skb, dev_cmd, queue); in iwl_trans_tx()