/titanic_41/usr/src/test/util-tests/tests/dladm/ |
H A D | set-linkprop.ksh | 167 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 D | lm_phy.c | 519 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 D | lm_niv.c | 222 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 D | lm_hw_attn.c | 1092 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.c | 104 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.c | 103 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.c | 103 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 D | media.c | 154 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 D | bnxe_hw.c | 156 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 D | bnxe_mm.c | 956 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 D | bestmx_is_local.m4 | 39 # low to medium traffic hosts. If you use the limited bestmx
|
/titanic_41/usr/src/lib/libbc/inc/include/sun/ |
H A D | dkio.h | 222 u_char medium; /* medium type. Unused, why have it? history! */ member
|
/titanic_41/usr/src/cmd/cmd-inet/etc/ |
H A D | ipqosconf.1.sample | 33 # low medium and high respectively.
|
/titanic_41/usr/src/cmd/bnu/ |
H A D | Grades | 70 medium S Any User Any
|
/titanic_41/usr/src/tools/onbld/ |
H A D | THIRDPARTYLICENSE | 80 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 D | COPYING | 80 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 D | COPYING | 80 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.S | 269 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 D | THIRDPARTYLICENSE | 174 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 D | mm.h | 386 lm_medium_t medium);
|
/titanic_41/usr/src/lib/libc/capabilities/sun4u-opl/common/ |
H A D | memcpy.s | 337 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 D | LICENSE.txt | 222 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 D | lm_vf.c | 2708 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 D | PROMO.mm | 12 shell "csh". With KSH-93, medium-sized programming tasks can be
|
/titanic_41/usr/src/cmd/perl/ |
H A D | THIRDPARTYLICENSE | 58 Usenet or an equivalent medium, or placing the modifications on
|