Searched refs:host_idx (Results 1 – 2 of 2) sorted by relevance
760 u16 hw_idx, hw_idx_next, host_idx; in rtw89_pci_isr_rxd_unavail() local769 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() local1348 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() local1361 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()
61015 uint8_t host_idx; member