Home
last modified time | relevance | path

Searched refs:NIC_VF_PF_MAILBOX_0_1 (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/vnic/
H A Dnic_reg.h155 #define NIC_VF_PF_MAILBOX_0_1 (0x000130) macro
H A Dnicvf_main.c830 nicvf_reg_write(nic, NIC_VF_PF_MAILBOX_0_1 + 0, msg[0]); in nicvf_write_to_mbx()
831 nicvf_reg_write(nic, NIC_VF_PF_MAILBOX_0_1 + 8, msg[1]); in nicvf_write_to_mbx()
905 mbx_addr = NIC_VF_PF_MAILBOX_0_1; in nicvf_handle_mbx_intr()