Home
last modified time | relevance | path

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

/dpdk/drivers/common/cnxk/
H A Droc_mbox_priv.h185 const volatile uint8_t *sb; in mbox_memcpy() local
192 sb = (const volatile uint8_t *)s; in mbox_memcpy()
194 db[i] = sb[i]; in mbox_memcpy()
/dpdk/drivers/net/virtio/
H A Dvirtio_user_ethdev.c395 struct stat sb; in virtio_user_backend_type() local
397 if (stat(path, &sb) == -1) { in virtio_user_backend_type()
406 if (S_ISSOCK(sb.st_mode)) { in virtio_user_backend_type()
408 } else if (S_ISCHR(sb.st_mode)) { in virtio_user_backend_type()
409 if (major(sb.st_rdev) == MISC_MAJOR) in virtio_user_backend_type()
411 if (major(sb.st_rdev) == vdpa_dynamic_major_num()) in virtio_user_backend_type()
/dpdk/drivers/bus/vmbus/linux/
H A Dvmbus_uio.c217 struct stat sb; in vmbus_uio_map_subchan() local
264 if (fstat(fd, &sb) < 0) { in vmbus_uio_map_subchan()
270 file_size = sb.st_size; in vmbus_uio_map_subchan()
/dpdk/lib/eal/common/
H A Deal_common_options.c397 struct stat sb; in eal_plugindir_init() local
409 if (!(stat(sopath, &sb) == 0 && S_ISREG(sb.st_mode))) in eal_plugindir_init()
533 struct stat sb; in eal_plugins_init() local
542 stat(default_solib_dir, &sb) == 0 && in eal_plugins_init()
543 S_ISDIR(sb.st_mode)) in eal_plugins_init()
548 if (stat(solib->name, &sb) == 0 && S_ISDIR(sb.st_mode)) { in eal_plugins_init()
/dpdk/drivers/net/qede/base/
H A Decore_sp_commands.c304 u16 sb = ecore_int_get_sp_sb_id(p_hwfn); in ecore_sp_pf_start() local
330 p_ramrod->event_ring_sb_id = OSAL_CPU_TO_LE16(sb); in ecore_sp_pf_start()
409 sb, sb_index, p_ramrod->outer_tag_config.outer_tag.tpid, in ecore_sp_pf_start()
/dpdk/drivers/net/qede/
H A Dqede_if.h184 struct ecore_sb_info *sb, u16 qid,
H A Dqede_main.c747 static int qed_get_sb_info(struct ecore_dev *edev, struct ecore_sb_info *sb, in qed_get_sb_info() argument
764 rc = ecore_int_get_sb_dbg(hwfn, ptt, sb, sb_dbg); in qed_get_sb_info()
/dpdk/drivers/crypto/ccp/
H A Dccp_crypto.c90 uint8_t sb[SHA3_KECCAK_SPONGE_WORDS * 8]; member
378 *data_out = ctx->sb[CCP_SHA3_CTX_SIZE - i - 1]; in partial_hash_sha3_224()
397 *data_out = ctx->sb[CCP_SHA3_CTX_SIZE - i - 1]; in partial_hash_sha3_256()
416 *data_out = ctx->sb[CCP_SHA3_CTX_SIZE - i - 1]; in partial_hash_sha3_384()
435 *data_out = ctx->sb[CCP_SHA3_CTX_SIZE - i - 1]; in partial_hash_sha3_512()
/dpdk/drivers/net/bnx2x/
H A Decore_hsi.h3788 struct hc_status_block_e1x sb; member
3805 struct hc_status_block_e2 sb; member
H A Dbnx2x.c4974 fp->sb_index_values = fp->status_block.e2_sb->sb.index_values; in bnx2x_init_eth_fp()
4975 fp->sb_running_index = fp->status_block.e2_sb->sb.running_index; in bnx2x_init_eth_fp()
4977 fp->sb_index_values = fp->status_block.e1x_sb->sb.index_values; in bnx2x_init_eth_fp()
4979 fp->status_block.e1x_sb->sb.running_index; in bnx2x_init_eth_fp()