Searched refs:data_end (Results 1 – 11 of 11) sorted by relevance
| /f-stack/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()
|
| /f-stack/freebsd/kern/ |
| H A D | imgact_aout.c | 162 vm_offset_t text_end, data_end; in exec_aout_imgact() local 294 data_end = text_end + a_out->a_data; in exec_aout_imgact() 299 text_end, data_end, in exec_aout_imgact() 312 data_end, data_end + bss_size, in exec_aout_imgact()
|
| /f-stack/dpdk/lib/librte_eal/common/ |
| H A D | malloc_elem.c | 42 void *data_start, *data_end; in malloc_elem_find_max_iova_contig() local 51 data_end = RTE_PTR_ADD(elem, elem->size - MALLOC_ELEM_TRAILER_LEN); in malloc_elem_find_max_iova_contig() 56 if (contig_seg_start > data_end) in malloc_elem_find_max_iova_contig() 68 return RTE_PTR_DIFF(data_end, contig_seg_start); in malloc_elem_find_max_iova_contig() 75 cur_seg_end = RTE_MIN(page_end, data_end); in malloc_elem_find_max_iova_contig() 85 while (cur_page < data_end) { in malloc_elem_find_max_iova_contig() 87 cur_seg_end = RTE_MIN(page_end, data_end); in malloc_elem_find_max_iova_contig()
|
| H A D | malloc_heap.c | 209 void *data_end = RTE_PTR_ADD(elem, elem->size - in find_biggest_element() local 214 if (aligned >= data_end) in find_biggest_element() 216 cur_size = RTE_PTR_DIFF(data_end, aligned); in find_biggest_element()
|
| /f-stack/dpdk/lib/librte_telemetry/ |
| H A D | telemetry_legacy.c | 204 char *data_end = strchr(data_ptr, '}'); in parse_client_request() local 206 data_sep = data_end[1]; in parse_client_request() 207 data_end[1] = 0; in parse_client_request()
|
| /f-stack/dpdk/drivers/net/ice/base/ |
| H A D | ice_flex_pipe.c | 109 u16 data_end; in ice_pkg_val_buf() local 117 data_end = LE16_TO_CPU(hdr->data_end); in ice_pkg_val_buf() 118 if (data_end < ICE_MIN_S_DATA_END || data_end > ICE_MAX_S_DATA_END) in ice_pkg_val_buf() 1819 u16 data_end; in ice_pkg_buf_reserve_section() local 1835 data_end = LE16_TO_CPU(buf->data_end) + in ice_pkg_buf_reserve_section() 1837 buf->data_end = CPU_TO_LE16(data_end); in ice_pkg_buf_reserve_section() 1859 u16 data_end; in ice_pkg_buf_alloc_section() local 1867 data_end = LE16_TO_CPU(buf->data_end); in ice_pkg_buf_alloc_section() 1870 data_end = ICE_ALIGN(data_end, 4); in ice_pkg_buf_alloc_section() 1884 data_end += size; in ice_pkg_buf_alloc_section() [all …]
|
| H A D | ice_flex_type.h | 108 __le16 data_end; member
|
| /f-stack/dpdk/drivers/net/i40e/base/ |
| H A D | i40e_type.h | 2005 u16 data_end; member
|
| H A D | i40e_common.c | 8268 sec->data_end = sizeof(struct i40e_profile_section_header) + in i40e_add_pinfo_to_list() 8281 status = i40e_aq_write_ddp(hw, (void *)sec, sec->data_end, in i40e_add_pinfo_to_list()
|
| /f-stack/freebsd/contrib/openzfs/module/zfs/ |
| H A D | dnode.c | 398 char *data_end = ((char *)dn->dn_bonus->db.db_data) + newsize; in dnode_setbonuslen() local 399 bzero(data_end, diff); in dnode_setbonuslen()
|
| /f-stack/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()
|