Searched refs:bc_ent (Results 1 – 4 of 4) sorted by relevance
2082 __le16 bc_ent; in iwl_txq_gen1_update_byte_cnt_tbl() local2110 bc_ent = cpu_to_le16(len | (sta_id << 12)); in iwl_txq_gen1_update_byte_cnt_tbl()2112 scd_bc_tbl[txq_id * TFD_QUEUE_BC_SIZE + write_ptr].tfd_offset = bc_ent; in iwl_txq_gen1_update_byte_cnt_tbl()2116 bc_ent; in iwl_txq_gen1_update_byte_cnt_tbl()2328 __le16 bc_ent; in iwl_txq_gen1_inval_byte_cnt_tbl() local2337 bc_ent = cpu_to_le16(1 | (sta_id << 12)); in iwl_txq_gen1_inval_byte_cnt_tbl()2339 scd_bc_tbl[txq_id * TFD_QUEUE_BC_SIZE + read_ptr].tfd_offset = bc_ent; in iwl_txq_gen1_inval_byte_cnt_tbl()2343 bc_ent; in iwl_txq_gen1_inval_byte_cnt_tbl()
569 __le16 bc_ent; in iwl_pcie_gen2_update_byte_tbl() local588 bc_ent = cpu_to_le16(len | (num_fetch_chunks << 14)); in iwl_pcie_gen2_update_byte_tbl()592 bc_ent = cpu_to_le16(len | (num_fetch_chunks << 12)); in iwl_pcie_gen2_update_byte_tbl()595 scd_bc_tbl[idx].tfd_offset = bc_ent; in iwl_pcie_gen2_update_byte_tbl()
5671 uint16_t bc_ent; in iwx_tx_update_byte_tbl() local5688 bc_ent = htole16(len | (num_fetch_chunks << 14)); in iwx_tx_update_byte_tbl()5689 scd_bc_tbl[idx].tfd_offset = bc_ent; in iwx_tx_update_byte_tbl()5694 bc_ent = htole16(len | (num_fetch_chunks << 12)); in iwx_tx_update_byte_tbl()5695 scd_bc_tbl->tfd_offset[idx] = bc_ent; in iwx_tx_update_byte_tbl()