Searched refs:ke_msg (Results 1 – 5 of 5) sorted by relevance
65 struct ke_msg struct95 __STATIC __INLINE struct ke_msg * ke_param2msg(void const *param_ptr) in ke_param2msg()97 return (struct ke_msg*) (((uint8_t*)param_ptr) - offsetof(struct ke_msg, param)); in ke_param2msg()109 __STATIC __INLINE void * ke_msg2param(struct ke_msg const *msg) in ke_msg2param()111 return (void*) (((uint8_t*) msg) + offsetof(struct ke_msg, param)); in ke_msg2param()267 void ke_msg_free(struct ke_msg const *param);
36 void bridge_hcif_send_acl(struct ke_msg *msg);44 void bridge_hcif_send_cmd(struct ke_msg *msg);
190 struct ke_msg* rx_buffer;
404 void hci_tl_send(struct ke_msg *msg);
261 void dbg_trc_req_ke_msg_send(struct ke_msg const *msg);
Completed in 11 milliseconds