Home
last modified time | relevance | path

Searched refs:tb_idx (Results 1 – 2 of 2) sorted by relevance

/drivers/net/wireless/intel/iwlwifi/pcie/
Dtx-gen2.c432 int tb_idx; in iwl_pcie_gen2_tx_add_frags() local
442 tb_idx = iwl_pcie_gen2_set_tb(trans, tfd, tb_phys, in iwl_pcie_gen2_tx_add_frags()
447 if (tb_idx < 0) in iwl_pcie_gen2_tx_add_frags()
448 return tb_idx; in iwl_pcie_gen2_tx_add_frags()
450 out_meta->tbs |= BIT(tb_idx); in iwl_pcie_gen2_tx_add_frags()
Dtx.c2032 int tb_idx; in iwl_fill_data_tbs() local
2045 tb_idx = iwl_pcie_txq_build_tfd(trans, txq, tb_phys, in iwl_fill_data_tbs()
2047 if (tb_idx < 0) in iwl_fill_data_tbs()
2048 return tb_idx; in iwl_fill_data_tbs()
2050 out_meta->tbs |= BIT(tb_idx); in iwl_fill_data_tbs()