Home
last modified time | relevance | path

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

/freebsd/sys/dev/thunderbolt/
H A Dnhi.c350 r->tx_ring_depth = tx_depth; in nhi_alloc_ring()
366 ring_size = sizeof(struct nhi_tx_buffer_desc) * r->tx_ring_depth; in nhi_alloc_ring()
393 ring += sizeof(struct nhi_tx_buffer_desc) * r->tx_ring_depth; in nhi_alloc_ring()
394 ring_busaddr += sizeof(struct nhi_tx_buffer_desc) * r->tx_ring_depth; in nhi_alloc_ring()
458 nhi_write_reg(sc, NHI_TX_RING_SIZE + idx, ring->tx_ring_depth); in nhi_configure_ring()
461 ring->ring_num, ring->tx_ring_depth); in nhi_configure_ring()
535 size = r->tx_ring_depth * NHI_RING0_FRAME_SIZE; in nhi_alloc_ring0()
559 (r->tx_ring_depth + r->rx_ring_depth), M_NHI, M_NOWAIT | M_ZERO); in nhi_alloc_ring0()
575 for ( ; i < r->tx_ring_depth + r->rx_ring_depth - 1; i++) { in nhi_alloc_ring0()
1021 count = r->tx_ring_depth; in nhi_intr()
H A Dnhi_var.h103 uint16_t tx_ring_depth; member