Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/net/wireless/iwlwifi/
Diwl-trans-pcie-tx.c96 __le16 bc_ent; in iwl_trans_txq_update_byte_cnt_tbl() local
119 bc_ent = cpu_to_le16((len & 0xFFF) | (sta_id << 12)); in iwl_trans_txq_update_byte_cnt_tbl()
121 scd_bc_tbl[txq_id].tfd_offset[write_ptr] = bc_ent; in iwl_trans_txq_update_byte_cnt_tbl()
125 tfd_offset[TFD_QUEUE_SIZE_MAX + write_ptr] = bc_ent; in iwl_trans_txq_update_byte_cnt_tbl()
400 __le16 bc_ent; in iwlagn_txq_inval_byte_cnt_tbl() local
409 bc_ent = cpu_to_le16(1 | (sta_id << 12)); in iwlagn_txq_inval_byte_cnt_tbl()
410 scd_bc_tbl[txq_id].tfd_offset[read_ptr] = bc_ent; in iwlagn_txq_inval_byte_cnt_tbl()
414 tfd_offset[TFD_QUEUE_SIZE_MAX + read_ptr] = bc_ent; in iwlagn_txq_inval_byte_cnt_tbl()
/linux-3.4.99/drivers/net/wireless/iwlegacy/
D4965.c1557 __le16 bc_ent; in il4965_txq_update_byte_cnt_tbl() local
1561 bc_ent = cpu_to_le16(len & 0xFFF); in il4965_txq_update_byte_cnt_tbl()
1563 scd_bc_tbl[txq_id].tfd_offset[write_ptr] = bc_ent; in il4965_txq_update_byte_cnt_tbl()
1568 bc_ent; in il4965_txq_update_byte_cnt_tbl()