Searched refs:nbytes (Results 1 – 14 of 14) sorted by relevance
| /dpdk/examples/vhost_blk/ |
| H A D | blk.c | 48 uint32_t nbytes = 0; in vhost_bdev_blk_readwrite() local 63 nbytes += task->iovs[i].iov_len; in vhost_bdev_blk_readwrite() 66 return nbytes; in vhost_bdev_blk_readwrite()
|
| /dpdk/drivers/net/qede/base/ |
| H A D | eth_common.h | 566 __le16 nbytes /* Number of bytes in this BD. */; member 577 __le16 nbytes /* Number of bytes in this BD. */; member 612 __le16 nbytes /* Number of bytes in this BD. */; member 647 __le16 nbytes /* Number of bytes in this BD. */; member 673 __le16 nbytes /* Number of bytes in this BD. */; member
|
| H A D | bcm_osal.h | 461 #define OSAL_CRC8(table, pdata, nbytes, crc) 0 argument
|
| H A D | common_hsi.h | 1001 __le16 nbytes /* Number of bytes in this BD. */; member
|
| H A D | ecore_hsi_common.h | 977 __le16 nbytes /* Number of Bytes in Buffer */; member
|
| /dpdk/lib/telemetry/ |
| H A D | telemetry_data.c | 100 size_t nbytes, vbytes; in rte_tel_data_add_dict_string() local 110 nbytes = strlcpy(e->name, name, RTE_TEL_MAX_STRING_LEN); in rte_tel_data_add_dict_string() 112 nbytes >= RTE_TEL_MAX_STRING_LEN) in rte_tel_data_add_dict_string()
|
| /dpdk/drivers/common/sfc_efx/base/ |
| H A D | ef10_image.c | 76 uint32_t nbytes = cursor->buffer[1] & 0x7F; in efx_asn1_parse_header_match_tag() local 79 if (nbytes == 0) { in efx_asn1_parse_header_match_tag() 84 if (2 + nbytes > cursor->length) { in efx_asn1_parse_header_match_tag() 89 if (nbytes > sizeof (uint32_t)) { in efx_asn1_parse_header_match_tag() 94 cursor->hdr_size = 2 + nbytes; in efx_asn1_parse_header_match_tag()
|
| /dpdk/drivers/vdpa/mlx5/ |
| H A D | mlx5_vdpa_virtq.c | 24 int nbytes; in mlx5_vdpa_virtq_kick_handler() local 35 nbytes = read(rte_intr_fd_get(virtq->intr_handle), &buf, in mlx5_vdpa_virtq_kick_handler() 37 if (nbytes < 0) { in mlx5_vdpa_virtq_kick_handler() 47 if (nbytes < 0) in mlx5_vdpa_virtq_kick_handler()
|
| /dpdk/drivers/vdpa/ifc/ |
| H A D | ifcvf_vdpa.c | 437 int nbytes; in notify_relay() local 475 nbytes = read(kickfd, &buf, 8); in notify_relay() 476 if (nbytes < 0) { in notify_relay() 720 int nbytes; in vring_relay() local 775 nbytes = read(fd, &buf, 8); in vring_relay() 776 if (nbytes < 0) { in vring_relay()
|
| /dpdk/lib/eal/linux/ |
| H A D | eal_interrupts.c | 1207 int nbytes; in eal_intr_proc_rxtx_intr() local 1240 nbytes = read(fd, &buf, bytes_read); in eal_intr_proc_rxtx_intr() 1241 if (nbytes < 0) { in eal_intr_proc_rxtx_intr() 1248 } else if (nbytes == 0) in eal_intr_proc_rxtx_intr()
|
| /dpdk/drivers/net/qede/ |
| H A D | qede_rxtx.h | 41 (bd)->nbytes = rte_cpu_to_le_16(len); \
|
| H A D | qede_rxtx.c | 2115 rte_cpu_to_le_16(bd1->nbytes), bd1->data.nbds, in print_tx_bd_info() 2121 rte_cpu_to_le_16(bd2->nbytes), bd2->data.bitfields1, in print_tx_bd_info() 2127 rte_cpu_to_le_16(bd3->nbytes), in print_tx_bd_info()
|
| /dpdk/drivers/net/bnx2x/ |
| H A D | ecore_hsi.h | 5068 __le16 nbytes; member 5101 __le16 nbytes; member
|
| H A D | bnx2x.c | 2185 tx_start_bd->nbytes = rte_cpu_to_le_16(m0->data_len); in bnx2x_tx_encap() 2286 tx_start_bd->nbytes, in bnx2x_tx_encap()
|