Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/iwlwifi/pcie/gen1_2/
H A Dtx-gen2.c165 struct iwl_device_tx_cmd *dev_cmd) in iwl_txq_gen2_build_amsdu() argument
168 struct iwl_tx_cmd_v9 *tx_cmd = (void *)dev_cmd->payload; in iwl_txq_gen2_build_amsdu()
180 &dev_cmd->hdr, start_len, 0); in iwl_txq_gen2_build_amsdu()
300 struct iwl_device_tx_cmd *dev_cmd, in iwl_txq_gen2_build_tx_amsdu() argument
333 tb1_addr = ((u8 *)&dev_cmd->hdr) + IWL_FIRST_TB_SIZE; in iwl_txq_gen2_build_tx_amsdu()
344 len + IWL_FIRST_TB_SIZE, hdr_len, dev_cmd)) in iwl_txq_gen2_build_tx_amsdu()
348 memcpy(&txq->first_tb_bufs[idx], dev_cmd, IWL_FIRST_TB_SIZE); in iwl_txq_gen2_build_tx_amsdu()
388 struct iwl_device_tx_cmd *dev_cmd, in iwl_txq_gen2_build_tx() argument
405 memcpy(&txq->first_tb_bufs[idx], dev_cmd, IWL_FIRST_TB_SIZE); in iwl_txq_gen2_build_tx()
429 tb1_addr = ((u8 *)&dev_cmd->hdr) + IWL_FIRST_TB_SIZE; in iwl_txq_gen2_build_tx()
[all …]
H A Dtx.c1921 struct iwl_device_tx_cmd *dev_cmd, in iwl_fill_data_tbs_amsdu() argument
1925 struct iwl_tx_cmd_v6 *tx_cmd = (void *)dev_cmd->payload; in iwl_fill_data_tbs_amsdu()
1944 &dev_cmd->hdr, IWL_FIRST_TB_SIZE + tb1_len, 0); in iwl_fill_data_tbs_amsdu()
2059 struct iwl_device_tx_cmd *dev_cmd, in iwl_fill_data_tbs_amsdu() argument
2086 struct iwl_device_tx_cmd *dev_cmd = txq->entries[txq->write_ptr].cmd; in iwl_txq_gen1_update_byte_cnt_tbl() local
2087 struct iwl_tx_cmd_v6 *tx_cmd = (void *)dev_cmd->payload; in iwl_txq_gen1_update_byte_cnt_tbl()
2123 struct iwl_device_tx_cmd *dev_cmd, int txq_id) in iwl_trans_pcie_tx() argument
2127 struct iwl_tx_cmd_v6 *tx_cmd = (struct iwl_tx_cmd_v6 *)dev_cmd->payload; in iwl_trans_pcie_tx()
2171 *dev_cmd_ptr = dev_cmd; in iwl_trans_pcie_tx()
2192 txq->entries[txq->write_ptr].cmd = dev_cmd; in iwl_trans_pcie_tx()
[all …]
H A Dinternal.h621 struct iwl_device_tx_cmd *dev_cmd, int txq_id);
758 struct iwl_device_tx_cmd *dev_cmd, int txq_id);
/freebsd/sys/contrib/dev/iwlwifi/queue/
H A Dtx.c
H A Dtx.h
/freebsd/sys/contrib/dev/iwlwifi/mvm/
H A Dtx.c559 struct iwl_device_tx_cmd *dev_cmd; in iwl_mvm_set_tx_params() local
562 dev_cmd = iwl_trans_alloc_tx_cmd(mvm->trans); in iwl_mvm_set_tx_params()
564 if (unlikely(!dev_cmd)) in iwl_mvm_set_tx_params()
567 dev_cmd->hdr.cmd = TX_CMD; in iwl_mvm_set_tx_params()
604 struct iwl_tx_cmd *cmd = (void *)dev_cmd->payload; in iwl_mvm_set_tx_params()
619 struct iwl_tx_cmd_v9 *cmd = (void *)dev_cmd->payload; in iwl_mvm_set_tx_params()
637 tx_cmd = (struct iwl_tx_cmd_v6 *)dev_cmd->payload; in iwl_mvm_set_tx_params()
650 return dev_cmd; in iwl_mvm_set_tx_params()
774 struct iwl_device_tx_cmd *dev_cmd; in iwl_mvm_tx_skb_non_sta() local
858 dev_cmd = iwl_mvm_set_tx_params(mvm, skb, &info, hdrlen, NULL, sta_id, in iwl_mvm_tx_skb_non_sta()
[all …]
/freebsd/sys/contrib/dev/iwlwifi/
H A Diwl-trans.c665 struct iwl_device_tx_cmd *dev_cmd, int queue) in iwl_trans_tx() argument
675 return iwl_txq_gen2_tx(trans, skb, dev_cmd, queue); in iwl_trans_tx()
677 return iwl_trans_pcie_tx(trans, skb, dev_cmd, queue); in iwl_trans_tx()
H A Diwl-trans.h991 struct iwl_device_tx_cmd *dev_cmd) in iwl_trans_free_tx_cmd() argument
993 kmem_cache_free(trans->dev_cmd_pool, dev_cmd); in iwl_trans_free_tx_cmd()
997 struct iwl_device_tx_cmd *dev_cmd, int queue);