Home
last modified time | relevance | path

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

/openbsd/src/sys/dev/pci/
Dixgbe_vf.c248 ixgbe_write_mbx(hw, msgbuf, 1, 0); in ixgbe_reset_hw_vf()
323 int32_t retval = ixgbe_write_mbx(hw, msg, size, 0); in ixgbevf_write_msg_read_ack()
Dixgbe.h389 int32_t ixgbe_write_mbx(struct ixgbe_hw *, uint32_t *, uint16_t, uint16_t);
Dixgbe.c4530 int32_t ixgbe_write_mbx(struct ixgbe_hw *hw, uint32_t *msg, uint16_t size, uint16_t mbx_id) in ixgbe_write_mbx() function