Home
last modified time | relevance | path

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

/f-stack/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()
/f-stack/dpdk/drivers/vdpa/ifc/base/
H A Difcvf.c193 u16 notify_off; in ifcvf_hw_enable() local
227 notify_off = IFCVF_READ_REG16(&cfg->queue_notify_off); in ifcvf_hw_enable()
229 notify_off * hw->notify_off_multiplier); in ifcvf_hw_enable()
/f-stack/dpdk/drivers/net/virtio/
H A Dvirtio_pci.c367 uint16_t notify_off; in modern_setup_queue() local
387 notify_off = rte_read16(&hw->common_cfg->queue_notify_off); in modern_setup_queue()
389 notify_off * hw->notify_off_multiplier); in modern_setup_queue()
398 vq->notify_addr, notify_off); in modern_setup_queue()