Searched refs:PARAM_OUTOF_RANGE (Results 1 – 2 of 2) sorted by relevance
/titanic_50/usr/src/uts/common/io/hxge/ |
H A D | hxge_ndd.c | 61 #define PARAM_OUTOF_RANGE(vptr, eptr, rval, pa) \ macro 634 if (PARAM_OUTOF_RANGE(value, end, new_value, pa)) { in hxge_param_set_mac() 934 if (PARAM_OUTOF_RANGE(value, end, cfg_value, pa)) { in hxge_param_set_ether_usr() 979 if (PARAM_OUTOF_RANGE(value, end, cfg_value, pa)) { in hxge_param_set_ip_opt() 1046 if (PARAM_OUTOF_RANGE(value, end, cfg_value, pa)) { in hxge_param_pfc_hash_init() 1085 if (PARAM_OUTOF_RANGE(value, end, cfg_value, pa)) { in hxge_param_set_hxge_debug_flag() 1141 if (PARAM_OUTOF_RANGE(value, end, cfg_value, pa)) { in hxge_param_set_hpi_debug_flag()
|
/titanic_50/usr/src/uts/common/io/nxge/ |
H A D | nxge_ndd.c | 75 #define PARAM_OUTOF_RANGE(vptr, eptr, rval, pa) \ macro 1258 if (PARAM_OUTOF_RANGE(value, end, new_value, pa)) { in nxge_param_set_mac() 1763 if (PARAM_OUTOF_RANGE(value, end, cfg_value, pa)) { in nxge_param_set_ether_usr() 1800 if (PARAM_OUTOF_RANGE(value, end, cfg_value, pa)) { in nxge_param_set_ip_usr() 1851 if (PARAM_OUTOF_RANGE(value, end, cfg_value, pa)) { in nxge_param_set_ip_opt() 1934 if (PARAM_OUTOF_RANGE(value, end, cfg_value, pa)) { in nxge_param_fflp_hash_init() 2000 if (PARAM_OUTOF_RANGE(value, end, cfg_value, pa)) { in nxge_param_set_grp_rdc() 2058 if (PARAM_OUTOF_RANGE(value, end, cfg_value, pa)) { in nxge_param_set_port_rdc() 2098 if (PARAM_OUTOF_RANGE(value, end, cfg_value, pa)) { in nxge_param_set_nxge_debug_flag() 2151 if (PARAM_OUTOF_RANGE(value, end, cfg_value, pa)) { in nxge_param_set_npi_debug_flag()
|