Lines Matching refs:BIT_ULL
304 #define IAVF_FLAG_AQ_ENABLE_QUEUES BIT_ULL(0)
305 #define IAVF_FLAG_AQ_DISABLE_QUEUES BIT_ULL(1)
306 #define IAVF_FLAG_AQ_ADD_MAC_FILTER BIT_ULL(2)
307 #define IAVF_FLAG_AQ_ADD_VLAN_FILTER BIT_ULL(3)
308 #define IAVF_FLAG_AQ_DEL_MAC_FILTER BIT_ULL(4)
309 #define IAVF_FLAG_AQ_DEL_VLAN_FILTER BIT_ULL(5)
310 #define IAVF_FLAG_AQ_CONFIGURE_QUEUES BIT_ULL(6)
311 #define IAVF_FLAG_AQ_MAP_VECTORS BIT_ULL(7)
312 #define IAVF_FLAG_AQ_HANDLE_RESET BIT_ULL(8)
313 #define IAVF_FLAG_AQ_CONFIGURE_RSS BIT_ULL(9) /* direct AQ config */
314 #define IAVF_FLAG_AQ_GET_CONFIG BIT_ULL(10)
316 #define IAVF_FLAG_AQ_GET_RSS_HASHCFG BIT_ULL(11)
317 #define IAVF_FLAG_AQ_SET_RSS_HASHCFG BIT_ULL(12)
318 #define IAVF_FLAG_AQ_SET_RSS_KEY BIT_ULL(13)
319 #define IAVF_FLAG_AQ_SET_RSS_LUT BIT_ULL(14)
320 #define IAVF_FLAG_AQ_SET_RSS_HFUNC BIT_ULL(15)
321 #define IAVF_FLAG_AQ_CONFIGURE_PROMISC_MODE BIT_ULL(16)
322 #define IAVF_FLAG_AQ_ENABLE_VLAN_STRIPPING BIT_ULL(19)
323 #define IAVF_FLAG_AQ_DISABLE_VLAN_STRIPPING BIT_ULL(20)
324 #define IAVF_FLAG_AQ_ENABLE_CHANNELS BIT_ULL(21)
325 #define IAVF_FLAG_AQ_DISABLE_CHANNELS BIT_ULL(22)
326 #define IAVF_FLAG_AQ_ADD_CLOUD_FILTER BIT_ULL(23)
327 #define IAVF_FLAG_AQ_DEL_CLOUD_FILTER BIT_ULL(24)
328 #define IAVF_FLAG_AQ_ADD_FDIR_FILTER BIT_ULL(25)
329 #define IAVF_FLAG_AQ_DEL_FDIR_FILTER BIT_ULL(26)
330 #define IAVF_FLAG_AQ_ADD_ADV_RSS_CFG BIT_ULL(27)
331 #define IAVF_FLAG_AQ_DEL_ADV_RSS_CFG BIT_ULL(28)
332 #define IAVF_FLAG_AQ_REQUEST_STATS BIT_ULL(29)
333 #define IAVF_FLAG_AQ_GET_OFFLOAD_VLAN_V2_CAPS BIT_ULL(30)
334 #define IAVF_FLAG_AQ_ENABLE_CTAG_VLAN_STRIPPING BIT_ULL(31)
335 #define IAVF_FLAG_AQ_DISABLE_CTAG_VLAN_STRIPPING BIT_ULL(32)
336 #define IAVF_FLAG_AQ_ENABLE_STAG_VLAN_STRIPPING BIT_ULL(33)
337 #define IAVF_FLAG_AQ_DISABLE_STAG_VLAN_STRIPPING BIT_ULL(34)
338 #define IAVF_FLAG_AQ_ENABLE_CTAG_VLAN_INSERTION BIT_ULL(35)
339 #define IAVF_FLAG_AQ_DISABLE_CTAG_VLAN_INSERTION BIT_ULL(36)
340 #define IAVF_FLAG_AQ_ENABLE_STAG_VLAN_INSERTION BIT_ULL(37)
341 #define IAVF_FLAG_AQ_DISABLE_STAG_VLAN_INSERTION BIT_ULL(38)
342 #define IAVF_FLAG_AQ_CONFIGURE_QUEUES_BW BIT_ULL(39)
343 #define IAVF_FLAG_AQ_CFG_QUEUES_QUANTA_SIZE BIT_ULL(40)
344 #define IAVF_FLAG_AQ_GET_QOS_CAPS BIT_ULL(41)
345 #define IAVF_FLAG_AQ_GET_SUPPORTED_RXDIDS BIT_ULL(42)
346 #define IAVF_FLAG_AQ_GET_PTP_CAPS BIT_ULL(43)
347 #define IAVF_FLAG_AQ_SEND_PTP_CMD BIT_ULL(44)
365 #define IAVF_EXTENDED_CAP_SEND_VLAN_V2 BIT_ULL(0)
366 #define IAVF_EXTENDED_CAP_RECV_VLAN_V2 BIT_ULL(1)
367 #define IAVF_EXTENDED_CAP_SEND_RXDID BIT_ULL(2)
368 #define IAVF_EXTENDED_CAP_RECV_RXDID BIT_ULL(3)
369 #define IAVF_EXTENDED_CAP_SEND_PTP BIT_ULL(4)
370 #define IAVF_EXTENDED_CAP_RECV_PTP BIT_ULL(5)