Home
last modified time | relevance | path

Searched defs:context (Results 1 – 25 of 92) sorted by relevance

1234

/f-stack/dpdk/drivers/net/mlx4/
H A Dmlx4_glue.c28 mlx4_glue_get_async_event(struct ibv_context *context, in mlx4_glue_get_async_event()
41 mlx4_glue_alloc_pd(struct ibv_context *context) in mlx4_glue_alloc_pd()
71 mlx4_glue_close_device(struct ibv_context *context) in mlx4_glue_close_device()
83 mlx4_glue_query_device(struct ibv_context *context, in mlx4_glue_query_device()
90 mlx4_glue_query_device_ex(struct ibv_context *context, in mlx4_glue_query_device_ex()
98 mlx4_glue_query_port(struct ibv_context *context, uint8_t port_num, in mlx4_glue_query_port()
111 mlx4_glue_create_comp_channel(struct ibv_context *context) in mlx4_glue_create_comp_channel()
167 mlx4_glue_create_qp_ex(struct ibv_context *context, in mlx4_glue_create_qp_ex()
198 mlx4_glue_create_rwq_ind_table(struct ibv_context *context, in mlx4_glue_create_rwq_ind_table()
211 mlx4_glue_create_wq(struct ibv_context *context, in mlx4_glue_create_wq()
[all …]
/f-stack/dpdk/drivers/common/mlx5/linux/
H A Dmlx5_glue.c26 mlx5_glue_alloc_pd(struct ibv_context *context) in mlx5_glue_alloc_pd()
56 mlx5_glue_close_device(struct ibv_context *context) in mlx5_glue_close_device()
62 mlx5_glue_query_device(struct ibv_context *context, in mlx5_glue_query_device()
69 mlx5_glue_query_device_ex(struct ibv_context *context, in mlx5_glue_query_device_ex()
77 mlx5_glue_query_rt_values_ex(struct ibv_context *context, in mlx5_glue_query_rt_values_ex()
142 mlx5_glue_create_wq(struct ibv_context *context, in mlx5_glue_create_wq()
203 mlx5_glue_create_qp_ex(struct ibv_context *context, in mlx5_glue_create_qp_ex()
509 mlx5_glue_dv_create_cq(struct ibv_context *context, in mlx5_glue_dv_create_cq()
517 mlx5_glue_dv_create_wq(struct ibv_context *context, in mlx5_glue_dv_create_wq()
553 mlx5_glue_dv_create_qp(struct ibv_context *context, in mlx5_glue_dv_create_qp()
[all …]
/f-stack/freebsd/sys/
H A Dtaskqueue.h109 #define TASK_INITIALIZER(priority, func, context) \ argument
123 #define TASK_INIT_FLAGS(task, priority, func, context, flags) do { \ argument
136 #define TIMEOUT_TASK_INIT(queue, timeout_task, priority, func, context) do { \ argument
151 #define TASKQUEUE_DEFINE(name, enqueue, context, init) \ argument
175 #define TASKQUEUE_FAST_DEFINE(name, enqueue, context, init) \ argument
H A Dgtaskqueue.h84 #define GTASK_INIT(gtask, flags, priority, func, context) do { \ argument
91 #define GROUPTASK_INIT(gtask, priority, func, context) \ argument
/f-stack/dpdk/lib/librte_acl/
H A Dacl_bld.c181 acl_free_node(struct acl_build_context *context, in acl_free_node()
247 acl_add_ptr(struct acl_build_context *context, in acl_add_ptr()
306 acl_add_ptr_range(struct acl_build_context *context, in acl_add_ptr_range()
437 acl_deref_ptr(struct acl_build_context *context, in acl_deref_ptr()
455 acl_copy_ptr(struct acl_build_context *context, in acl_copy_ptr()
512 acl_resolve_leaf(struct acl_build_context *context, in acl_resolve_leaf()
589 acl_merge_trie(struct acl_build_context *context, in acl_merge_trie()
858 acl_gen_range_trie(struct acl_build_context *context, in acl_gen_range_trie()
916 acl_gen_mask_trie(struct acl_build_context *context, in acl_gen_mask_trie()
1311 build_one_trie(struct acl_build_context *context, in build_one_trie()
[all …]
/f-stack/freebsd/contrib/octeon-sdk/
H A Dcvmx-debug.c484 …uint64_t *cvmx_debug_regnum_to_context_ref(int regnum, volatile cvmx_debug_core_context_t *context) in cvmx_debug_regnum_to_context_ref()
721 volatile cvmx_debug_core_context_t *context = cvmx_debug_core_context(); in cvmx_debug_process_packet() local
746 volatile cvmx_debug_core_context_t *context = cvmx_debug_core_context(); in cvmx_debug_process_packet() local
853 volatile cvmx_debug_core_context_t *context = cvmx_debug_core_context(); in cvmx_debug_process_packet() local
929 volatile cvmx_debug_core_context_t *context = cvmx_debug_core_context(); in cvmx_debug_process_packet() local
996 volatile cvmx_debug_core_context_t *context = cvmx_debug_core_context(); in cvmx_debug_process_packet() local
1122 static void cvmx_debug_clear_status(volatile cvmx_debug_core_context_t *context) in cvmx_debug_clear_status()
1316 static void cvmx_debug_save_core_context(volatile cvmx_debug_core_context_t *context, uint64_t hi, … in cvmx_debug_save_core_context()
1370 static void cvmx_debug_restore_core_context(volatile cvmx_debug_core_context_t *context) in cvmx_debug_restore_core_context()
1413 static inline void cvmx_debug_print_cause(volatile cvmx_debug_core_context_t *context) in cvmx_debug_print_cause()
[all …]
H A Dcvmx-debug-remote.c61 static void cvmx_debug_remote_mem_wait_for_resume(volatile cvmx_debug_core_context_t *context, cvmx… in cvmx_debug_remote_mem_wait_for_resume()
/f-stack/app/redis-5.0.5/deps/hiredis/adapters/
H A Divykis.h8 redisAsyncContext *context; member
13 redisAsyncContext *context = (redisAsyncContext *)arg; in redisIvykisReadEvent() local
18 redisAsyncContext *context = (redisAsyncContext *)arg; in redisIvykisWriteEvent() local
H A Dmacosx.h15 redisAsyncContext *context; member
61 redisAsyncContext* context = (redisAsyncContext*) info; in redisMacOSAsyncCallback() local
/f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_pwhash/argon2/
H A Dargon2-core.c187 finalize(const argon2_context *context, argon2_instance_t *instance) in finalize()
243 validate_inputs(const argon2_context *context) in validate_inputs()
392 initial_hash(uint8_t *blockhash, argon2_context *context, argon2_type type) in initial_hash()
475 initialize(argon2_instance_t *instance, argon2_context *context) in initialize()
H A Dargon2.c27 argon2_ctx(argon2_context *context, argon2_type type) in argon2_ctx()
92 argon2_context context; in argon2_hash() local
/f-stack/freebsd/kern/
H A Dsubr_taskqueue.c110 int priority, task_fn_t func, void *context) in _timeout_task_init()
134 taskqueue_enqueue_fn enqueue, void *context, in _taskqueue_create()
171 taskqueue_enqueue_fn enqueue, void *context) in taskqueue_create()
181 void *context) in taskqueue_set_callback()
354 taskqueue_task_nop_fn(void *context, int pending) in taskqueue_task_nop_fn()
644 taskqueue_swi_enqueue(void *context) in taskqueue_swi_enqueue()
656 taskqueue_swi_giant_enqueue(void *context) in taskqueue_swi_giant_enqueue()
839 taskqueue_thread_enqueue(void *context) in taskqueue_thread_enqueue()
860 taskqueue_enqueue_fn enqueue, void *context) in taskqueue_create_fast()
869 taskqueue_fast_enqueue(void *context) in taskqueue_fast_enqueue()
H A Dmd4c.c96 MD4Init(MD4_CTX *context) in MD4Init()
113 MD4Update(MD4_CTX *context, const unsigned char *input, in MD4Update()
147 MD4Pad(MD4_CTX *context) in MD4Pad()
169 MD4Final(unsigned char digest[static 16], MD4_CTX *context) in MD4Final()
H A Dmd5c.c134 MD5Init (context) in MD5Init() argument
154 MD5Update (context, in, inputLen) in MD5Update() argument
197 MD5Pad (MD5_CTX *context) in MD5Pad()
220 MD5Final(unsigned char digest[static MD5_DIGEST_LENGTH], MD5_CTX *context) in MD5Final()
H A Dsys_socket.c525 soaio_kproc_create(void *context, int pending) in soaio_kproc_create()
743 soaio_rcv(void *context, int pending) in soaio_rcv()
752 soaio_snd(void *context, int pending) in soaio_snd()
H A Dsubr_gtaskqueue.c127 taskqueue_enqueue_fn enqueue, void *context, in _gtaskqueue_create()
252 gtaskqueue_task_nop_fn(void *context) in gtaskqueue_task_nop_fn()
575 gtaskqueue_thread_enqueue(void *context) in gtaskqueue_thread_enqueue()
586 taskqueue_enqueue_fn enqueue, void *context) in gtaskqueue_create_fast()
/f-stack/freebsd/contrib/openzfs/module/icp/api/
H A Dkcf_digest.c331 crypto_digest_update(crypto_context_t context, crypto_data_t *data, in crypto_digest_update()
380 crypto_digest_final(crypto_context_t context, crypto_data_t *digest, in crypto_digest_final()
417 crypto_digest_key_prov(crypto_context_t context, crypto_key_t *key, in crypto_digest_key_prov()
451 crypto_digest_single(crypto_context_t context, crypto_data_t *data, in crypto_digest_single()
H A Dkcf_cipher.c469 crypto_encrypt_update(crypto_context_t context, crypto_data_t *plaintext, in crypto_encrypt_update()
529 crypto_encrypt_final(crypto_context_t context, crypto_data_t *ciphertext, in crypto_encrypt_final()
752 crypto_decrypt_update(crypto_context_t context, crypto_data_t *ciphertext, in crypto_decrypt_update()
812 crypto_decrypt_final(crypto_context_t context, crypto_data_t *plaintext, in crypto_decrypt_final()
849 crypto_encrypt_single(crypto_context_t context, crypto_data_t *plaintext, in crypto_encrypt_single()
884 crypto_decrypt_single(crypto_context_t context, crypto_data_t *ciphertext, in crypto_decrypt_single()
H A Dkcf_mac.c518 crypto_mac_update(crypto_context_t context, crypto_data_t *data, in crypto_mac_update()
567 crypto_mac_final(crypto_context_t context, crypto_data_t *mac, in crypto_mac_final()
603 crypto_mac_single(crypto_context_t context, crypto_data_t *data, in crypto_mac_single()
/f-stack/app/redis-5.0.5/src/
H A Dsha1.c117 void SHA1Init(SHA1_CTX* context) in SHA1Init()
131 void SHA1Update(SHA1_CTX* context, const unsigned char* data, uint32_t len) in SHA1Update()
155 void SHA1Final(unsigned char digest[20], SHA1_CTX* context) in SHA1Final()
/f-stack/dpdk/drivers/raw/dpaa2_cmdif/
H A Ddpaa2_cmdif.c54 rte_rawdev_obj_t context) in dpaa2_cmdif_enqueue_bufs()
118 rte_rawdev_obj_t context) in dpaa2_cmdif_dequeue_bufs()
/f-stack/freebsd/contrib/libsodium/test/default/
H A Dkdf.c10 char *context; in tv_kdf() local
/f-stack/freebsd/netinet/
H A Dsctp_indata.h51 #define sctp_build_readq_entry_mac(_ctl, in_it, context, net, tsn, ppid, sid, flags, dm, tfsn, mid)… argument
/f-stack/app/redis-5.0.5/deps/hiredis/examples/
H A Dexample-glib.c52 GMainContext *context = NULL; in main() local
/f-stack/dpdk/drivers/raw/octeontx2_dma/
H A Dotx2_dpi_rawdev.c157 unsigned int count, rte_rawdev_obj_t context) in otx2_dpi_rawdev_enqueue_bufs()
243 unsigned int count, rte_rawdev_obj_t context) in otx2_dpi_rawdev_dequeue_bufs()

1234