Searched refs:max_value (Results 1 – 7 of 7) sorted by relevance
/titanic_44/usr/src/uts/common/io/sfe/ |
H A D | sfe.c | 1917 uint16_t max_value; in sfe_set_eq_sis630() local 1936 max_value = min_value = eq_value; in sfe_set_eq_sis630() 1939 max_value = max(eq_value, max_value); in sfe_set_eq_sis630() 1946 if (max_value < 5) { in sfe_set_eq_sis630() 1947 eq_value = max_value; in sfe_set_eq_sis630() 1948 } else if (5 <= max_value && max_value < 15) { in sfe_set_eq_sis630() 1950 max(max_value + 1, in sfe_set_eq_sis630() 1952 } else if (15 <= max_value) { in sfe_set_eq_sis630() 1954 max(max_value + 5, in sfe_set_eq_sis630() 1964 if (max_value == 0) { in sfe_set_eq_sis630() [all …]
|
/titanic_44/usr/src/uts/common/io/ib/clients/iser/ |
H A D | iser_idm.c | 56 const idm_kv_xlate_t *ikvx, uint64_t min_value, uint64_t max_value, 750 uint64_t min_value, uint64_t max_value, uint64_t iser_max_value, in iser_handle_numerical() argument 758 if ((value < min_value) || (value > max_value)) { in iser_handle_numerical()
|
/titanic_44/usr/src/uts/common/sys/fibre-channel/impl/ |
H A D | fctl_private.h | 110 uint32_t max_value; member
|
H A D | fc_portif.h | 446 void fctl_tc_constructor(timed_counter_t *tc, uint32_t max_value,
|
/titanic_44/usr/src/lib/auditd_plugins/syslog/ |
H A D | sysplugin.c | 283 size_t max_value) in init_hash() argument 288 table[i].ht_value = malloc(max_value + 1); in init_hash()
|
/titanic_44/usr/src/cmd/mdb/common/modules/fctl/ |
H A D | fctl.c | 958 mdb_printf(" max_value : %d\n", pd.pd_logo_tc.max_value); in remote_port()
|
/titanic_44/usr/src/uts/common/io/fibre-channel/impl/ |
H A D | fctl.c | 6599 fctl_tc_constructor(timed_counter_t *tc, uint32_t max_value, clock_t timer) in fctl_tc_constructor() argument 6609 tc->max_value = max_value; in fctl_tc_constructor() 6665 if (tc->counter >= tc->max_value) { in fctl_tc_increment()
|