Home
last modified time | relevance | path

Searched refs:IXGBE_VT_MSGTYPE_NACK (Results 1 – 4 of 4) sorted by relevance

/dpdk/drivers/net/ixgbe/base/
H A Dixgbe_vf.c198 msgbuf[0] != (IXGBE_VF_RESET | IXGBE_VT_MSGTYPE_NACK)) in ixgbe_reset_hw_vf()
332 (msgbuf[0] == (IXGBE_VF_SET_MAC_ADDR | IXGBE_VT_MSGTYPE_NACK))) { in ixgbe_set_rar_vf()
421 if (msgbuf[0] == (IXGBE_VF_UPDATE_XCAST_MODE | IXGBE_VT_MSGTYPE_NACK)) in ixgbevf_update_xcast_mode()
452 return ret_val | (msgbuf[0] & IXGBE_VT_MSGTYPE_NACK); in ixgbe_set_vfta_vf()
517 if (msgbuf[0] == (msgbuf_chk | IXGBE_VT_MSGTYPE_NACK)) in ixgbevf_set_uc_addr_vf()
621 if (in_msg & IXGBE_VT_MSGTYPE_NACK) in ixgbe_check_mac_link_vf()
659 (msgbuf[0] & IXGBE_VT_MSGTYPE_NACK)) in ixgbevf_rlpml_set_vf()
H A Dixgbe_mbx.h45 #define IXGBE_VT_MSGTYPE_NACK 0x40000000 /* Messages below or'd with macro
/dpdk/drivers/net/ixgbe/
H A Dixgbe_pf.c843 if (msgbuf[0] & (IXGBE_VT_MSGTYPE_ACK | IXGBE_VT_MSGTYPE_NACK)) in ixgbe_rcv_msg_from_vf()
922 msgbuf[0] |= IXGBE_VT_MSGTYPE_NACK; in ixgbe_rcv_msg_from_vf()
936 uint32_t msg = IXGBE_VT_MSGTYPE_NACK; in ixgbe_rcv_ack_from_vf()
H A Dixgbe_ethdev.c4111 if (in_msg & IXGBE_VT_MSGTYPE_NACK) in ixgbevf_check_link()