Home
last modified time | relevance | path

Searched refs:hdr_off (Results 1 – 5 of 5) sorted by relevance

/dpdk/drivers/common/cnxk/
H A Droc_npc_utils.c47 if (xinfo->hdr_off < info->hw_hdr_len) in npc_set_hw_mask()
50 max_off = xinfo->hdr_off + xinfo->len - info->hw_hdr_len; in npc_set_hw_mask()
55 offset = xinfo->hdr_off - info->hw_hdr_len; in npc_set_hw_mask()
168 int hdr_off; in npc_update_extraction_data() local
176 hdr_off = x->hdr_off; in npc_update_extraction_data()
178 if (hdr_off < info->hw_hdr_len) in npc_update_extraction_data()
184 hdr_off -= info->hw_hdr_len; in npc_update_extraction_data()
186 if (hdr_off >= info->len) in npc_update_extraction_data()
189 if (hdr_off + len > info->len) in npc_update_extraction_data()
190 len = info->len - hdr_off; in npc_update_extraction_data()
[all …]
H A Droc_npc_mcam.c139 int hdr_off, keylen; in npc_construct_ldata_mask() local
150 hdr_off = x_info->hdr_off * 8; in npc_construct_ldata_mask()
152 for (i = hdr_off; i < (hdr_off + keylen); i++) in npc_construct_ldata_mask()
165 hdr_off = infoflag->hdr_off * 8; in npc_construct_ldata_mask()
167 for (i = hdr_off; i < (hdr_off + keylen); i++) in npc_construct_ldata_mask()
318 xtract_info->hdr_off = (val >> HDR_OFF_SHIFT) & 0xff; in npc_update_kex_info()
H A Droc_npc_priv.h315 uint8_t hdr_off; /* Byte offset of proto hdr: extract_src */ member
H A Droc_npc_mcam_dump.c279 ltype_str[lid][lt], lfinfo->hdr_off, lfinfo->len, in npc_flow_print_xtractinfo()
/dpdk/drivers/net/i40e/
H A Di40e_ethdev.c9433 uint32_t pit_reg_count, uint32_t hdr_off) in i40e_get_inset_field_offset() argument
9436 uint32_t field_off = I40E_FDIR_FIELD_OFFSET(hdr_off); in i40e_get_inset_field_offset()