Home
last modified time | relevance | path

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

/freebsd/sys/dev/thunderbolt/
H A Dnhi.c568 cmd->data_busaddr = frames_busaddr + NHI_RING0_FRAME_SIZE * i; in nhi_alloc_ring0()
578 cmd->data_busaddr = frames_busaddr + NHI_RING0_FRAME_SIZE * i; in nhi_alloc_ring0()
643 desc->addr_lo = cmd->data_busaddr & 0xffffffff; in nhi_fill_rx_ring()
644 desc->addr_hi = (cmd->data_busaddr >> 32) & 0xffffffff; in nhi_fill_rx_ring()
651 rp->ring_num, ci, cmd, cmd->data_busaddr); in nhi_fill_rx_ring()
756 desc->addr_lo = htole32(cmd->data_busaddr & 0xffffffff); in nhi_tx_enqueue()
757 desc->addr_hi = htole32(cmd->data_busaddr >> 32); in nhi_tx_enqueue()
766 cmd->data_busaddr); in nhi_tx_enqueue()
882 cmd->data_busaddr); in nhi_rx_complete()
H A Dnhi_var.h58 bus_addr_t data_busaddr; member