Home
last modified time | relevance | path

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

/freebsd/sys/dev/thunderbolt/
H A Dnhi.c356 r->rx_cmd_ring = (struct nhi_cmd_frame **)((uint8_t *)r + sizeof (*r)); in nhi_alloc_ring()
357 r->tx_cmd_ring = (struct nhi_cmd_frame **)((uint8_t *)r->rx_cmd_ring + in nhi_alloc_ring()
648 rp->rx_cmd_ring[ci] = cmd; in nhi_fill_rx_ring()
1061 cmd = r->rx_cmd_ring[r->rx_pi]; in nhi_intr()
H A Dnhi_var.h92 struct nhi_cmd_frame **rx_cmd_ring; member