Searched refs:ixgbe_hic_unlocked (Results 1 – 3 of 3) sorted by relevance
/openbsd/sys/dev/pci/ |
H A D | ixgbe.h | 239 int32_t ixgbe_hic_unlocked(struct ixgbe_hw *, uint32_t *buffer, uint32_t length, uint32_t timeout);
|
H A D | ixgbe_x550.c | 2958 status = ixgbe_hic_unlocked(hw, (uint32_t *)&buffer, sizeof(buffer), in ixgbe_read_ee_hostif_X550() 3015 status = ixgbe_hic_unlocked(hw, (uint32_t *)&buffer, sizeof(buffer), in ixgbe_read_ee_hostif_buffer_X550()
|
H A D | ixgbe.c | 3629 int32_t ixgbe_hic_unlocked(struct ixgbe_hw *hw, uint32_t *buffer, uint32_t length, in ixgbe_hic_unlocked() function 3729 status = ixgbe_hic_unlocked(hw, buffer, length, timeout); in ixgbe_host_interface_command()
|