Searched defs:mbx_id (Results 1 – 1 of 1) sorted by relevance
| /openbsd/src/sys/dev/pci/ |
| D | ixgbe.c | 4472 int32_t ixgbe_read_mbx(struct ixgbe_hw *hw, uint32_t *msg, uint16_t size, uint16_t mbx_id) in ixgbe_read_mbx() 4498 uint16_t mbx_id) in ixgbe_poll_mbx() 4530 int32_t ixgbe_write_mbx(struct ixgbe_hw *hw, uint32_t *msg, uint16_t size, uint16_t mbx_id) in ixgbe_write_mbx() 4563 int32_t ixgbe_check_for_msg(struct ixgbe_hw *hw, uint16_t mbx_id) in ixgbe_check_for_msg() 4583 int32_t ixgbe_check_for_ack(struct ixgbe_hw *hw, uint16_t mbx_id) in ixgbe_check_for_ack() 4603 int32_t ixgbe_check_for_rst(struct ixgbe_hw *hw, uint16_t mbx_id) in ixgbe_check_for_rst() 4623 int32_t ixgbe_poll_for_msg(struct ixgbe_hw *hw, uint16_t mbx_id) in ixgbe_poll_for_msg() 4656 int32_t ixgbe_poll_for_ack(struct ixgbe_hw *hw, uint16_t mbx_id) in ixgbe_poll_for_ack() 4755 static int32_t ixgbe_check_for_msg_vf(struct ixgbe_hw *hw, uint16_t mbx_id) in ixgbe_check_for_msg_vf() 4772 static int32_t ixgbe_check_for_ack_vf(struct ixgbe_hw *hw, uint16_t mbx_id) in ixgbe_check_for_ack_vf() [all …]
|