Home
last modified time | relevance | path

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

/dpdk/drivers/net/ixgbe/base/
H A Dixgbe_vf.c328 msgbuf[0] &= ~IXGBE_VT_MSGTYPE_CTS; in ixgbe_set_rar_vf()
420 msgbuf[0] &= ~IXGBE_VT_MSGTYPE_CTS; in ixgbevf_update_xcast_mode()
515 msgbuf[0] &= ~IXGBE_VT_MSGTYPE_CTS; in ixgbevf_set_uc_addr_vf()
619 if (!(in_msg & IXGBE_VT_MSGTYPE_CTS)) { in ixgbe_check_mac_link_vf()
682 msg[0] &= ~IXGBE_VT_MSGTYPE_CTS; in ixgbevf_negotiate_api_version()
718 msg[0] &= ~IXGBE_VT_MSGTYPE_CTS; in ixgbevf_get_queues()
H A Dixgbe_mbx.h47 #define IXGBE_VT_MSGTYPE_CTS 0x20000000 /* Indicates that VF is still macro
/dpdk/drivers/net/ixgbe/
H A Dixgbe_pf.c926 msgbuf[0] |= IXGBE_VT_MSGTYPE_CTS; in ixgbe_rcv_msg_from_vf()
H A Drte_pmd_ixgbe.c73 ctrl |= IXGBE_VT_MSGTYPE_CTS; in rte_pmd_ixgbe_ping_vf()
H A Dixgbe_ethdev.c4109 if (!(in_msg & IXGBE_VT_MSGTYPE_CTS)) { in ixgbevf_check_link()