Home
last modified time | relevance | path

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

/freebsd/sys/dev/thunderbolt/
H A Dnhi.c320 nhi_alloc_ring(struct nhi_softc *sc, int ringnum, int tx_depth, int rx_depth, in nhi_alloc_ring() argument
338 txring_len = tx_depth * sizeof(void *); in nhi_alloc_ring()
350 r->tx_ring_depth = tx_depth; in nhi_alloc_ring()
351 r->tx_ring_mask = tx_depth - 1; in nhi_alloc_ring()