Home
last modified time | relevance | path

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

/drivers/net/wireless/iwlwifi/pcie/
Dtx.c216 __le16 bc_ent; in iwl_pcie_txq_update_byte_cnt_tbl() local
243 bc_ent = cpu_to_le16(len | (sta_id << 12)); in iwl_pcie_txq_update_byte_cnt_tbl()
245 scd_bc_tbl[txq_id].tfd_offset[write_ptr] = bc_ent; in iwl_pcie_txq_update_byte_cnt_tbl()
249 tfd_offset[TFD_QUEUE_SIZE_MAX + write_ptr] = bc_ent; in iwl_pcie_txq_update_byte_cnt_tbl()
261 __le16 bc_ent; in iwl_pcie_txq_inval_byte_cnt_tbl() local
270 bc_ent = cpu_to_le16(1 | (sta_id << 12)); in iwl_pcie_txq_inval_byte_cnt_tbl()
271 scd_bc_tbl[txq_id].tfd_offset[read_ptr] = bc_ent; in iwl_pcie_txq_inval_byte_cnt_tbl()
275 tfd_offset[TFD_QUEUE_SIZE_MAX + read_ptr] = bc_ent; in iwl_pcie_txq_inval_byte_cnt_tbl()
/drivers/net/wireless/iwlegacy/
D4965.c1556 __le16 bc_ent; in il4965_txq_update_byte_cnt_tbl() local
1560 bc_ent = cpu_to_le16(len & 0xFFF); in il4965_txq_update_byte_cnt_tbl()
1562 scd_bc_tbl[txq_id].tfd_offset[write_ptr] = bc_ent; in il4965_txq_update_byte_cnt_tbl()
1567 bc_ent; in il4965_txq_update_byte_cnt_tbl()