Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/rtw89/
H A Dpci.c760 u16 hw_idx, hw_idx_next, host_idx; in rtw89_pci_isr_rxd_unavail() local
769 host_idx = FIELD_GET(TXBD_HOST_IDX_MASK, reg_idx); in rtw89_pci_isr_rxd_unavail()
772 if (hw_idx_next == host_idx) in rtw89_pci_isr_rxd_unavail()
1343 u32 host_idx, addr; in __rtw89_pci_tx_kick_off() local
1348 host_idx = bd_ring->wp; in __rtw89_pci_tx_kick_off()
1349 rtw89_write16(rtwdev, addr, host_idx); in __rtw89_pci_tx_kick_off()
1358 u32 host_idx, len; in rtw89_pci_tx_bd_ring_update() local
1361 host_idx = bd_ring->wp + n_txbd; in rtw89_pci_tx_bd_ring_update()
1362 host_idx = host_idx < len ? host_idx : host_idx - len; in rtw89_pci_tx_bd_ring_update()
1364 bd_ring->wp = host_idx; in rtw89_pci_tx_bd_ring_update()
/freebsd/sys/dev/bnxt/bnxt_en/
H A Dhsi_struct_def.h61015 uint8_t host_idx; member