Searched refs:mi_strtol (Results 1 – 9 of 9) sorted by relevance
/illumos-gate/usr/src/uts/common/io/nxge/ |
H A D | nxge_ndd.c | 653 grp = mi_strtol(prop_name, &end, 10); in nxge_private_param_register() 668 channel = mi_strtol(prop_name, &end, 10); in nxge_private_param_register() 1199 new_value = (uint32_t)mi_strtol(value, &end, 10); in nxge_param_set_generic() 1232 new_value = (uint32_t)mi_strtol(value, &end, BASE_DECIMAL); in nxge_param_set_mac() 1263 cfg_value = (uint32_t)mi_strtol(value, &end, BASE_ANY); in nxge_param_rx_intr_pkts() 1291 cfg_value = (uint32_t)mi_strtol(value, &end, BASE_ANY); in nxge_param_rx_intr_time() 1330 cfg_value = (uint32_t)mi_strtol(value, &end, BASE_HEX); in nxge_param_set_mac_rdcgrp() 1397 cfg_value = (uint32_t)mi_strtol(value, &end, BASE_HEX); in nxge_param_set_vlan_rdcgrp() 1620 cfg_value = (uint32_t)mi_strtol(value, &end, BASE_BINARY); in nxge_param_tcam_enable() 1652 cfg_value = (uint32_t)mi_strtol(value, &end, BASE_BINARY); in nxge_param_hash_lookup_enable() [all …]
|
H A D | nxge_kstats.c | 537 channel = mi_strtol(ch_name, &end, 10); in nxge_tdc_stat_update() 606 channel = mi_strtol(ch_name, &end, 10); in nxge_rdc_stat_update()
|
/illumos-gate/usr/src/uts/common/io/hxge/ |
H A D | hxge_ndd.c | 317 channel = mi_strtol(prop_name, &end, 10); in hxge_private_param_register() 591 new_value = (uint32_t)mi_strtol(value, &end, 10); in hxge_param_set_generic() 612 new_value = (uint32_t)mi_strtol(value, &end, BASE_DECIMAL); in hxge_param_set_mac() 654 cfg_value = (uint32_t)mi_strtol(value, &end, BASE_HEX); in hxge_param_rx_intr_pkts() 685 cfg_value = (uint32_t)mi_strtol(value, &end, BASE_HEX); in hxge_param_rx_intr_time() 728 cfg_value = (uint32_t)mi_strtol(value, &end, BASE_HEX); in hxge_param_set_vlan_ids() 871 cfg_value = (uint32_t)mi_strtol(value, &end, BASE_BINARY); in hxge_param_tcam_enable() 903 cfg_value = (uint32_t)mi_strtol(value, &end, BASE_HEX); in hxge_param_set_ether_usr() 948 cfg_value = (uint32_t)mi_strtol(value, &end, BASE_HEX); in hxge_param_set_ip_opt() 1015 cfg_value = (uint32_t)mi_strtol(value, &end, BASE_HEX); in hxge_param_pfc_hash_init() [all …]
|
H A D | hxge_kstats.c | 365 channel = mi_strtol(ch_name, &end, 10); in hxge_tdc_stat_update() 454 channel = mi_strtol(ch_name, &end, 10); in hxge_rdc_stat_update()
|
/illumos-gate/usr/src/uts/common/inet/ |
H A D | mi.h | 133 extern long mi_strtol(const char *str, char **ptr, int base);
|
H A D | mi.c | 1009 mi_strtol(const char *str, char **ptr, int base) in mi_strtol() function
|
/illumos-gate/usr/src/uts/common/io/ntxn/ |
H A D | unm_ndd.c | 169 new_value = mi_strtol(value, &end, 10); in unm_param_set()
|
/illumos-gate/usr/src/uts/common/io/xge/drv/ |
H A D | xgell.c | 2649 bar0_offset = mi_strtol(value, &end, 16); in xgell_bar0_set() 2682 level = mi_strtol(value, &end, 10); in xgell_debug_level_set() 2720 mask = mi_strtol(value, &end, 16); in xgell_debug_module_mask_set()
|
/illumos-gate/usr/src/uts/common/io/myri10ge/drv/ |
H A D | myri10ge.c | 4994 new_value = mi_strtol(value, &end, 10); in myri10ge_set_coalesce() 5024 new_value = mi_strtol(value, &end, 10); in myri10ge_set_pauseparam() 5053 new_value = mi_strtol(value, &end, 10); in myri10ge_set_int()
|