Lines Matching refs:host_idx
730 u16 hw_idx, hw_idx_next, host_idx;
739 host_idx = FIELD_GET(TXBD_HOST_IDX_MASK, reg_idx);
742 if (hw_idx_next == host_idx)
1210 u32 host_idx, addr;
1215 host_idx = bd_ring->wp;
1216 rtw89_write16(rtwdev, addr, host_idx);
1225 u32 host_idx, len;
1228 host_idx = bd_ring->wp + n_txbd;
1229 host_idx = host_idx < len ? host_idx : host_idx - len;
1231 bd_ring->wp = host_idx;