Searched refs:slctrs_srchd (Results 1 – 1 of 1) sorted by relevance
/titanic_50/usr/src/uts/common/ipp/ipgpc/ |
H A D | classifier.c | 52 #define CHECK_MATCH_STATUS(match_status, slctrs_srchd, selector_mask) \ argument 56 (*(slctrs_srchd) ^= (selector_mask), NORMAL_MATCH) : \ 77 uint16_t *slctrs_srchd) in common_classify() argument 84 if (CHECK_MATCH_STATUS(match_status, slctrs_srchd, in common_classify() 92 if (CHECK_MATCH_STATUS(match_status, slctrs_srchd, in common_classify() 100 if (CHECK_MATCH_STATUS(match_status, slctrs_srchd, in common_classify() 108 if (CHECK_MATCH_STATUS(match_status, slctrs_srchd, in common_classify() 116 if (CHECK_MATCH_STATUS(match_status, slctrs_srchd, in common_classify() 125 if (CHECK_MATCH_STATUS(match_status, slctrs_srchd, in common_classify() 132 *slctrs_srchd ^= ipgpc_table_list[PROTOID_IDX].info.mask; in common_classify() [all …]
|