Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/wireless/iwlwifi/pcie/
Dtx.c216 __le16 bc_ent; in iwl_pcie_txq_update_byte_cnt_tbl() local
242 bc_ent = cpu_to_le16(len | (sta_id << 12)); in iwl_pcie_txq_update_byte_cnt_tbl()
244 scd_bc_tbl[txq_id].tfd_offset[write_ptr] = bc_ent; in iwl_pcie_txq_update_byte_cnt_tbl()
248 tfd_offset[TFD_QUEUE_SIZE_MAX + write_ptr] = bc_ent; in iwl_pcie_txq_update_byte_cnt_tbl()
260 __le16 bc_ent; in iwl_pcie_txq_inval_byte_cnt_tbl() local
269 bc_ent = cpu_to_le16(1 | (sta_id << 12)); in iwl_pcie_txq_inval_byte_cnt_tbl()
270 scd_bc_tbl[txq_id].tfd_offset[read_ptr] = bc_ent; in iwl_pcie_txq_inval_byte_cnt_tbl()
274 tfd_offset[TFD_QUEUE_SIZE_MAX + read_ptr] = bc_ent; in iwl_pcie_txq_inval_byte_cnt_tbl()
/linux-4.1.27/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()