Home
last modified time | relevance | path

Searched refs:data_end (Results 1 – 9 of 9) sorted by relevance

/dpdk/drivers/net/tap/
H A Dtap_bpf_program.c123 void *data_end = (void *)(long)skb->data_end; in rss_l3_l4() local
145 sizeof(proto) > data_end) in rss_l3_l4()
154 > data_end) in rss_l3_l4()
179 sizeof(__u32) > data_end) in rss_l3_l4()
/dpdk/lib/eal/common/
H A Dmalloc_elem.c36 void *data_start, *data_end; in malloc_elem_find_max_iova_contig() local
45 data_end = RTE_PTR_ADD(elem, elem->size - MALLOC_ELEM_TRAILER_LEN); in malloc_elem_find_max_iova_contig()
50 if (contig_seg_start > data_end) in malloc_elem_find_max_iova_contig()
62 return RTE_PTR_DIFF(data_end, contig_seg_start); in malloc_elem_find_max_iova_contig()
69 cur_seg_end = RTE_MIN(page_end, data_end); in malloc_elem_find_max_iova_contig()
79 while (cur_page < data_end) { in malloc_elem_find_max_iova_contig()
81 cur_seg_end = RTE_MIN(page_end, data_end); in malloc_elem_find_max_iova_contig()
H A Dmalloc_heap.c205 void *data_end = RTE_PTR_ADD(elem, elem->size - in find_biggest_element() local
210 if (aligned >= data_end) in find_biggest_element()
212 cur_size = RTE_PTR_DIFF(data_end, aligned); in find_biggest_element()
/dpdk/lib/telemetry/
H A Dtelemetry_legacy.c212 char *data_end = strchr(data_ptr, '}'); in parse_client_request() local
214 data_sep = data_end[1]; in parse_client_request()
215 data_end[1] = 0; in parse_client_request()
/dpdk/drivers/net/ice/base/
H A Dice_flex_pipe.c118 u16 data_end; in ice_pkg_val_buf() local
126 data_end = LE16_TO_CPU(hdr->data_end); in ice_pkg_val_buf()
127 if (data_end < ICE_MIN_S_DATA_END || data_end > ICE_MAX_S_DATA_END) in ice_pkg_val_buf()
2006 u16 data_end; in ice_pkg_buf_reserve_section() local
2022 data_end = LE16_TO_CPU(buf->data_end) + in ice_pkg_buf_reserve_section()
2024 buf->data_end = CPU_TO_LE16(data_end); in ice_pkg_buf_reserve_section()
2046 u16 data_end; in ice_pkg_buf_alloc_section() local
2054 data_end = LE16_TO_CPU(buf->data_end); in ice_pkg_buf_alloc_section()
2057 data_end = ICE_ALIGN(data_end, 4); in ice_pkg_buf_alloc_section()
2071 data_end += size; in ice_pkg_buf_alloc_section()
[all …]
H A Dice_flex_type.h108 __le16 data_end; member
/dpdk/drivers/net/i40e/base/
H A Di40e_type.h2017 u16 data_end; member
H A Di40e_common.c8381 sec->data_end = sizeof(struct i40e_profile_section_header) + in i40e_add_pinfo_to_list()
8394 status = i40e_aq_write_ddp(hw, (void *)sec, sec->data_end, in i40e_add_pinfo_to_list()
/dpdk/drivers/net/i40e/
H A Drte_pmd_i40e.c1495 sec->data_end = sizeof(struct i40e_profile_section_header) + in i40e_generate_profile_info_sec()
1524 status = i40e_aq_write_ddp(hw, (void *)sec, sec->data_end, in i40e_add_rm_profile_info()