Home
last modified time | relevance | path

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

/openbsd/sys/dev/pci/
H A Dixgbe.c4691 uint32_t vf_mailbox = IXGBE_READ_REG(hw, IXGBE_VFMAILBOX); in ixgbe_read_mailbox_vf()
4828 IXGBE_WRITE_REG(hw, IXGBE_VFMAILBOX, vf_mailbox); in ixgbe_obtain_mbx_lock_vf()
5266 IXGBE_WRITE_REG(hw, IXGBE_VFMAILBOX, IXGBE_VFMAILBOX_REQ); in ixgbe_write_mbx_vf_legacy()
5298 IXGBE_WRITE_REG(hw, IXGBE_VFMAILBOX, IXGBE_VFMAILBOX_ACK); in ixgbe_read_mbx_vf_legacy()
H A Dixgbe_type.h4105 #define IXGBE_VFMAILBOX 0x002FC macro