Home
last modified time | relevance | path

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

/freebsd/sys/dev/thunderbolt/
H A Dnhi.c327 u_int rxring_len, txring_len; in nhi_alloc_ring() local
337 rxring_len = rx_depth * sizeof(void *); in nhi_alloc_ring()
339 r = malloc(sizeof(struct nhi_ring_pair) + rxring_len + txring_len, in nhi_alloc_ring()
358 rxring_len); in nhi_alloc_ring()