Home
last modified time | relevance | path

Searched defs:om (Results 1 – 25 of 38) sorted by relevance

12

/device/soc/winnermicro/wm800/board/src/bt/blehost/nimble/host/mesh/src/
Dglue.c63 void net_buf_put(struct ble_npl_eventq *fifo, struct os_mbuf *om) in net_buf_put()
73 void *net_buf_ref(struct os_mbuf *om) in net_buf_ref()
87 void net_buf_unref(struct os_mbuf *om) in net_buf_unref()
120 uint16_t net_buf_simple_pull_le16(struct os_mbuf *om) in net_buf_simple_pull_le16()
131 uint16_t net_buf_simple_pull_be16(struct os_mbuf *om) in net_buf_simple_pull_be16()
142 uint32_t net_buf_simple_pull_be32(struct os_mbuf *om) in net_buf_simple_pull_be32()
153 uint32_t net_buf_simple_pull_le32(struct os_mbuf *om) in net_buf_simple_pull_le32()
164 uint8_t net_buf_simple_pull_u8(struct os_mbuf *om) in net_buf_simple_pull_u8()
175 void net_buf_simple_add_le16(struct os_mbuf *om, uint16_t val) in net_buf_simple_add_le16()
182 void net_buf_simple_add_be16(struct os_mbuf *om, uint16_t val) in net_buf_simple_add_be16()
[all …]
Dadv.h15 #define BT_MESH_ADV(om) (*(struct bt_mesh_adv **) OS_MBUF_USRHDR(om)) argument
/device/soc/winnermicro/wm800/board/src/bt/blehost/porting/w800/src/
Dos_mbuf.c215 struct os_mbuf *om; in os_mbuf_get() local
241 struct os_mbuf *om; in os_mbuf_get_pkthdr() local
261 int os_mbuf_free(struct os_mbuf *om) in os_mbuf_free()
277 int os_mbuf_free_chain(struct os_mbuf *om) in os_mbuf_free_chain()
314 int os_mbuf_append(struct os_mbuf *om, const void *data, uint16_t len) in os_mbuf_append()
413 struct os_mbuf *os_mbuf_dup(struct os_mbuf *om) in os_mbuf_dup()
456 struct os_mbuf *os_mbuf_off(const struct os_mbuf *om, int off, uint16_t *out_off) in os_mbuf_off()
609 int os_mbuf_cmpf(const struct os_mbuf *om, int off, const void *data, int len) in os_mbuf_cmpf()
698 struct os_mbuf *os_mbuf_prepend(struct os_mbuf *om, int len) in os_mbuf_prepend()
751 struct os_mbuf *os_mbuf_prepend_pullup(struct os_mbuf *om, uint16_t len) in os_mbuf_prepend_pullup()
[all …]
Dmem.c255 struct os_mbuf *mem_split_frag(struct os_mbuf **om, uint16_t max_frag_sz, mem_frag_alloc_fn *alloc_… in mem_split_frag()
/device/soc/winnermicro/wm800/board/src/bt/blehost/nimble/host/src/
Dble_hs_mbuf.c28 struct os_mbuf *om; in ble_hs_mbuf_gen_pkt() local
92 struct os_mbuf *om; in ble_hs_mbuf_from_flat() local
108 int ble_hs_mbuf_to_flat(const struct os_mbuf *om, void *flat, uint16_t max_len, in ble_hs_mbuf_to_flat()
138 int ble_hs_mbuf_pullup_base(struct os_mbuf **om, int base_len) in ble_hs_mbuf_pullup_base()
Dble_hs_adv.c37 uint8_t *dst, uint8_t *dst_len, struct os_mbuf *om) in ble_hs_adv_set_hdr()
62 struct os_mbuf *om) in ble_hs_adv_set_flat_mbuf()
93 struct os_mbuf *om) in ble_hs_adv_set_array_uuid16()
121 struct os_mbuf *om) in ble_hs_adv_set_array_uuid32()
155 struct os_mbuf *om) in ble_hs_adv_set_array_uuid128()
182 struct os_mbuf *om) in ble_hs_adv_set_array16()
211 struct os_mbuf *om) in adv_set_fields()
445 struct os_mbuf *om) in ble_hs_adv_set_fields_mbuf()
Dble_l2cap_sig.c319 struct os_mbuf **om) in ble_l2cap_sig_rx_noop()
360 struct os_mbuf **om) in ble_l2cap_sig_update_req_rx()
422 struct os_mbuf **om) in ble_l2cap_sig_update_rsp_rx()
690 struct os_mbuf **om) in ble_l2cap_sig_credit_base_reconfig_req_rx()
810 struct os_mbuf **om) in ble_l2cap_sig_credit_base_reconfig_rsp_rx()
834 struct os_mbuf **om) in ble_l2cap_sig_credit_base_con_req_rx()
992 struct os_mbuf **om) in ble_l2cap_sig_credit_base_con_rsp_rx()
1053 struct os_mbuf **om) in ble_l2cap_sig_coc_req_rx()
1146 struct os_mbuf **om) in ble_l2cap_sig_coc_rsp_rx()
1412 struct os_mbuf **om) in ble_l2cap_sig_disc_req_rx()
[all …]
Dble_hs_mqueue.c32 struct os_mbuf *om; in ble_mqueue_get() local
51 int ble_mqueue_put(struct ble_mqueue *mq, struct ble_npl_eventq *evq, struct os_mbuf *om) in ble_mqueue_put()
Dble_hs.c213 struct os_mbuf *om; in ble_hs_process_rx_data_queue() local
225 struct os_mbuf *om; in ble_hs_wakeup_tx_conn() local
287 struct os_mbuf *om; in ble_hs_clear_rx_queue() local
609 static int ble_hs_rx_data(struct os_mbuf *om, void *arg) in ble_hs_rx_data()
634 int ble_hs_tx_data(struct os_mbuf *om) in ble_hs_tx_data()
Dble_l2cap.c92 int ble_l2cap_parse_hdr(struct os_mbuf *om, int off, in ble_l2cap_parse_hdr()
106 struct os_mbuf *ble_l2cap_prepend_hdr(struct os_mbuf *om, uint16_t cid, uint16_t len) in ble_l2cap_prepend_hdr()
233 struct os_mbuf *om, in ble_l2cap_rx_payload()
318 struct os_mbuf *om, in ble_l2cap_rx()
Dble_att_svr.c197 static int ble_att_svr_pullup_req_base(struct os_mbuf **om, int base_len, uint8_t *out_att_err) in ble_att_svr_pullup_req_base()
352 struct os_mbuf *om, in ble_att_svr_read()
393 struct os_mbuf *om; in ble_att_svr_read_flat() local
424 uint16_t offset, struct os_mbuf *om, in ble_att_svr_read_handle()
448 struct os_mbuf *om; in ble_att_svr_read_local() local
470 uint16_t offset, struct os_mbuf **om, uint8_t *out_att_err) in ble_att_svr_write()
502 uint16_t offset, struct os_mbuf **om, in ble_att_svr_write_handle()
564 static int ble_att_svr_tx_rsp(uint16_t conn_handle, int hs_status, struct os_mbuf *om, in ble_att_svr_tx_rsp()
728 struct os_mbuf *om, uint16_t mtu, uint8_t *format) in ble_att_svr_fill_info()
894 static int ble_att_svr_fill_type_value_entry(struct os_mbuf *om, uint16_t first, in ble_att_svr_fill_type_value_entry()
[all …]
Dble_hs_hci.c397 struct os_mbuf *om; in ble_hs_hci_frag_alloc() local
430 static struct os_mbuf *ble_hs_hci_acl_hdr_prepend(struct os_mbuf *om, uint16_t handle, uint8_t pb_f… in ble_hs_hci_acl_hdr_prepend()
456 int ble_hs_hci_acl_tx_now(struct ble_hs_conn *conn, struct os_mbuf **om) in ble_hs_hci_acl_tx_now()
540 int ble_hs_hci_acl_tx(struct ble_hs_conn *conn, struct os_mbuf **om) in ble_hs_hci_acl_tx()
Dble_sm.c649 static void ble_sm_rx_noop(uint16_t conn_handle, struct os_mbuf **om, in ble_sm_rx_noop()
1315 static void ble_sm_random_rx(uint16_t conn_handle, struct os_mbuf **om, struct ble_sm_result *res) in ble_sm_random_rx()
1357 static void ble_sm_confirm_rx(uint16_t conn_handle, struct os_mbuf **om, struct ble_sm_result *res) in ble_sm_confirm_rx()
1576 static void ble_sm_pair_req_rx(uint16_t conn_handle, struct os_mbuf **om, in ble_sm_pair_req_rx()
1682 static void ble_sm_pair_rsp_rx(uint16_t conn_handle, struct os_mbuf **om, struct ble_sm_result *res) in ble_sm_pair_rsp_rx()
1753 static void ble_sm_sec_req_rx(uint16_t conn_handle, struct os_mbuf **om, struct ble_sm_result *res) in ble_sm_sec_req_rx()
2007 static void ble_sm_enc_info_rx(uint16_t conn_handle, struct os_mbuf **om, struct ble_sm_result *res) in ble_sm_enc_info_rx()
2035 static void ble_sm_master_id_rx(uint16_t conn_handle, struct os_mbuf **om, struct ble_sm_result *re… in ble_sm_master_id_rx()
2063 static void ble_sm_id_info_rx(uint16_t conn_handle, struct os_mbuf **om, struct ble_sm_result *res) in ble_sm_id_info_rx()
2090 static void ble_sm_id_addr_info_rx(uint16_t conn_handle, struct os_mbuf **om, struct ble_sm_result … in ble_sm_id_addr_info_rx()
[all …]
Dble_hs_flow.c130 const struct os_mbuf *om; in ble_hs_flow_acl_free() local
177 void ble_hs_flow_fill_acl_usrhdr(struct os_mbuf *om) in ble_hs_flow_fill_acl_usrhdr()
Dble_uuid.c162 int ble_uuid_init_from_att_mbuf(ble_uuid_any_t *uuid, struct os_mbuf *om, int off, int len) in ble_uuid_init_from_att_mbuf()
217 int ble_uuid_to_mbuf(const ble_uuid_t *uuid, struct os_mbuf *om) in ble_uuid_to_mbuf()
Dble_att.c439 struct os_mbuf **om) in ble_att_rx_handle_unknown_request()
457 struct os_mbuf **om; in ble_att_rx() local
Dble_gatts.c101 uint8_t op, uint16_t offset, struct os_mbuf **om, in ble_gatts_inc_access()
229 uint8_t op, uint16_t offset, struct os_mbuf **om, in ble_gatts_chr_def_access()
327 struct os_mbuf **om, ble_gatt_access_fn *access_cb, in ble_gatts_val_access()
393 struct os_mbuf **om, void *arg) in ble_gatts_chr_val_access()
487 uint8_t att_op, uint16_t offset, struct os_mbuf **om, in ble_gatts_dsc_access()
612 struct os_mbuf *om, in ble_gatts_clt_cfg_access_locked()
696 uint8_t op, uint16_t offset, struct os_mbuf **om, in ble_gatts_clt_cfg_access()
Dble_hs_log.c25 void ble_hs_log_mbuf(const struct os_mbuf *om) in ble_hs_log_mbuf()
Dble_att_clt.c208 int ble_att_clt_rx_find_info(uint16_t conn_handle, struct os_mbuf **om) in ble_att_clt_rx_find_info()
277 static int ble_att_clt_parse_find_type_value_hinfo(struct os_mbuf **om, struct ble_att_find_type_va… in ble_att_clt_parse_find_type_value_hinfo()
547 struct os_mbuf **om, int data_len, in ble_att_clt_parse_read_group_type_adata()
Dble_l2cap_coc.c139 struct os_mbuf *om) in ble_l2cap_event_coc_received_data()
152 struct os_mbuf **om; in ble_l2cap_coc_rx_fn() local
Dble_gattc.c1729 struct os_mbuf **om) in ble_gattc_find_inc_svcs_rx_read_rsp()
2592 static int ble_gattc_read_rx_read_rsp(struct ble_gattc_proc *proc, int status, struct os_mbuf **om) in ble_gattc_read_rx_read_rsp()
2894 …c int ble_gattc_read_long_rx_read_rsp(struct ble_gattc_proc *proc, int status, struct os_mbuf **om) in ble_gattc_read_long_rx_read_rsp()
2986 uint16_t att_handle, struct os_mbuf **om) in ble_gattc_read_mult_cb()
3121 struct os_mbuf *om; in ble_gattc_write_no_rsp_flat() local
3233 struct os_mbuf *om; in ble_gattc_write_flat() local
3294 struct os_mbuf *om; in ble_gattc_write_long_tx() local
3391 struct os_mbuf *om; in ble_gattc_write_long_rx_prep() local
3567 struct os_mbuf *om; in ble_gattc_write_reliable_tx() local
3658 struct os_mbuf *om; in ble_gattc_write_reliable_rx_prep() local
[all …]
Dble_sm_sc.c551 void ble_sm_sc_public_key_rx(uint16_t conn_handle, struct os_mbuf **om, struct ble_sm_result *res) in ble_sm_sc_public_key_rx()
767 void ble_sm_sc_dhkey_check_rx(uint16_t conn_handle, struct os_mbuf **om, in ble_sm_sc_dhkey_check_rx()
Dble_hs_hci_util.c141 int ble_hs_hci_util_data_hdr_strip(struct os_mbuf *om, struct hci_data_hdr *out_hdr) in ble_hs_hci_util_data_hdr_strip()
/device/soc/winnermicro/wm800/board/src/bt/blehost/porting/w800/include/os/
Dos_mbuf.h159 #define OS_MBUF_USRHDR(om) \ argument
167 #define OS_MBUF_USRHDR_LEN(om) \ argument
175 static inline uint16_t _os_mbuf_leadingspace(struct os_mbuf *om) in _os_mbuf_leadingspace()
207 static inline uint16_t _os_mbuf_trailingspace(struct os_mbuf *om) in _os_mbuf_trailingspace()
/device/soc/winnermicro/wm800/board/src/bt/blehost/nimble/host/include/host/
Dble_gatt.h97 struct os_mbuf *om; member
641 struct os_mbuf *om; member

12