Go to the documentation of this file.
75 #define VFDI_EV_SEQ_LBN 24
76 #define VFDI_EV_SEQ_WIDTH 8
77 #define VFDI_EV_TYPE_LBN 16
78 #define VFDI_EV_TYPE_WIDTH 8
79 #define VFDI_EV_TYPE_REQ_WORD0 0
80 #define VFDI_EV_TYPE_REQ_WORD1 1
81 #define VFDI_EV_TYPE_REQ_WORD2 2
82 #define VFDI_EV_TYPE_REQ_WORD3 3
83 #define VFDI_EV_TYPE_STATUS 4
84 #define VFDI_EV_TYPE_RESET 5
85 #define VFDI_EV_DATA_LBN 0
86 #define VFDI_EV_DATA_WIDTH 16
122 #define VFDI_RC_SUCCESS 0
123 #define VFDI_RC_ENOMEM (-12)
124 #define VFDI_RC_EINVAL (-22)
125 #define VFDI_RC_EOPNOTSUPP (-95)
126 #define VFDI_RC_ETIMEDOUT (-110)
182 #define VFDI_RXQ_FLAG_SCATTER_EN 1
192 #define VFDI_TXQ_FLAG_IP_CSUM_DIS 1
193 #define VFDI_TXQ_FLAG_TCPUDP_CSUM_DIS 2
200 #define VFDI_MAC_FILTER_FLAG_RSS 1
201 #define VFDI_MAC_FILTER_FLAG_SCATTER 2