Searched refs:vmid (Results 1 - 11 of 11) sorted by relevance

/freebsd-11.0-release/sys/contrib/alpine-hal/
H A Dal_hal_iofic.h120 * configure the vmid attributes for a given msix vector.
124 * @param vmid the vmid value
125 * @param vmid_en take vmid from the intc
130 uint8_t vector, uint32_t vmid, uint8_t vmid_en);
H A Dal_hal_udma_config.c1125 &unit_regs->gen.vmid.cfg_vmid_0,
1153 &unit_regs->gen.vmid.cfg_vmid_1,
1154 (conf->tx_q_conf[0].vmid <<
1156 (conf->tx_q_conf[1].vmid <<
1160 &unit_regs->gen.vmid.cfg_vmid_2,
1161 (conf->tx_q_conf[2].vmid <<
1163 (conf->tx_q_conf[3].vmid <<
1167 &unit_regs->gen.vmid.cfg_vmid_3,
1168 (conf->rx_q_conf[0].vmid <<
1170 (conf->rx_q_conf[1].vmid <<
[all...]
H A Dal_hal_iofic.c132 * configure the vmid attributes for a given msix vector.
135 uint8_t vector, uint32_t vmid, uint8_t vmid_en)
146 vmid);
134 al_iofic_msix_vmid_attributes_config(void __iomem *regs_base, int group, uint8_t vector, uint32_t vmid, uint8_t vmid_en) argument
H A Dal_hal_udma_regs_gen.h159 struct udma_gen_vmid vmid; /* [0x23ec] */ member in struct:udma_gen_regs
H A Dal_hal_udma.h175 uint16_t vmid; member in struct:al_block
H A Dal_hal_udma_config.h318 /* Enable usage of the VMID per queue according to 'vmid' */
325 uint16_t vmid; member in struct:al_udma_gen_vmid_q_conf
/freebsd-11.0-release/sys/dev/drm2/radeon/
H A Dnid.h669 #define DMA_IB_PACKET(cmd, vmid, n) ((((cmd) & 0xF) << 28) | \
670 (((vmid) & 0xF) << 20) | \
H A Dsid.h1047 #define DMA_IB_PACKET(cmd, vmid, n) ((((cmd) & 0xF) << 28) | \
1048 (((vmid) & 0xF) << 20) | \
/freebsd-11.0-release/sys/gnu/dev/bwn/phy_n/
H A Dif_bwn_phy_n_core.c3291 uint16_t *vmid, *gain; local
3357 vmid = vmids[min(pdet_range, 4)];
3367 bwn_ntab_write_bulk(mac, BWN_NTAB16(8, 0x08), 4, vmid);
3368 bwn_ntab_write_bulk(mac, BWN_NTAB16(8, 0x18), 4, vmid);
3375 vmid[3] = 0x94;
3377 vmid[3] = 0x8e;
3380 vmid[3] = 0x84;
3383 bwn_ntab_write_bulk(mac, BWN_NTAB16(8, 0x08), 4, vmid);
3384 bwn_ntab_write_bulk(mac, BWN_NTAB16(8, 0x18), 4, vmid);
3392 vmid[
[all...]
/freebsd-11.0-release/sys/contrib/alpine-hal/eth/
H A Dal_hal_eth.h389 uint16_t vmid; member in struct:al_eth_pkt
H A Dal_hal_eth_main.c2118 uint64_t vmid = ((uint64_t)pkt->vmid) << AL_UDMA_DESC_VMID_SHIFT; local
2298 pkt->bufs[buf_idx].addr | vmid);
2450 uint64_t vmid = ((uint64_t)flags & AL_ETH_RX_FLAGS_VMID_MASK) << local
2479 rx_desc->rx.buf1_ptr = swap64_to_le(buf->addr | vmid);

Completed in 116 milliseconds