Home
last modified time | relevance | path

Searched refs:notify_off (Results 1 – 3 of 3) sorted by relevance

/dpdk/drivers/crypto/virtio/
H A Dvirtio_pci.c167 uint16_t notify_off; in modern_setup_queue() local
187 notify_off = rte_read16(&hw->common_cfg->queue_notify_off); in modern_setup_queue()
189 notify_off * hw->notify_off_multiplier); in modern_setup_queue()
198 vq->notify_addr, notify_off); in modern_setup_queue()
/dpdk/drivers/vdpa/ifc/base/
H A Difcvf.c200 u16 notify_off; in ifcvf_hw_enable() local
234 notify_off = IFCVF_READ_REG16(&cfg->queue_notify_off); in ifcvf_hw_enable()
236 notify_off * hw->notify_off_multiplier); in ifcvf_hw_enable()
/dpdk/drivers/net/virtio/
H A Dvirtio_pci.c477 uint16_t notify_off; in modern_setup_queue() local
497 notify_off = rte_read16(&dev->common_cfg->queue_notify_off); in modern_setup_queue()
499 notify_off * dev->notify_off_multiplier); in modern_setup_queue()
508 vq->notify_addr, notify_off); in modern_setup_queue()