Searched refs:bc_ent (Results 1 – 3 of 3) sorted by relevance
184 __le16 bc_ent; in iwl_pcie_txq_update_byte_cnt_tbl() local210 bc_ent = cpu_to_le16(len | (sta_id << 12)); in iwl_pcie_txq_update_byte_cnt_tbl()212 scd_bc_tbl[txq_id].tfd_offset[write_ptr] = bc_ent; in iwl_pcie_txq_update_byte_cnt_tbl()216 tfd_offset[TFD_QUEUE_SIZE_MAX + write_ptr] = bc_ent; in iwl_pcie_txq_update_byte_cnt_tbl()228 __le16 bc_ent; in iwl_pcie_txq_inval_byte_cnt_tbl() local237 bc_ent = cpu_to_le16(1 | (sta_id << 12)); in iwl_pcie_txq_inval_byte_cnt_tbl()239 scd_bc_tbl[txq_id].tfd_offset[read_ptr] = bc_ent; in iwl_pcie_txq_inval_byte_cnt_tbl()243 tfd_offset[TFD_QUEUE_SIZE_MAX + read_ptr] = bc_ent; in iwl_pcie_txq_inval_byte_cnt_tbl()
100 __le16 bc_ent; in iwl_pcie_gen2_update_byte_tbl() local120 bc_ent = cpu_to_le16(len | (num_fetch_chunks << 12)); in iwl_pcie_gen2_update_byte_tbl()122 scd_bc_tbl_gen3->tfd_offset[idx] = bc_ent; in iwl_pcie_gen2_update_byte_tbl()124 scd_bc_tbl->tfd_offset[idx] = bc_ent; in iwl_pcie_gen2_update_byte_tbl()
1556 __le16 bc_ent; in il4965_txq_update_byte_cnt_tbl() local1560 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()