Home
last modified time | relevance | path

Searched refs:medium (Results 1 – 25 of 57) sorted by relevance

123

/titanic_41/usr/src/test/util-tests/tests/dladm/
H A Dset-linkprop.ksh167 set_prop_pass $vm_pvnic "-t" priority medium
168 validate_prop $vm_pvnic priority medium
169 validate_not_pprop $vm_pvnic priority medium
192 set_prop_pass $vm_tvnic "-t" priority medium
193 validate_prop $vm_tvnic priority medium
194 validate_not_pprop $vm_tvnic priority medium
/titanic_41/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/
H A Dlm_phy.c519 u32_t medium = 0; in lm_get_speed_medium_from_elink_line_speed() local
524 medium = LM_MEDIUM_SPEED_10MBPS; in lm_get_speed_medium_from_elink_line_speed()
528 medium = LM_MEDIUM_SPEED_100MBPS; in lm_get_speed_medium_from_elink_line_speed()
532 medium = LM_MEDIUM_SPEED_1000MBPS; in lm_get_speed_medium_from_elink_line_speed()
536 medium = LM_MEDIUM_SPEED_2500MBPS; in lm_get_speed_medium_from_elink_line_speed()
540 medium = LM_MEDIUM_SPEED_10GBPS; in lm_get_speed_medium_from_elink_line_speed()
544 medium = LM_MEDIUM_SPEED_20GBPS; in lm_get_speed_medium_from_elink_line_speed()
551 return medium; in lm_get_speed_medium_from_elink_line_speed()
673 u32_t medium = 0; // LM_MEDIUM_XXX in get_link_params() local
681 SET_MEDIUM_SPEED(pdev->vars.medium,LM_MEDIUM_SPEED_10GBPS); in get_link_params()
[all …]
H A Dlm_niv.c222 mm_indicate_link(pdev, pdev->vars.link_status, pdev->vars.medium); in lm_niv_vif_enable()
245 mm_indicate_link(pdev, pdev->vars.link_status, pdev->vars.medium); in lm_niv_vif_disable()
H A Dlm_hw_attn.c1092 mm_indicate_link(pdev, pdev->vars.link_status, pdev->vars.medium); in lm_spio5_attn_everest_processing()
1271 mm_indicate_link(pdev, pdev->vars.link_status, pdev->vars.medium); in lm_set_bandwidth_event()
1345 mm_indicate_link(pdev, pdev->vars.link_status, pdev->vars.medium); in lm_ufp_pf_disable()
/titanic_41/usr/src/lib/libmvec/common/
H A D__vsincosf.c104 medium = 1; \
139 if (medium) { \
171 int n0 = 0, n1 = 0, n2 = 0, n3, hx, ix, medium; in __vsincosf() local
184 medium = 0; in __vsincosf()
203 if (medium) { in __vsincosf()
H A D__vcosf.c103 medium = 1; \
127 if (medium) { \
151 int n0 = 0, n1 = 0, n2 = 0, n3, hx, ix, medium; in __vcosf() local
162 medium = 0; in __vcosf()
180 if (medium) { in __vcosf()
H A D__vsinf.c103 medium = 1; \
131 if (medium) { \
155 int n0 = 0, n1 = 0, n2 = 0, n3, hx, ix, medium; in __vsinf() local
166 medium = 0; in __vsinf()
184 if (medium) { in __vsinf()
/titanic_41/usr/src/lib/libdiskmgt/common/
H A Dmedia.c154 descriptor_t *medium = NULL; in media_get_descriptor_by_name() local
163 medium = media[i]; in media_get_descriptor_by_name()
171 if (medium == NULL) { in media_get_descriptor_by_name()
175 return (medium); in media_get_descriptor_by_name()
/titanic_41/usr/src/uts/common/io/bnxe/
H A Dbnxe_hw.c156 lm_medium_t medium = 0; in BnxeHwReqPhyMediumSettings() local
421 medium |= (LM_MEDIUM_SPEED_10MBPS | LM_MEDIUM_HALF_DUPLEX); in BnxeHwReqPhyMediumSettings()
440 medium |= (LM_MEDIUM_SPEED_10MBPS | LM_MEDIUM_FULL_DUPLEX); in BnxeHwReqPhyMediumSettings()
459 medium |= (LM_MEDIUM_SPEED_100MBPS | LM_MEDIUM_HALF_DUPLEX); in BnxeHwReqPhyMediumSettings()
478 medium |= (LM_MEDIUM_SPEED_100MBPS | LM_MEDIUM_FULL_DUPLEX); in BnxeHwReqPhyMediumSettings()
497 medium |= (LM_MEDIUM_SPEED_1000MBPS | LM_MEDIUM_FULL_DUPLEX); in BnxeHwReqPhyMediumSettings()
516 medium |= (LM_MEDIUM_SPEED_10GBPS | LM_MEDIUM_FULL_DUPLEX); in BnxeHwReqPhyMediumSettings()
535 medium |= (LM_MEDIUM_SPEED_20GBPS | LM_MEDIUM_FULL_DUPLEX); in BnxeHwReqPhyMediumSettings()
551 if (medium) in BnxeHwReqPhyMediumSettings()
556 medium = LM_MEDIUM_SPEED_AUTONEG; /* 0x0000 */ in BnxeHwReqPhyMediumSettings()
[all …]
H A Dbnxe_mm.c956 lm_medium_t medium) in BnxeLinkStatus() argument
993 if (GET_MEDIUM_DUPLEX(medium) == LM_MEDIUM_HALF_DUPLEX) in BnxeLinkStatus()
1033 switch (GET_MEDIUM_SPEED(medium)) in BnxeLinkStatus()
1103 if ((GET_MEDIUM_SPEED(medium) >= LM_MEDIUM_SPEED_SEQ_START) && in BnxeLinkStatus()
1104 (GET_MEDIUM_SPEED(medium) <= LM_MEDIUM_SPEED_SEQ_END)) in BnxeLinkStatus()
1106 pUM->props.link_speed = (((GET_MEDIUM_SPEED(medium) >> 8) - in BnxeLinkStatus()
1135 lm_medium_t medium) in mm_indicate_link() argument
1141 (pUM->devParams.lastIndMedium == medium)) in mm_indicate_link()
1147 pUM->devParams.lastIndMedium = medium; in mm_indicate_link()
1149 BnxeLinkStatus(pUM, link, medium); in mm_indicate_link()
/titanic_41/usr/src/cmd/sendmail/cf/feature/
H A Dbestmx_is_local.m439 # low to medium traffic hosts. If you use the limited bestmx
/titanic_41/usr/src/lib/libbc/inc/include/sun/
H A Ddkio.h222 u_char medium; /* medium type. Unused, why have it? history! */ member
/titanic_41/usr/src/cmd/cmd-inet/etc/
H A Dipqosconf.1.sample33 # low medium and high respectively.
/titanic_41/usr/src/cmd/bnu/
H A DGrades70 medium S Any User Any
/titanic_41/usr/src/tools/onbld/
H A DTHIRDPARTYLICENSE80 source code as you receive it, in any medium, provided that you
131 a storage or distribution medium does not bring the other work under
140 1 and 2 above on a medium customarily used for software interchange; or,
146 distributed under the terms of Sections 1 and 2 above on a medium
/titanic_41/usr/src/grub/grub-0.97/
H A DCOPYING80 source code as you receive it, in any medium, provided that you
131 a storage or distribution medium does not bring the other work under
140 1 and 2 above on a medium customarily used for software interchange; or,
146 distributed under the terms of Sections 1 and 2 above on a medium
/titanic_41/usr/src/cmd/powertop/common/
H A DCOPYING80 source code as you receive it, in any medium, provided that you
131 a storage or distribution medium does not bring the other work under
140 1 and 2 above on a medium customarily used for software interchange; or,
146 distributed under the terms of Sections 1 and 2 above on a medium
/titanic_41/usr/src/lib/libmvec/common/vis/
H A D__vsincos.S269 fmuld %f0,invpio2,%f6 ! x * invpio2, for medium range
277 bl,pn %icc,.medium
451 .medium: label
/titanic_41/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A DTHIRDPARTYLICENSE174 source code as you receive it, in any medium, provided that you
225 a storage or distribution medium does not bring the other work under
234 1 and 2 above on a medium customarily used for software interchange; or,
240 distributed under the terms of Sections 1 and 2 above on a medium
/titanic_41/usr/src/uts/common/io/bnxe/577xx/drivers/common/include/
H A Dmm.h386 lm_medium_t medium);
/titanic_41/usr/src/lib/libc/capabilities/sun4u-opl/common/
H A Dmemcpy.s337 bgu,pn %ncc, .medium ! go to larger cases
426 .medium: label
617 ! First, compute for the medium case.
/titanic_41/usr/src/lib/print/libhttp-core/common/
H A DLICENSE.txt222 source code as you receive it, in any medium, provided that you
273 a storage or distribution medium does not bring the other work under
282 1 and 2 above on a medium customarily used for software interchange; or,
288 distributed under the terms of Sections 1 and 2 above on a medium
621 complete source code as you receive it, in any medium, provided that
678 a storage or distribution medium does not bring the other work under
702 medium customarily used for software interchange.
/titanic_41/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/vf/channel_vf/
H A Dlm_vf.c2708 SET_MEDIUM_SPEED(pdev->vars.medium, LM_MEDIUM_SPEED_10MBPS); in lm_vf_chip_init()
2712 SET_MEDIUM_SPEED(pdev->vars.medium, LM_MEDIUM_SPEED_100MBPS); in lm_vf_chip_init()
2716 SET_MEDIUM_SPEED(pdev->vars.medium, LM_MEDIUM_SPEED_1000MBPS); in lm_vf_chip_init()
2720 SET_MEDIUM_SPEED(pdev->vars.medium, LM_MEDIUM_SPEED_2500MBPS); in lm_vf_chip_init()
2724 SET_MEDIUM_SPEED(pdev->vars.medium, LM_MEDIUM_SPEED_20GBPS); in lm_vf_chip_init()
2729 SET_MEDIUM_SPEED(pdev->vars.medium, LM_MEDIUM_SPEED_10GBPS); in lm_vf_chip_init()
2735 SET_MEDIUM_SPEED(pdev->vars.medium,LM_MEDIUM_SPEED_10GBPS); in lm_vf_chip_init()
/titanic_41/usr/src/lib/libshell/common/
H A DPROMO.mm12 shell "csh". With KSH-93, medium-sized programming tasks can be
/titanic_41/usr/src/cmd/perl/
H A DTHIRDPARTYLICENSE58 Usenet or an equivalent medium, or placing the modifications on

123