Searched refs:kcf_areq_node_t (Results 1 – 4 of 4) sorted by relevance
/titanic_41/usr/src/uts/common/crypto/core/ |
H A D | kcf_sched.c | 92 static kcf_areq_node_t *kcf_areqnode_alloc(kcf_provider_desc_t *, 94 static int kcf_disp_sw_request(kcf_areq_node_t *); 96 static kcf_areq_node_t *kcf_dequeue(void); 97 static int kcf_enqueue(kcf_areq_node_t *); 99 static void kcf_reqid_delete(kcf_areq_node_t *areq); 100 static crypto_req_id_t kcf_reqid_insert(kcf_areq_node_t *areq); 150 static kcf_areq_node_t * 154 kcf_areq_node_t *arptr, *areq; in kcf_areqnode_alloc() 209 kcf_disp_sw_request(kcf_areq_node_t *areq) in kcf_disp_sw_request() 249 kcf_areq_node_t *areq = (kcf_areq_node_t *)ireq; in process_req_hwp() [all …]
|
/titanic_41/usr/src/cmd/mdb/common/modules/crypto/ |
H A D | sched_impl.c | 71 kcf_areq_node_simple(kcf_areq_node_t *areqn) in kcf_areq_node_simple() 93 v_kcf_areq_node(kcf_areq_node_t *areqn) in v_kcf_areq_node() 186 kcf_areq_node_t areqn; in kcf_areq_node() 198 if (mdb_vread(&areqn, sizeof (kcf_areq_node_t), addr) == -1) { in kcf_areq_node() 258 wsp->walk_data = mdb_alloc(sizeof (kcf_areq_node_t), UM_SLEEP); in areq_walk_init_common() 283 kcf_areq_node_t *adn; in an_id_walk_init() 289 adn = wsp->walk_data = mdb_alloc(sizeof (kcf_areq_node_t), UM_SLEEP); in an_id_walk_init() 291 if (mdb_vread(adn, sizeof (kcf_areq_node_t), wsp->walk_addr) == -1) { in an_id_walk_init() 335 kcf_areq_node_t *ptr; in an_id_walk_step() 342 if (mdb_vread(wsp->walk_data, sizeof (kcf_areq_node_t), in an_id_walk_step() [all …]
|
/titanic_41/usr/src/uts/common/sys/crypto/ |
H A D | sched_impl.h | 210 } kcf_areq_node_t; typedef 233 kcf_areq_node_t *kr_areq; /* Use this areq */ 267 kcf_areq_node_t *rt_idhash[REQID_BUCKETS]; 284 kcf_areq_node_t *gs_first; 285 kcf_areq_node_t *gs_last; 303 kcf_areq_node_t *kc_req_chain_first; 304 kcf_areq_node_t *kc_req_chain_last; 502 extern void kcf_aop_done(kcf_areq_node_t *, int); 508 extern void kcf_free_req(kcf_areq_node_t *areq);
|
/titanic_41/usr/src/uts/common/crypto/spi/ |
H A D | kcf_spi.c | 706 kcf_areq_node_t *areq = (kcf_areq_node_t *)handle; in crypto_op_notification()
|