Home
last modified time | relevance | path

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

/src/sys/contrib/dev/iwlwifi/pcie/gen1_2/
H A Dtx-gen2.c567 u8 filled_tfd_size, num_fetch_chunks; in iwl_pcie_gen2_update_byte_tbl() local
574 filled_tfd_size = offsetof(struct iwl_tfh_tfd, tbs) + in iwl_pcie_gen2_update_byte_tbl()
584 num_fetch_chunks = DIV_ROUND_UP(filled_tfd_size, 64) - 1; in iwl_pcie_gen2_update_byte_tbl()
/src/sys/dev/iwx/
H A Dif_iwx.c5616 uint8_t filled_tfd_size, num_fetch_chunks; in iwx_tx_update_byte_tbl() local
5620 filled_tfd_size = offsetof(struct iwx_tfh_tfd, tbs) + in iwx_tx_update_byte_tbl()
5630 num_fetch_chunks = howmany(filled_tfd_size, 64) - 1; in iwx_tx_update_byte_tbl()