Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/iwlwifi/queue/
H A Dtx.c
/freebsd/sys/contrib/dev/iwlwifi/pcie/gen1_2/
H A Dtx.c2082 __le16 bc_ent; in iwl_txq_gen1_update_byte_cnt_tbl() local
2110 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() local
2337 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()
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()
/freebsd/sys/dev/iwx/
H A Dif_iwx.c5671 uint16_t bc_ent; in iwx_tx_update_byte_tbl() local
5688 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()