Home
last modified time | relevance | path

Searched refs:tfd_size (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/bluetooth/
H A Dbtintel_pcie.c1780 size_t tfd_size, frbd_size, ctx_size, ci_size, urbd0_size, urbd1_size; in btintel_pcie_alloc() local
1797 tfd_size = ALIGN(sizeof(struct tfd) * BTINTEL_PCIE_TX_DESCS_COUNT, in btintel_pcie_alloc()
1812 total = tfd_size + urbd0_size + frbd_size + urbd1_size + ctx_size + ci_size * 4; in btintel_pcie_alloc()
1840 p_addr += tfd_size; in btintel_pcie_alloc()
1841 v_addr += tfd_size; in btintel_pcie_alloc()
/linux/drivers/net/wireless/intel/iwlegacy/
H A Dcommon.c2789 dma_free_coherent(dev, il->hw_params.tfd_size * txq->q.n_bd, in il_tx_queue_free()
2869 dma_free_coherent(dev, il->hw_params.tfd_size * txq->q.n_bd, in il_cmd_queue_free()
2966 size_t tfd_sz = il->hw_params.tfd_size * TFD_QUEUE_SIZE_MAX; in il_tx_queue_alloc()
H A D3945.c2398 il->hw_params.tfd_size = sizeof(struct il3945_tfd); in il3945_hw_set_hw_params()