Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/ixgbe/core/
H A Dixgbe_vf.c362 msgbuf[0] &= ~IXGBE_VT_MSGTYPE_CTS; in ixgbe_set_rar_vf()
454 msgbuf[0] &= ~IXGBE_VT_MSGTYPE_CTS; in ixgbevf_update_xcast_mode()
549 msgbuf[0] &= ~IXGBE_VT_MSGTYPE_CTS; in ixgbevf_set_uc_addr_vf()
653 if (!(in_msg & IXGBE_VT_MSGTYPE_CTS)) { in ixgbe_check_mac_link_vf()
716 msg[0] &= ~IXGBE_VT_MSGTYPE_CTS; in ixgbevf_negotiate_api_version()
752 msg[0] &= ~IXGBE_VT_MSGTYPE_CTS; in ixgbevf_get_queues()
H A Dixgbe_mbx.h78 #define IXGBE_VT_MSGTYPE_CTS 0x20000000 /* Indicates that VF is still macro