Searched refs:IXGBE_VT_MSGTYPE_FAILURE (Results 1 – 3 of 3) sorted by relevance
114 msgbuf[0] != (IXGBE_VF_RESET | IXGBE_VT_MSGTYPE_FAILURE)) in ixgbevf_reset_hw_vf()274 if (msgbuf[0] == (msgbuf_chk | IXGBE_VT_MSGTYPE_FAILURE)) in ixgbevf_set_uc_addr_vf()342 if (msgbuf[0] == (IXGBE_VF_GET_RETA | IXGBE_VT_MSGTYPE_FAILURE)) in ixgbevf_get_reta_locked()410 if (msgbuf[0] == (IXGBE_VF_GET_RSS_KEY | IXGBE_VT_MSGTYPE_FAILURE)) in ixgbevf_get_rss_key_locked()449 (msgbuf[0] == (IXGBE_VF_SET_MAC_ADDR | IXGBE_VT_MSGTYPE_FAILURE))) { in ixgbevf_set_rar_vf()569 if (msgbuf[0] == (IXGBE_VF_UPDATE_XCAST_MODE | IXGBE_VT_MSGTYPE_FAILURE)) in ixgbevf_update_xcast_mode()605 if (err || (msgbuf[0] & IXGBE_VT_MSGTYPE_FAILURE)) { in ixgbevf_get_link_state_vf()761 if (in_msg & IXGBE_VT_MSGTYPE_FAILURE) in ixgbevf_check_mac_link_vf()867 (msgbuf[0] & IXGBE_VT_MSGTYPE_FAILURE)) in ixgbevf_set_rlpml_vf()
46 #define IXGBE_VT_MSGTYPE_FAILURE 0x40000000 /* Messages or'd with this macro
52 if (msgbuf[0] & IXGBE_VT_MSGTYPE_FAILURE && ret >= 0) in ixgbevf_ipsec_set_pf_sa()