Symbol: BIT_ULL
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
1951
#define I40E_PHY_TYPES_BITMASK (BIT_ULL(I40E_PHY_TYPE_SGMII) | \
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
1952
BIT_ULL(I40E_PHY_TYPE_1000BASE_KX) | \
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
1953
BIT_ULL(I40E_PHY_TYPE_10GBASE_KX4) | \
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
1954
BIT_ULL(I40E_PHY_TYPE_10GBASE_KR) | \
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
1955
BIT_ULL(I40E_PHY_TYPE_40GBASE_KR4) | \
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
1956
BIT_ULL(I40E_PHY_TYPE_XAUI) | \
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
1957
BIT_ULL(I40E_PHY_TYPE_XFI) | \
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
1958
BIT_ULL(I40E_PHY_TYPE_SFI) | \
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
1959
BIT_ULL(I40E_PHY_TYPE_XLAUI) | \
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
1960
BIT_ULL(I40E_PHY_TYPE_XLPPI) | \
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
1961
BIT_ULL(I40E_PHY_TYPE_40GBASE_CR4_CU) | \
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
1962
BIT_ULL(I40E_PHY_TYPE_10GBASE_CR1_CU) | \
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
1963
BIT_ULL(I40E_PHY_TYPE_10GBASE_AOC) | \
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
1964
BIT_ULL(I40E_PHY_TYPE_40GBASE_AOC) | \
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
1965
BIT_ULL(I40E_PHY_TYPE_UNRECOGNIZED) | \
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
1966
BIT_ULL(I40E_PHY_TYPE_UNSUPPORTED) | \
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
1967
BIT_ULL(I40E_PHY_TYPE_100BASE_TX) | \
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
1968
BIT_ULL(I40E_PHY_TYPE_1000BASE_T) | \
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
1969
BIT_ULL(I40E_PHY_TYPE_10GBASE_T) | \
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
1970
BIT_ULL(I40E_PHY_TYPE_10GBASE_SR) | \
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
1971
BIT_ULL(I40E_PHY_TYPE_10GBASE_LR) | \
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
1972
BIT_ULL(I40E_PHY_TYPE_10GBASE_SFPP_CU) | \
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
1973
BIT_ULL(I40E_PHY_TYPE_10GBASE_CR1) | \
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
1974
BIT_ULL(I40E_PHY_TYPE_40GBASE_CR4) | \
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
1975
BIT_ULL(I40E_PHY_TYPE_40GBASE_SR4) | \
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
1976
BIT_ULL(I40E_PHY_TYPE_40GBASE_LR4) | \
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
1977
BIT_ULL(I40E_PHY_TYPE_1000BASE_SX) | \
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
1978
BIT_ULL(I40E_PHY_TYPE_1000BASE_LX) | \
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
1979
BIT_ULL(I40E_PHY_TYPE_1000BASE_T_OPTICAL) | \
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
1980
BIT_ULL(I40E_PHY_TYPE_20GBASE_KR2) | \
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
1981
BIT_ULL(I40E_PHY_TYPE_25GBASE_KR) | \
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
1982
BIT_ULL(I40E_PHY_TYPE_25GBASE_CR) | \
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
1983
BIT_ULL(I40E_PHY_TYPE_25GBASE_SR) | \
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
1984
BIT_ULL(I40E_PHY_TYPE_25GBASE_LR) | \
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
1985
BIT_ULL(I40E_PHY_TYPE_25GBASE_AOC) | \
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
1986
BIT_ULL(I40E_PHY_TYPE_25GBASE_ACC) | \
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
1987
BIT_ULL(I40E_PHY_TYPE_2_5GBASE_T) | \
usr/src/uts/common/io/i40e/core/i40e_adminq_cmd.h
1988
BIT_ULL(I40E_PHY_TYPE_5GBASE_T))
usr/src/uts/common/io/i40e/core/i40e_common.c
7139
(u32)((tx_counter + BIT_ULL(32)) - *tx_offset);
usr/src/uts/common/io/i40e/core/i40e_common.c
7142
(u32)((rx_counter + BIT_ULL(32)) - *rx_offset);
usr/src/uts/common/io/i40e/core/i40e_hmc.h
139
val3 = (sd_index) | BIT_ULL(I40E_PFHMC_SDCMD_PMSDWR_SHIFT); \
usr/src/uts/common/io/i40e/core/i40e_hmc.h
158
val3 = (sd_index) | BIT_ULL(I40E_PFHMC_SDCMD_PMSDWR_SHIFT); \
usr/src/uts/common/io/i40e/core/i40e_lan_hmc.c
1104
mask = BIT_ULL(ce_info->width) - 1;
usr/src/uts/common/io/i40e/core/i40e_lan_hmc.c
140
obj->size = BIT_ULL(size_exp);
usr/src/uts/common/io/i40e/core/i40e_lan_hmc.c
163
obj->size = BIT_ULL(size_exp);
usr/src/uts/common/io/i40e/core/i40e_lan_hmc.c
186
obj->size = BIT_ULL(size_exp);
usr/src/uts/common/io/i40e/core/i40e_lan_hmc.c
209
obj->size = BIT_ULL(size_exp);
usr/src/uts/common/io/i40e/core/i40e_lan_hmc.c
921
mask = BIT_ULL(ce_info->width) - 1;
usr/src/uts/common/io/i40e/core/i40e_type.h
1052
#define I40E_RXD_QW1_LENGTH_SPH_MASK BIT_ULL(I40E_RXD_QW1_LENGTH_SPH_SHIFT)
usr/src/uts/common/io/i40e/core/i40e_type.h
1255
#define I40E_TXD_CTX_UDP_TUNNELING BIT_ULL(I40E_TXD_CTX_QW0_NATT_SHIFT)
usr/src/uts/common/io/i40e/core/i40e_type.h
1259
#define I40E_TXD_CTX_QW0_EIP_NOINC_MASK BIT_ULL(I40E_TXD_CTX_QW0_EIP_NOINC_SHIFT)
usr/src/uts/common/io/i40e/core/i40e_type.h
1272
#define I40E_TXD_CTX_QW0_L4T_CS_MASK BIT_ULL(I40E_TXD_CTX_QW0_L4T_CS_SHIFT)
usr/src/uts/common/io/i40e/core/i40e_type.h
1375
#define I40E_TXD_FLTR_QW1_CNT_ENA_MASK BIT_ULL(I40E_TXD_FLTR_QW1_CNT_ENA_SHIFT)
usr/src/uts/common/io/i40e/core/i40e_type.h
1384
#define I40E_TXD_FLTR_QW1_ATR_MASK BIT_ULL(I40E_TXD_FLTR_QW1_ATR_SHIFT)
usr/src/uts/common/io/i40e/core/i40e_type.h
301
#define I40E_CAP_PHY_TYPE_SGMII BIT_ULL(I40E_PHY_TYPE_SGMII)
usr/src/uts/common/io/i40e/core/i40e_type.h
302
#define I40E_CAP_PHY_TYPE_1000BASE_KX BIT_ULL(I40E_PHY_TYPE_1000BASE_KX)
usr/src/uts/common/io/i40e/core/i40e_type.h
303
#define I40E_CAP_PHY_TYPE_10GBASE_KX4 BIT_ULL(I40E_PHY_TYPE_10GBASE_KX4)
usr/src/uts/common/io/i40e/core/i40e_type.h
304
#define I40E_CAP_PHY_TYPE_10GBASE_KR BIT_ULL(I40E_PHY_TYPE_10GBASE_KR)
usr/src/uts/common/io/i40e/core/i40e_type.h
305
#define I40E_CAP_PHY_TYPE_40GBASE_KR4 BIT_ULL(I40E_PHY_TYPE_40GBASE_KR4)
usr/src/uts/common/io/i40e/core/i40e_type.h
306
#define I40E_CAP_PHY_TYPE_XAUI BIT_ULL(I40E_PHY_TYPE_XAUI)
usr/src/uts/common/io/i40e/core/i40e_type.h
307
#define I40E_CAP_PHY_TYPE_XFI BIT_ULL(I40E_PHY_TYPE_XFI)
usr/src/uts/common/io/i40e/core/i40e_type.h
308
#define I40E_CAP_PHY_TYPE_SFI BIT_ULL(I40E_PHY_TYPE_SFI)
usr/src/uts/common/io/i40e/core/i40e_type.h
309
#define I40E_CAP_PHY_TYPE_XLAUI BIT_ULL(I40E_PHY_TYPE_XLAUI)
usr/src/uts/common/io/i40e/core/i40e_type.h
310
#define I40E_CAP_PHY_TYPE_XLPPI BIT_ULL(I40E_PHY_TYPE_XLPPI)
usr/src/uts/common/io/i40e/core/i40e_type.h
311
#define I40E_CAP_PHY_TYPE_40GBASE_CR4_CU BIT_ULL(I40E_PHY_TYPE_40GBASE_CR4_CU)
usr/src/uts/common/io/i40e/core/i40e_type.h
312
#define I40E_CAP_PHY_TYPE_10GBASE_CR1_CU BIT_ULL(I40E_PHY_TYPE_10GBASE_CR1_CU)
usr/src/uts/common/io/i40e/core/i40e_type.h
313
#define I40E_CAP_PHY_TYPE_10GBASE_AOC BIT_ULL(I40E_PHY_TYPE_10GBASE_AOC)
usr/src/uts/common/io/i40e/core/i40e_type.h
314
#define I40E_CAP_PHY_TYPE_40GBASE_AOC BIT_ULL(I40E_PHY_TYPE_40GBASE_AOC)
usr/src/uts/common/io/i40e/core/i40e_type.h
315
#define I40E_CAP_PHY_TYPE_100BASE_TX BIT_ULL(I40E_PHY_TYPE_100BASE_TX)
usr/src/uts/common/io/i40e/core/i40e_type.h
316
#define I40E_CAP_PHY_TYPE_1000BASE_T BIT_ULL(I40E_PHY_TYPE_1000BASE_T)
usr/src/uts/common/io/i40e/core/i40e_type.h
317
#define I40E_CAP_PHY_TYPE_10GBASE_T BIT_ULL(I40E_PHY_TYPE_10GBASE_T)
usr/src/uts/common/io/i40e/core/i40e_type.h
318
#define I40E_CAP_PHY_TYPE_10GBASE_SR BIT_ULL(I40E_PHY_TYPE_10GBASE_SR)
usr/src/uts/common/io/i40e/core/i40e_type.h
319
#define I40E_CAP_PHY_TYPE_10GBASE_LR BIT_ULL(I40E_PHY_TYPE_10GBASE_LR)
usr/src/uts/common/io/i40e/core/i40e_type.h
320
#define I40E_CAP_PHY_TYPE_10GBASE_SFPP_CU BIT_ULL(I40E_PHY_TYPE_10GBASE_SFPP_CU)
usr/src/uts/common/io/i40e/core/i40e_type.h
321
#define I40E_CAP_PHY_TYPE_10GBASE_CR1 BIT_ULL(I40E_PHY_TYPE_10GBASE_CR1)
usr/src/uts/common/io/i40e/core/i40e_type.h
322
#define I40E_CAP_PHY_TYPE_40GBASE_CR4 BIT_ULL(I40E_PHY_TYPE_40GBASE_CR4)
usr/src/uts/common/io/i40e/core/i40e_type.h
323
#define I40E_CAP_PHY_TYPE_40GBASE_SR4 BIT_ULL(I40E_PHY_TYPE_40GBASE_SR4)
usr/src/uts/common/io/i40e/core/i40e_type.h
324
#define I40E_CAP_PHY_TYPE_40GBASE_LR4 BIT_ULL(I40E_PHY_TYPE_40GBASE_LR4)
usr/src/uts/common/io/i40e/core/i40e_type.h
325
#define I40E_CAP_PHY_TYPE_1000BASE_SX BIT_ULL(I40E_PHY_TYPE_1000BASE_SX)
usr/src/uts/common/io/i40e/core/i40e_type.h
326
#define I40E_CAP_PHY_TYPE_1000BASE_LX BIT_ULL(I40E_PHY_TYPE_1000BASE_LX)
usr/src/uts/common/io/i40e/core/i40e_type.h
328
BIT_ULL(I40E_PHY_TYPE_1000BASE_T_OPTICAL)
usr/src/uts/common/io/i40e/core/i40e_type.h
329
#define I40E_CAP_PHY_TYPE_20GBASE_KR2 BIT_ULL(I40E_PHY_TYPE_20GBASE_KR2)
usr/src/uts/common/io/i40e/core/i40e_type.h
338
#define I40E_CAP_PHY_TYPE_25GBASE_KR BIT_ULL(I40E_PHY_TYPE_25GBASE_KR + \
usr/src/uts/common/io/i40e/core/i40e_type.h
340
#define I40E_CAP_PHY_TYPE_25GBASE_CR BIT_ULL(I40E_PHY_TYPE_25GBASE_CR + \
usr/src/uts/common/io/i40e/core/i40e_type.h
342
#define I40E_CAP_PHY_TYPE_25GBASE_SR BIT_ULL(I40E_PHY_TYPE_25GBASE_SR + \
usr/src/uts/common/io/i40e/core/i40e_type.h
344
#define I40E_CAP_PHY_TYPE_25GBASE_LR BIT_ULL(I40E_PHY_TYPE_25GBASE_LR + \
usr/src/uts/common/io/i40e/core/i40e_type.h
346
#define I40E_CAP_PHY_TYPE_25GBASE_AOC BIT_ULL(I40E_PHY_TYPE_25GBASE_AOC + \
usr/src/uts/common/io/i40e/core/i40e_type.h
348
#define I40E_CAP_PHY_TYPE_25GBASE_ACC BIT_ULL(I40E_PHY_TYPE_25GBASE_ACC + \
usr/src/uts/common/io/i40e/core/i40e_type.h
352
#define I40E_CAP_PHY_TYPE_2_5GBASE_T BIT_ULL(I40E_PHY_TYPE_2_5GBASE_T + \
usr/src/uts/common/io/i40e/core/i40e_type.h
354
#define I40E_CAP_PHY_TYPE_5GBASE_T BIT_ULL(I40E_PHY_TYPE_5GBASE_T + \
usr/src/uts/common/io/i40e/core/i40e_type.h
754
#define I40E_HW_FLAG_AQ_SRCTL_ACCESS_ENABLE BIT_ULL(0)
usr/src/uts/common/io/i40e/core/i40e_type.h
755
#define I40E_HW_FLAG_802_1AD_CAPABLE BIT_ULL(1)
usr/src/uts/common/io/i40e/core/i40e_type.h
756
#define I40E_HW_FLAG_AQ_PHY_ACCESS_CAPABLE BIT_ULL(2)
usr/src/uts/common/io/i40e/core/i40e_type.h
757
#define I40E_HW_FLAG_NVM_READ_REQUIRES_LOCK BIT_ULL(3)
usr/src/uts/common/io/i40e/core/i40e_type.h
758
#define I40E_HW_FLAG_FW_LLDP_STOPPABLE BIT_ULL(4)
usr/src/uts/common/io/i40e/core/i40e_type.h
759
#define I40E_HW_FLAG_FW_LLDP_PERSISTENT BIT_ULL(5)
usr/src/uts/common/io/i40e/core/i40e_type.h
760
#define I40E_HW_FLAG_AQ_PHY_ACCESS_EXTENDED BIT_ULL(6)
usr/src/uts/common/io/i40e/core/i40e_type.h
761
#define I40E_HW_FLAG_DROP_MODE BIT_ULL(7)
usr/src/uts/common/io/i40e/core/i40e_type.h
762
#define I40E_HW_FLAG_X722_FEC_REQUEST_CAPABLE BIT_ULL(8)
usr/src/uts/common/io/i40e/core/i40e_type.h
906
#define I40E_RXD_QW1_STATUS_TSYNVALID_MASK BIT_ULL(I40E_RXD_QW1_STATUS_TSYNVALID_SHIFT)
usr/src/uts/common/io/ixgbe/core/ixgbe_type_e610.h
43
#ifndef BIT_ULL
usr/src/uts/common/io/ixgbe/core/ixgbe_type_e610.h
786
#define IXGBE_PHY_TYPE_LOW_100BASE_TX BIT_ULL(0)
usr/src/uts/common/io/ixgbe/core/ixgbe_type_e610.h
787
#define IXGBE_PHY_TYPE_LOW_100M_SGMII BIT_ULL(1)
usr/src/uts/common/io/ixgbe/core/ixgbe_type_e610.h
788
#define IXGBE_PHY_TYPE_LOW_1000BASE_T BIT_ULL(2)
usr/src/uts/common/io/ixgbe/core/ixgbe_type_e610.h
789
#define IXGBE_PHY_TYPE_LOW_1000BASE_SX BIT_ULL(3)
usr/src/uts/common/io/ixgbe/core/ixgbe_type_e610.h
790
#define IXGBE_PHY_TYPE_LOW_1000BASE_LX BIT_ULL(4)
usr/src/uts/common/io/ixgbe/core/ixgbe_type_e610.h
791
#define IXGBE_PHY_TYPE_LOW_1000BASE_KX BIT_ULL(5)
usr/src/uts/common/io/ixgbe/core/ixgbe_type_e610.h
792
#define IXGBE_PHY_TYPE_LOW_1G_SGMII BIT_ULL(6)
usr/src/uts/common/io/ixgbe/core/ixgbe_type_e610.h
793
#define IXGBE_PHY_TYPE_LOW_2500BASE_T BIT_ULL(7)
usr/src/uts/common/io/ixgbe/core/ixgbe_type_e610.h
794
#define IXGBE_PHY_TYPE_LOW_2500BASE_X BIT_ULL(8)
usr/src/uts/common/io/ixgbe/core/ixgbe_type_e610.h
795
#define IXGBE_PHY_TYPE_LOW_2500BASE_KX BIT_ULL(9)
usr/src/uts/common/io/ixgbe/core/ixgbe_type_e610.h
796
#define IXGBE_PHY_TYPE_LOW_5GBASE_T BIT_ULL(10)
usr/src/uts/common/io/ixgbe/core/ixgbe_type_e610.h
797
#define IXGBE_PHY_TYPE_LOW_5GBASE_KR BIT_ULL(11)
usr/src/uts/common/io/ixgbe/core/ixgbe_type_e610.h
798
#define IXGBE_PHY_TYPE_LOW_10GBASE_T BIT_ULL(12)
usr/src/uts/common/io/ixgbe/core/ixgbe_type_e610.h
799
#define IXGBE_PHY_TYPE_LOW_10G_SFI_DA BIT_ULL(13)
usr/src/uts/common/io/ixgbe/core/ixgbe_type_e610.h
800
#define IXGBE_PHY_TYPE_LOW_10GBASE_SR BIT_ULL(14)
usr/src/uts/common/io/ixgbe/core/ixgbe_type_e610.h
801
#define IXGBE_PHY_TYPE_LOW_10GBASE_LR BIT_ULL(15)
usr/src/uts/common/io/ixgbe/core/ixgbe_type_e610.h
802
#define IXGBE_PHY_TYPE_LOW_10GBASE_KR_CR1 BIT_ULL(16)
usr/src/uts/common/io/ixgbe/core/ixgbe_type_e610.h
803
#define IXGBE_PHY_TYPE_LOW_10G_SFI_AOC_ACC BIT_ULL(17)
usr/src/uts/common/io/ixgbe/core/ixgbe_type_e610.h
804
#define IXGBE_PHY_TYPE_LOW_10G_SFI_C2C BIT_ULL(18)
usr/src/uts/common/io/ixgbe/core/ixgbe_type_e610.h
807
#define IXGBE_PHY_TYPE_HIGH_10BASE_T BIT_ULL(1)
usr/src/uts/common/io/ixgbe/core/ixgbe_type_e610.h
808
#define IXGBE_PHY_TYPE_HIGH_10M_SGMII BIT_ULL(2)
usr/src/uts/common/io/ixgbe/core/ixgbe_type_e610.h
809
#define IXGBE_PHY_TYPE_HIGH_2500M_SGMII BIT_ULL(56)
usr/src/uts/common/io/ixgbe/core/ixgbe_type_e610.h
810
#define IXGBE_PHY_TYPE_HIGH_100M_USXGMII BIT_ULL(57)
usr/src/uts/common/io/ixgbe/core/ixgbe_type_e610.h
811
#define IXGBE_PHY_TYPE_HIGH_1G_USXGMII BIT_ULL(58)
usr/src/uts/common/io/ixgbe/core/ixgbe_type_e610.h
812
#define IXGBE_PHY_TYPE_HIGH_2500M_USXGMII BIT_ULL(59)
usr/src/uts/common/io/ixgbe/core/ixgbe_type_e610.h
813
#define IXGBE_PHY_TYPE_HIGH_5G_USXGMII BIT_ULL(60)
usr/src/uts/common/io/ixgbe/core/ixgbe_type_e610.h
814
#define IXGBE_PHY_TYPE_HIGH_10G_USXGMII BIT_ULL(61)