Searched refs:bc_ent (Results 1 – 3 of 3) sorted by relevance
2085 __le16 bc_ent; in iwl_txq_gen1_update_byte_cnt_tbl() local2113 bc_ent = cpu_to_le16(len | (sta_id << 12)); in iwl_txq_gen1_update_byte_cnt_tbl()2115 scd_bc_tbl[txq_id * TFD_QUEUE_BC_SIZE + write_ptr].tfd_offset = bc_ent; in iwl_txq_gen1_update_byte_cnt_tbl()2119 bc_ent; in iwl_txq_gen1_update_byte_cnt_tbl()2331 __le16 bc_ent; in iwl_txq_gen1_inval_byte_cnt_tbl() local2340 bc_ent = cpu_to_le16(1 | (sta_id << 12)); in iwl_txq_gen1_inval_byte_cnt_tbl()2342 scd_bc_tbl[txq_id * TFD_QUEUE_BC_SIZE + read_ptr].tfd_offset = bc_ent; in iwl_txq_gen1_inval_byte_cnt_tbl()2346 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()
5618 uint16_t bc_ent; in iwx_tx_update_byte_tbl() local5635 bc_ent = htole16(len | (num_fetch_chunks << 14)); in iwx_tx_update_byte_tbl()5636 scd_bc_tbl[idx].tfd_offset = bc_ent; in iwx_tx_update_byte_tbl()5641 bc_ent = htole16(len | (num_fetch_chunks << 12)); in iwx_tx_update_byte_tbl()5642 scd_bc_tbl->tfd_offset[idx] = bc_ent; in iwx_tx_update_byte_tbl()