Lines Matching refs:proc_ctx
70 #define PROC_CTX_BUF_SIZE WB_UP(sizeof(struct proc_ctx))
95 static struct proc_ctx *proc_ctx_acquire(struct llcp_mem_pool *owner) in proc_ctx_acquire()
97 struct proc_ctx *ctx; in proc_ctx_acquire()
99 ctx = (struct proc_ctx *)mem_acquire(&owner->free); in proc_ctx_acquire()
109 void llcp_proc_ctx_release(struct proc_ctx *ctx) in llcp_proc_ctx_release()
135 static inline bool static_tx_buffer_available(struct ll_conn *conn, struct proc_ctx *ctx) in static_tx_buffer_available()
153 bool llcp_tx_alloc_peek(struct ll_conn *conn, struct proc_ctx *ctx) in llcp_tx_alloc_peek()
183 void llcp_tx_alloc_unpeek(struct proc_ctx *ctx) in llcp_tx_alloc_unpeek()
196 struct node_tx *llcp_tx_alloc(struct ll_conn *conn, struct proc_ctx *ctx) in llcp_tx_alloc()
220 bool llcp_tx_alloc_peek(struct ll_conn *conn, struct proc_ctx *ctx) in llcp_tx_alloc_peek()
226 void llcp_tx_alloc_unpeek(struct proc_ctx *ctx) in llcp_tx_alloc_unpeek()
232 struct node_tx *llcp_tx_alloc(struct ll_conn *conn, struct proc_ctx *ctx) in llcp_tx_alloc()
298 void llcp_rx_node_retain(struct proc_ctx *ctx) in llcp_rx_node_retain()
312 void llcp_rx_node_release(struct proc_ctx *ctx) in llcp_rx_node_release()
324 void llcp_nodes_release(struct ll_conn *conn, struct proc_ctx *ctx) in llcp_nodes_release()
351 static struct proc_ctx *create_procedure(enum llcp_proc proc, struct llcp_mem_pool *ctx_pool) in create_procedure()
353 struct proc_ctx *ctx; in create_procedure()
378 struct proc_ctx *llcp_create_local_procedure(enum llcp_proc proc) in llcp_create_local_procedure()
383 struct proc_ctx *llcp_create_remote_procedure(enum llcp_proc proc) in llcp_create_remote_procedure()
511 struct proc_ctx *ctx; in ull_cp_prt_elapse()
602 struct proc_ctx *ctx; in ull_cp_min_used_chans()
625 struct proc_ctx *ctx; in ull_cp_le_ping()
641 struct proc_ctx *ctx; in ull_cp_feature_exchange()
658 struct proc_ctx *ctx; in ull_cp_version_exchange()
675 struct proc_ctx *ctx; in ull_cp_encryption_start()
701 struct proc_ctx *ctx; in ull_cp_encryption_pause()
727 struct proc_ctx *ctx; in ull_cp_encryption_paused()
747 struct proc_ctx *ctx; in ull_cp_phy_update()
767 struct proc_ctx *ctx; in ull_cp_terminate()
788 struct proc_ctx *ctx; in ull_cp_cis_terminate()
813 struct proc_ctx *ctx; in ull_cp_cis_create()
862 struct proc_ctx *ctx; in ull_cp_chan_map_update()
883 struct proc_ctx *ctx; in ull_cp_chan_map_update_pending()
902 struct proc_ctx *ctx; in ull_cp_data_length_update()
932 struct proc_ctx *ctx; in ull_cp_req_peer_sca()
953 struct proc_ctx *ctx; in ull_cp_ltk_req_reply()
967 struct proc_ctx *ctx; in ull_cp_ltk_req_neq_reply()
982 struct proc_ctx *ctx; in ull_cp_conn_update()
1042 struct proc_ctx *ctx; in ull_cp_periodic_sync()
1148 struct proc_ctx *ctx; in ull_cp_remote_dle_pending()
1159 struct proc_ctx *ctx; in ull_cp_conn_param_req_reply()
1169 struct proc_ctx *ctx; in ull_cp_conn_param_req_neg_reply()
1180 struct proc_ctx *ctx; in ull_cp_remote_cpr_pending()
1190 struct proc_ctx *ctx; in ull_cp_remote_cpr_apm_awaiting_reply()
1203 struct proc_ctx *ctx; in ull_cp_remote_cpr_apm_reply()
1221 struct proc_ctx *ctx; in ull_cp_remote_cpr_apm_neg_reply()
1249 struct proc_ctx *ctx;
1299 struct proc_ctx *ctx;
1314 struct proc_ctx *ctx;
1326 struct proc_ctx *ctx;
1338 struct proc_ctx *ctx;
1359 struct proc_ctx *ctx;
1372 struct proc_ctx *ctx;
1393 struct proc_ctx *ctx;
1406 struct proc_ctx *ctx;
1431 struct proc_ctx *ctx;
1442 struct proc_ctx *ctx;
1454 const struct proc_ctx *ctx;
1470 struct proc_ctx *ctx;
1515 struct proc_ctx *ctx;
1537 static bool pdu_is_expected(struct pdu_data *pdu, struct proc_ctx *ctx)
1542 static bool pdu_is_unknown(struct pdu_data *pdu, struct proc_ctx *ctx)
1548 static bool pdu_is_reject(struct pdu_data *pdu, struct proc_ctx *ctx)
1556 static bool pdu_is_reject_ext(struct pdu_data *pdu, struct proc_ctx *ctx)
1562 static bool pdu_is_any_reject(struct pdu_data *pdu, struct proc_ctx *ctx)
1866 struct proc_ctx *ctx;
1883 struct proc_ctx *ctx;
1900 struct proc_ctx *ctx_l;
1901 struct proc_ctx *ctx_r;
1912 struct proc_ctx *ctx;
2055 struct proc_ctx *llcp_proc_ctx_acquire(void)
2060 struct proc_ctx *llcp_create_procedure(enum llcp_proc proc)