Home
last modified time | relevance | path

Searched refs:nbytes (Results 1 – 14 of 14) sorted by relevance

/dpdk/examples/vhost_blk/
H A Dblk.c48 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 Deth_common.h566 __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 Dbcm_osal.h461 #define OSAL_CRC8(table, pdata, nbytes, crc) 0 argument
H A Dcommon_hsi.h1001 __le16 nbytes /* Number of bytes in this BD. */; member
H A Decore_hsi_common.h977 __le16 nbytes /* Number of Bytes in Buffer */; member
/dpdk/lib/telemetry/
H A Dtelemetry_data.c100 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 Def10_image.c76 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 Dmlx5_vdpa_virtq.c24 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 Difcvf_vdpa.c437 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 Deal_interrupts.c1207 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 Dqede_rxtx.h41 (bd)->nbytes = rte_cpu_to_le_16(len); \
H A Dqede_rxtx.c2115 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 Decore_hsi.h5068 __le16 nbytes; member
5101 __le16 nbytes; member
H A Dbnx2x.c2185 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()