Home
last modified time | relevance | path

Searched refs:bc_ent (Results 1 – 3 of 3) sorted by relevance

/src/sys/contrib/dev/iwlwifi/pcie/gen1_2/
H A Dtx.c2085 __le16 bc_ent; in iwl_txq_gen1_update_byte_cnt_tbl() local
2113 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() local
2340 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()
H A Dtx-gen2.c569 __le16 bc_ent; in iwl_pcie_gen2_update_byte_tbl() local
588 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()
/src/sys/dev/iwx/
H A Dif_iwx.c5618 uint16_t bc_ent; in iwx_tx_update_byte_tbl() local
5635 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()