Searched refs:tx_depth (Results 1 – 1 of 1) sorted by relevance
403 nhi_alloc_ring(struct nhi_softc *sc, int ringnum, int tx_depth, int rx_depth, in nhi_alloc_ring() argument421 txring_len = tx_depth * sizeof(void *); in nhi_alloc_ring()433 r->tx_ring_depth = tx_depth; in nhi_alloc_ring()434 r->tx_ring_mask = tx_depth - 1; in nhi_alloc_ring()