Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/liquidio/base/
H A Dlio_mbox.c27 if ((msg.mbox_msg64 == LIO_PFVFACK) || (msg.mbox_msg64 == LIO_PFVFSIG)) in lio_mbox_read()
128 while (rte_read64(mbox->mbox_write_reg) != LIO_PFVFSIG) { in lio_mbox_write()
154 rte_write64(LIO_PFVFSIG, mbox->mbox_read_reg); in lio_mbox_write()
201 rte_write64(LIO_PFVFSIG, mbox->mbox_read_reg); in lio_mbox_process_message()
211 rte_write64(LIO_PFVFSIG, mbox->mbox_read_reg); in lio_mbox_process_message()
220 rte_write64(LIO_PFVFSIG, mbox->mbox_read_reg); in lio_mbox_process_message()
235 rte_write64(LIO_PFVFSIG, mbox->mbox_read_reg); in lio_mbox_process_message()
H A Dlio_mbox.h22 #define LIO_PFVFSIG 0x1122334455667788 macro
H A Dlio_23xx_vf.c283 rte_write64(LIO_PFVFSIG, mbox->mbox_read_reg); in cn23xx_vf_setup_mbox()