Home
last modified time | relevance | path

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

/openbsd/src/sys/dev/pci/
Dixgbe.c4505 if (!mbx->ops.read || !mbx->ops.check_for_msg || in ixgbe_poll_mbx()
4570 if (mbx->ops.check_for_msg) in ixgbe_check_for_msg()
4571 ret_val = mbx->ops.check_for_msg(hw, mbx_id); in ixgbe_check_for_msg()
4630 if (!countdown || !mbx->ops.check_for_msg) in ixgbe_poll_for_msg()
4633 while (countdown && mbx->ops.check_for_msg(hw, mbx_id)) { in ixgbe_poll_for_msg()
5325 mbx->ops.check_for_msg = ixgbe_check_for_msg_vf; in ixgbe_init_mbx_params_vf()
5432 mbx->ops.check_for_msg = ixgbe_check_for_msg_pf; in ixgbe_init_mbx_params_pf()
Dixgbe_type.h4283 int32_t (*check_for_msg)(struct ixgbe_hw *, uint16_t); member