Searched refs:num_fetch_chunks (Results 1 – 3 of 3) sorted by relevance
567 u8 filled_tfd_size, num_fetch_chunks; in iwl_pcie_gen2_update_byte_tbl() local584 num_fetch_chunks = DIV_ROUND_UP(filled_tfd_size, 64) - 1; in iwl_pcie_gen2_update_byte_tbl()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()
5615 uint8_t filled_tfd_size, num_fetch_chunks; in iwx_tx_update_byte_tbl() local5629 num_fetch_chunks = howmany(filled_tfd_size, 64) - 1; in iwx_tx_update_byte_tbl()5634 bc_ent = htole16(len | (num_fetch_chunks << 14)); in iwx_tx_update_byte_tbl()5640 bc_ent = htole16(len | (num_fetch_chunks << 12)); in iwx_tx_update_byte_tbl()