Home
last modified time | relevance | path

Searched refs:shift_count (Results 1 – 3 of 3) sorted by relevance

/dpdk/drivers/net/iavf/
H A Diavf_hash.c1123 int i, shift_count = 1; in iavf_refine_proto_hdrs_by_pattern() local
1131 shift_count = 2; in iavf_refine_proto_hdrs_by_pattern()
1134 for (i = proto_hdrs->count - 1 + shift_count; in iavf_refine_proto_hdrs_by_pattern()
1135 i > shift_count - 1; i--) { in iavf_refine_proto_hdrs_by_pattern()
1137 hdr2 = &proto_hdrs->proto_hdr[i - shift_count]; in iavf_refine_proto_hdrs_by_pattern()
1141 if (shift_count == 1) { in iavf_refine_proto_hdrs_by_pattern()
/dpdk/drivers/common/cnxk/
H A Droc_npc_utils.c326 req->shift_count = 1; in npc_shift_mcam_entry()
H A Droc_mbox.h1678 uint16_t __io shift_count; /* Number of entries to shift */ member