Lines Matching +full:0 +full:x600
9 #define WX_PXMAILBOX(i) (0x600 + (4 * (i))) /* i=[0,63] */
10 #define WX_PXMAILBOX_STS BIT(0) /* Initiate message send to VF */
15 #define WX_VXMAILBOX 0x600
16 #define WX_VXMAILBOX_REQ BIT(0) /* Request for PF Ready bit */
27 #define WX_VXMBMEM 0x00C00 /* 16*4B */
28 #define WX_PXMBMEM(i) (0x5000 + (64 * (i))) /* i=[0,63] */
30 #define WX_VFLRE(i) (0x4A0 + (4 * (i))) /* i=[0,1] */
31 #define WX_VFLREC(i) (0x4A8 + (4 * (i))) /* i=[0,1] */
34 #define WX_MBVFICR(i) (0x480 + (4 * (i))) /* i=[0,3] */
35 #define WX_MBVFICR_VFREQ_MASK GENMASK(15, 0)
51 #define WX_VF_RESET 0x01 /* VF requests reset */
52 #define WX_VF_SET_MAC_ADDR 0x02 /* VF requests PF to set MAC addr */
53 #define WX_VF_SET_MULTICAST 0x03 /* VF requests PF to set MC addr */
54 #define WX_VF_SET_VLAN 0x04 /* VF requests PF to set VLAN */
55 #define WX_VF_SET_LPE 0x05 /* VF requests PF to set VMOLR.LPE */
56 #define WX_VF_SET_MACVLAN 0x06 /* VF requests PF unicast filter */
57 #define WX_VF_API_NEGOTIATE 0x08 /* negotiate API version */
58 #define WX_VF_GET_QUEUES 0x09 /* get queue configuration */
59 #define WX_VF_GET_RETA 0x0a /* VF request for RETA */
60 #define WX_VF_GET_RSS_KEY 0x0b /* get RSS key */
61 #define WX_VF_UPDATE_XCAST_MODE 0x0c
62 #define WX_VF_GET_LINK_STATE 0x10 /* get vf link state */
63 #define WX_VF_GET_FW_VERSION 0x11 /* get fw version */
65 #define WX_VF_BACKUP 0x8001 /* VF requests backup */
68 #define WX_PF_NOFITY_VF_LINK_STATUS 0x1
79 WXVF_XCAST_MODE_NONE = 0,