Searched refs:ice_for_each_set_bit (Results 1 – 2 of 2) sorted by relevance
/openbsd/sys/dev/pci/ |
H A D | if_icevar.h | 462 #define ice_for_each_set_bit(_bitpos, _addr, _maxlen) \ macro
|
H A D | if_ice.c | 21175 ice_for_each_set_bit(i, prof->segs[prof->segs_cnt - 1].match, in ice_add_rss_list() 21938 ice_for_each_set_bit(j, match, ICE_FLOW_FIELD_IDX_MAX) { in ice_flow_create_xtrct_seq() 22107 ice_for_each_set_bit(ptype, ptypes, ICE_FLOW_PTYPE_MAX) { in ice_add_prof() 22735 ice_for_each_set_bit(i, (const ice_bitmap_t *)&cfg->hash_flds, in ice_flow_set_rss_seg_info() 22852 ice_for_each_set_bit(i, prof->segs[prof->segs_cnt - 1].match, in ice_rem_rss_list()
|