Searched refs:tb_idx (Results 1 – 2 of 2) sorted by relevance
432 int tb_idx; in iwl_pcie_gen2_tx_add_frags() local442 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()
2032 int tb_idx; in iwl_fill_data_tbs() local2045 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()