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.c724 u16 hw_idx, hw_idx_next, host_idx; in rtw89_pci_ops_recovery_start()
733 host_idx = FIELD_GET(TXBD_HOST_IDX_MASK, reg_idx); in rtw89_pci_ops_recovery_start()
736 if (hw_idx_next == host_idx) in rtw89_pci_ops_recovery_complete()
1204 u32 host_idx, addr; in rtw89_pci_txwd_submit()
1209 host_idx = bd_ring->wp; in rtw89_pci_txwd_submit()
1210 rtw89_write16(rtwdev, addr, host_idx); in rtw89_pci_txwd_submit()
1219 u32 host_idx, len; in rtw89_pci_txwd_submit()
1222 host_idx = bd_ring->wp + n_txbd; in rtw89_pci_txwd_submit()
1223 host_idx = host_idx < le in rtw89_pci_txwd_submit()
630 u16 hw_idx, hw_idx_next, host_idx; rtw89_pci_isr_rxd_unavail() local
1044 u32 host_idx, addr; __rtw89_pci_tx_kick_off() local
1059 u32 host_idx, len; rtw89_pci_tx_bd_ring_update() local
[all...]
/freebsd/sys/dev/bnxt/bnxt_en/
H A Dhsi_struct_def.h60077 uint8_t host_idx; member