Home
last modified time | relevance | path

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

/freebsd/sys/dev/thunderbolt/
H A Dnhi_reg.h261 struct nhi_tx_buffer_desc { struct
313 struct nhi_tx_buffer_desc tx;
H A Dnhi.c366 ring_size = sizeof(struct nhi_tx_buffer_desc) * r->tx_ring_depth; in nhi_alloc_ring()
393 ring += sizeof(struct nhi_tx_buffer_desc) * r->tx_ring_depth; in nhi_alloc_ring()
394 ring_busaddr += sizeof(struct nhi_tx_buffer_desc) * r->tx_ring_depth; in nhi_alloc_ring()
734 struct nhi_tx_buffer_desc *desc; in nhi_tx_enqueue()
834 nhi_tx_complete(struct nhi_ring_pair *r, struct nhi_tx_buffer_desc *desc, in nhi_tx_complete()
1006 struct nhi_tx_buffer_desc *txd; in nhi_intr()