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.c2000 size_t tfd_size, frbd_size, ctx_size, ci_size, urbd0_size, urbd1_size; in btintel_pcie_alloc() local
2017 tfd_size = ALIGN(sizeof(struct tfd) * BTINTEL_PCIE_TX_DESCS_COUNT, in btintel_pcie_alloc()
2032 total = tfd_size + urbd0_size + frbd_size + urbd1_size + ctx_size + ci_size * 4; in btintel_pcie_alloc()
2060 p_addr += tfd_size; in btintel_pcie_alloc()
2061 v_addr += tfd_size; in btintel_pcie_alloc()
/linux/drivers/net/wireless/intel/iwlegacy/
H A Dcommon.c2790 dma_free_coherent(dev, il->hw_params.tfd_size * txq->q.n_bd, in il_tx_queue_free()
2870 dma_free_coherent(dev, il->hw_params.tfd_size * txq->q.n_bd, in il_cmd_queue_free()
2967 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()