Home
last modified time | relevance | path

Searched refs:endp (Results 1 – 10 of 10) sorted by relevance

/dpdk/drivers/common/sfc_efx/base/
H A Defx_bootcfg.c356 uint8_t *endp = bufferp; in efx_dhcp_find_end() local
361 *endpp = endp; in efx_dhcp_find_end()
389 uint8_t *endp; in efx_dhcp_delete_tag() local
427 endp = (uint8_t *)DHCP_NEXT_TAG(hdrp); in efx_dhcp_delete_tag()
434 if (endp > &bufferp[buffer_length]) { in efx_dhcp_delete_tag()
439 memmove(startp, endp, in efx_dhcp_delete_tag()
440 buffer_length - (endp - bufferp)); in efx_dhcp_delete_tag()
491 uint8_t *endp; in efx_dhcp_add_tag() local
512 endp = bufferp; in efx_dhcp_add_tag()
563 insert_pointp = endp; in efx_dhcp_add_tag()
[all …]
H A Defx_lic.c34 __out uint32_t *endp);
209 __out uint32_t *endp);
438 __out uint32_t *endp) in efx_lic_v1v2_find_end() argument
442 *endp = offset + EFX_LICENSE_V1V2_HEADER_LENGTH; in efx_lic_v1v2_find_end()
1052 __out uint32_t *endp) in efx_lic_v3_find_end() argument
1056 return (ef10_nvram_buffer_find_end(bufferp, buffer_size, offset, endp)); in efx_lic_v3_find_end()
1471 __out uint32_t *endp) in efx_lic_find_end() argument
1479 rc = elop->elo_find_end(enp, bufferp, buffer_size, offset, endp); in efx_lic_find_end()
H A Def10_nvram.c890 __out uint32_t *endp) in ef10_nvram_buffer_find_end() argument
929 *endp = (segment_used - cursor.block) * sizeof (uint32_t); in ef10_nvram_buffer_find_end()
H A Def10_impl.h660 __out uint32_t *endp);
H A Defx.h3769 __out uint32_t *endp);
/dpdk/drivers/net/fm10k/
H A Dfm10k.h189 uint16_t *endp; member
233 fifo->endp = fifo->list + len; in fifo_reset()
239 if (++fifo->head == fifo->endp) in fifo_insert()
254 if (++fifo->tail == fifo->endp) in fifo_remove()
H A Dfm10k_rxtx.c460 for ( ; r->head != r->endp; ) { in fm10k_dev_tx_descriptor_status()
/dpdk/app/dumpcap/
H A Dmain.c146 char *endp; in get_uint() local
148 u = strtoul(arg, &endp, 0); in get_uint()
149 if (*arg == '\0' || *endp != '\0') in get_uint()
164 char *value, *endp; in auto_stop() local
173 double interval = strtod(value, &endp); in auto_stop()
175 if (*value == '\0' || *endp != '\0' || interval <= 0) in auto_stop()
/dpdk/drivers/bus/vmbus/linux/
H A Dvmbus_uio.c414 char *endp; in vmbus_uio_get_subchan() local
420 relid = strtoul(ent->d_name, &endp, 0); in vmbus_uio_get_subchan()
421 if (*endp || errno != 0 || relid > UINT16_MAX) { in vmbus_uio_get_subchan()
/dpdk/drivers/net/netvsc/
H A Dhn_ethdev.c156 char *endp = NULL; in hn_set_parameter() local
159 v = strtoul(value, &endp, 0); in hn_set_parameter()
160 if (*value == '\0' || *endp != '\0') { in hn_set_parameter()