Home
last modified time | relevance | path

Searched refs:txring_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
338 txring_len = tx_depth * sizeof(void *); in nhi_alloc_ring()
339 r = malloc(sizeof(struct nhi_ring_pair) + rxring_len + txring_len, in nhi_alloc_ring()