Searched refs:data_end (Results 1 – 9 of 9) sorted by relevance
| /dpdk/drivers/net/tap/ |
| H A D | tap_bpf_program.c | 123 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 D | malloc_elem.c | 36 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 D | malloc_heap.c | 205 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 D | telemetry_legacy.c | 212 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 D | ice_flex_pipe.c | 118 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 D | ice_flex_type.h | 108 __le16 data_end; member
|
| /dpdk/drivers/net/i40e/base/ |
| H A D | i40e_type.h | 2017 u16 data_end; member
|
| H A D | i40e_common.c | 8381 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 D | rte_pmd_i40e.c | 1495 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()
|