Symbol: SET_BIT
usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ecore_sp_verbs.h
27
#define ECORE_SET_BIT_NA(bit, var) SET_BIT(*(var), bit)
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_devinfo.c
3834
SET_BIT( abs_func_vector, 0 );
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_devinfo.c
3835
SET_BIT( abs_func_vector, 1 );
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_devinfo.c
3842
SET_BIT( abs_func_vector, 0 );
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_devinfo.c
3843
SET_BIT( abs_func_vector, 1 );
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_devinfo.c
3844
SET_BIT( abs_func_vector, 2 );
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_devinfo.c
3845
SET_BIT( abs_func_vector, 3 );
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_devinfo.c
3846
SET_BIT( abs_func_vector, 4 );
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_devinfo.c
3847
SET_BIT( abs_func_vector, 5 );
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_devinfo.c
3848
SET_BIT( abs_func_vector, 6 );
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_devinfo.c
3849
SET_BIT( abs_func_vector, 7 );
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_devinfo.c
3867
SET_BIT( abs_func_vector, (0 + path_id) );
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_devinfo.c
3868
SET_BIT( abs_func_vector, (2 + path_id) );
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_devinfo.c
3869
SET_BIT( abs_func_vector, (4 + path_id) );
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_devinfo.c
3870
SET_BIT( abs_func_vector, (6 + path_id) );
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_devinfo.c
3876
SET_BIT( abs_func_vector, path_id );
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_devinfo.c
3890
SET_BIT( abs_func_vector, (0 + path_id) );
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_devinfo.c
3891
SET_BIT( abs_func_vector, (2 + path_id) );
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_devinfo.c
3892
SET_BIT( abs_func_vector, (4 + path_id) );
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_devinfo.c
3893
SET_BIT( abs_func_vector, (6 + path_id) );
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_devinfo.c
3899
SET_BIT( abs_func_vector, (0 + path_id) );
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_devinfo.c
3900
SET_BIT( abs_func_vector, (2 + path_id) );
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_devinfo.c
3901
SET_BIT( abs_func_vector, (4 + path_id) );
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_devinfo.c
3910
SET_BIT( abs_func_vector, (0 + path_id) );
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_devinfo.c
3911
SET_BIT( abs_func_vector, (2 + path_id) );
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_devinfo.c
3918
SET_BIT( abs_func_vector, (0 + path_id) );
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_devinfo.c
3919
SET_BIT( abs_func_vector, (2 + path_id) );
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_devinfo.c
3920
SET_BIT( abs_func_vector, (4 + path_id) );
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_sp.c
1584
SET_BIT( ramrod_param.ramrod_flags, RAMROD_EXEC );
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_sp.c
1589
SET_BIT (ramrod_param.user_req.vlan_mac_flags, ECORE_ETH_MAC);
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_sp.c
1593
SET_BIT (ramrod_param.user_req.vlan_mac_flags, ECORE_ISCSI_ETH_MAC);
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_sp.c
1720
SET_BIT( ramrod_param.ramrod_flags, RAMROD_EXEC );
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_sp.c
1816
SET_BIT( ramrod_param.ramrod_flags, RAMROD_EXEC );
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_sp.c
1935
SET_BIT( ramrod_params.ramrod_flags, RAMROD_COMP_WAIT);
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_sp.c
1939
SET_BIT( ramrod_params.user_req.vlan_mac_flags, mac_types[idx]);
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_sp.c
2931
SET_BIT( ramrod_flags, RAMROD_CONT );
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_sp.c
3048
SET_BIT( (p.ramrod_flags), RAMROD_CONT );
usr/src/uts/common/io/sata/adapters/si3124/si3124.c
4824
SET_BIT(mask, port);