Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/wangxun/libwx/
H A Dwx_mbx.h21 #define WX_VXMAILBOX_PFACK BIT(5) /* PF ack the previous VF msg */ macro
25 WX_VXMAILBOX_PFSTS | WX_VXMAILBOX_PFACK)
H A Dwx_mbx.c232 return wx_check_for_bit_vf(wx, WX_VXMAILBOX_PFACK); in wx_check_for_ack_vf()