Searched refs:flow_xstat (Results 1 – 2 of 2) sorted by relevance
135 #define BNXT_DEVARG_FLOW_XSTAT_INVALID(flow_xstat) ((flow_xstat) > 1) argument4851 unsigned long flow_xstat; in bnxt_parse_devarg_flow_xstat() local4860 flow_xstat = strtoul(value, &end, 10); in bnxt_parse_devarg_flow_xstat()4862 (flow_xstat == ULONG_MAX && errno == ERANGE)) { in bnxt_parse_devarg_flow_xstat()4868 if (BNXT_DEVARG_FLOW_XSTAT_INVALID(flow_xstat)) { in bnxt_parse_devarg_flow_xstat()
821 uint8_t flow_xstat; member