Lines Matching full:pf
62 * PF: One set of operations for each VF to handle various API versions
80 #define IXGBE_VFMAILBOX_REQ 0x00000001 /* Request for PF Ready bit */
81 #define IXGBE_VFMAILBOX_ACK 0x00000002 /* Ack PF message received */
83 #define IXGBE_VFMAILBOX_PFU 0x00000008 /* PF owns the mailbox buffer */
84 #define IXGBE_VFMAILBOX_PFSTS 0x00000010 /* PF wrote a message in the MB */
85 #define IXGBE_VFMAILBOX_PFACK 0x00000020 /* PF ack the previous VF msg */
86 #define IXGBE_VFMAILBOX_RSTI 0x00000040 /* PF has reset indication */
87 #define IXGBE_VFMAILBOX_RSTD 0x00000080 /* PF has indicated reset done */
93 #define IXGBE_PFMAILBOX_PFU 0x00000008 /* PF owns the mailbox buffer */
103 * PF. The reverse is true if it is IXGBE_PF_*.
137 #define IXGBE_VF_SET_MAC_ADDR 0x02 /* VF requests PF to set MAC addr */
138 #define IXGBE_VF_SET_MULTICAST 0x03 /* VF requests PF to set MC addr */
139 #define IXGBE_VF_SET_VLAN 0x04 /* VF requests PF to set VLAN */
142 #define IXGBE_VF_SET_LPE 0x05 /* VF requests PF to set VMOLR.LPE */
143 #define IXGBE_VF_SET_MACVLAN 0x06 /* VF requests PF for unicast filter */
169 /* length of permanent address message returned from PF */
174 #define IXGBE_PF_CONTROL_MSG 0x0100 /* PF control message */
186 /* mailbox API, version 2.0 PF requests */