/components/net/lwip/lwip-2.1.2/src/netif/ppp/ |
A D | pppapi.c | 132 msg->msg.ppp = pppos_create(msg->msg.msg.serialcreate.pppif, msg->msg.msg.serialcreate.output_cb, in pppapi_do_pppos_create() 133 msg->msg.msg.serialcreate.link_status_cb, msg->msg.msg.serialcreate.ctx_cb); in pppapi_do_pppos_create() 173 msg->msg.ppp = pppoe_create(msg->msg.msg.ethernetcreate.pppif, msg->msg.msg.ethernetcreate.ethif, in pppapi_do_pppoe_create() 174 msg->msg.msg.ethernetcreate.service_name, msg->msg.msg.ethernetcreate.concentrator_name, in pppapi_do_pppoe_create() 175 msg->msg.msg.ethernetcreate.link_status_cb, msg->msg.msg.ethernetcreate.ctx_cb); in pppapi_do_pppoe_create() 218 msg->msg.ppp = pppol2tp_create(msg->msg.msg.l2tpcreate.pppif, in pppapi_do_pppol2tp_create() 219 …msg->msg.msg.l2tpcreate.netif, API_EXPR_REF(msg->msg.msg.l2tpcreate.ipaddr), msg->msg.msg.l2tpcrea… in pppapi_do_pppol2tp_create() 227 msg->msg.msg.l2tpcreate.link_status_cb, msg->msg.msg.l2tpcreate.ctx_cb); in pppapi_do_pppol2tp_create() 277 return ppp_connect(msg->msg.ppp, msg->msg.msg.connect.holdoff); in pppapi_do_ppp_connect() 342 return ppp_close(msg->msg.ppp, msg->msg.msg.close.nocarrier); in pppapi_do_ppp_close() [all …]
|
/components/net/lwip/lwip-2.0.3/src/netif/ppp/ |
A D | pppapi.c | 132 msg->msg.ppp = pppos_create(msg->msg.msg.serialcreate.pppif, msg->msg.msg.serialcreate.output_cb, in pppapi_do_pppos_create() 133 msg->msg.msg.serialcreate.link_status_cb, msg->msg.msg.serialcreate.ctx_cb); in pppapi_do_pppos_create() 173 msg->msg.ppp = pppoe_create(msg->msg.msg.ethernetcreate.pppif, msg->msg.msg.ethernetcreate.ethif, in pppapi_do_pppoe_create() 174 msg->msg.msg.ethernetcreate.service_name, msg->msg.msg.ethernetcreate.concentrator_name, in pppapi_do_pppoe_create() 175 msg->msg.msg.ethernetcreate.link_status_cb, msg->msg.msg.ethernetcreate.ctx_cb); in pppapi_do_pppoe_create() 218 msg->msg.ppp = pppol2tp_create(msg->msg.msg.l2tpcreate.pppif, in pppapi_do_pppol2tp_create() 219 …msg->msg.msg.l2tpcreate.netif, API_EXPR_REF(msg->msg.msg.l2tpcreate.ipaddr), msg->msg.msg.l2tpcrea… in pppapi_do_pppol2tp_create() 227 msg->msg.msg.l2tpcreate.link_status_cb, msg->msg.msg.l2tpcreate.ctx_cb); in pppapi_do_pppol2tp_create() 277 return ppp_connect(msg->msg.ppp, msg->msg.msg.connect.holdoff); in pppapi_do_ppp_connect() 342 return ppp_close(msg->msg.ppp, msg->msg.msg.close.nocarrier); in pppapi_do_ppp_close() [all …]
|
/components/net/lwip/lwip-1.4.1/src/api/ |
A D | netifapi.c | 83 msg->err = msg->msg.common.errtfunc(msg->netif); in do_netifapi_netif_common() 86 msg->msg.common.voidfunc(msg->netif); in do_netifapi_netif_common() 109 msg.msg.msg.add.ipaddr = ipaddr; in netifapi_netif_add() 110 msg.msg.msg.add.netmask = netmask; in netifapi_netif_add() 111 msg.msg.msg.add.gw = gw; in netifapi_netif_add() 112 msg.msg.msg.add.state = state; in netifapi_netif_add() 113 msg.msg.msg.add.init = init; in netifapi_netif_add() 114 msg.msg.msg.add.input = input; in netifapi_netif_add() 134 msg.msg.msg.add.ipaddr = ipaddr; in netifapi_netif_set_addr() 135 msg.msg.msg.add.netmask = netmask; in netifapi_netif_set_addr() [all …]
|
A D | tcpip.c | 94 msg->msg.apimsg->function(&(msg->msg.apimsg->msg)); in tcpip_thread() 103 ethernet_input(msg->msg.inp.p, msg->msg.inp.netif); in tcpip_thread() 107 ip_input(msg->msg.inp.p, msg->msg.inp.netif); in tcpip_thread() 116 msg->msg.netifapimsg->function(&(msg->msg.netifapimsg->msg)); in tcpip_thread() 123 sys_timeout(msg->msg.tmo.msecs, msg->msg.tmo.h, msg->msg.tmo.arg); in tcpip_thread() 128 sys_untimeout(msg->msg.tmo.h, msg->msg.tmo.arg); in tcpip_thread() 135 msg->msg.cb.function(msg->msg.cb.ctx); in tcpip_thread() 141 msg->msg.cb.function(msg->msg.cb.ctx); in tcpip_thread() 189 msg->msg.inp.p = p; in tcpip_input() 259 msg->msg.tmo.h = h; in tcpip_timeout() [all …]
|
A D | api_msg.c | 913 msg->err = udp_bind(msg->conn->pcb.udp, msg->msg.bc.ipaddr, msg->msg.bc.port); 918 msg->err = tcp_bind(msg->conn->pcb.tcp, msg->msg.bc.ipaddr, msg->msg.bc.port); 998 msg->err = udp_connect(msg->conn->pcb.udp, msg->msg.bc.ipaddr, msg->msg.bc.port); 1131 msg->err = raw_send(msg->conn->pcb.raw, msg->msg.b->p); 1133 msg->err = raw_sendto(msg->conn->pcb.raw, msg->msg.b->p, &msg->msg.b->addr); 1145 &msg->msg.b->addr, msg->msg.b->port, 1152 … msg->err = udp_sendto(msg->conn->pcb.udp, msg->msg.b->p, &msg->msg.b->addr, msg->msg.b->port); 1402 *(msg->msg.ad.ipaddr) = (msg->msg.ad.local ? msg->conn->pcb.ip->local_ip : 1432 …*(msg->msg.ad.port) = (msg->msg.ad.local?msg->conn->pcb.tcp->local_port:msg->conn->pcb.tcp->remote… 1502 msg->err = igmp_joingroup(msg->msg.jl.netif_addr, msg->msg.jl.multiaddr); [all …]
|
A D | api_lib.c | 76 msg.msg.msg.n.proto = proto; in netconn_new_with_proto_and_callback() 146 msg.msg.msg.ad.ipaddr = addr; in netconn_getaddr() 147 msg.msg.msg.ad.port = port; in netconn_getaddr() 148 msg.msg.msg.ad.local = local; in netconn_getaddr() 175 msg.msg.msg.bc.ipaddr = addr; in netconn_bind() 176 msg.msg.msg.bc.port = port; in netconn_bind() 201 msg.msg.msg.bc.ipaddr = addr; in netconn_connect() 202 msg.msg.msg.bc.port = port; in netconn_connect() 577 msg.msg.msg.b = buf; in netconn_send() 622 msg.msg.msg.w.len = size; in netconn_write_partly() [all …]
|
/components/net/lwip/lwip-2.1.2/src/api/ |
A D | tcpip.c | 162 msg->msg.api_msg.function(msg->msg.api_msg.msg); in tcpip_thread_handle_msg() 166 msg->msg.api_call.arg->err = msg->msg.api_call.function(msg->msg.api_call.arg); in tcpip_thread_handle_msg() 174 if (msg->msg.inp.input_fn(msg->msg.inp.p, msg->msg.inp.netif) != ERR_OK) { in tcpip_thread_handle_msg() 184 sys_timeout(msg->msg.tmo.msecs, msg->msg.tmo.h, msg->msg.tmo.arg); in tcpip_thread_handle_msg() 189 sys_untimeout(msg->msg.tmo.h, msg->msg.tmo.arg); in tcpip_thread_handle_msg() 196 msg->msg.cb.function(msg->msg.cb.ctx); in tcpip_thread_handle_msg() 202 msg->msg.cb.function(msg->msg.cb.ctx); in tcpip_thread_handle_msg() 260 msg->msg.inp.p = p; in tcpip_inpkt() 390 msg->msg.tmo.h = h; in tcpip_timeout() 416 msg->msg.tmo.h = h; in tcpip_untimeout() [all …]
|
A D | netifapi.c | 71 API_EXPR_REF(msg->msg.add.gw), in netifapi_do_netif_add() 73 msg->msg.add.state, in netifapi_do_netif_add() 74 msg->msg.add.init, in netifapi_do_netif_add() 75 msg->msg.add.input)) { in netifapi_do_netif_add() 111 msg->msg.ifs.index = netif_name_to_index(msg->msg.ifs.name); in netifapi_do_name_to_index() 125 if (!netif_index_to_name(msg->msg.ifs.index, msg->msg.ifs.name)) { in netifapi_do_index_to_name() 127 msg->msg.ifs.name[0] = '\0'; in netifapi_do_index_to_name() 143 if (msg->msg.common.errtfunc != NULL) { in netifapi_do_netif_common() 144 return msg->msg.common.errtfunc(msg->netif); in netifapi_do_netif_common() 146 msg->msg.common.voidfunc(msg->netif); in netifapi_do_netif_common() [all …]
|
A D | api_msg.c | 1230 err = udp_bind(msg->conn->pcb.udp, API_EXPR_REF(msg->msg.bc.ipaddr), msg->msg.bc.port); 1235 err = tcp_bind(msg->conn->pcb.tcp, API_EXPR_REF(msg->msg.bc.ipaddr), msg->msg.bc.port); 1367 err = udp_connect(msg->conn->pcb.udp, API_EXPR_REF(msg->msg.bc.ipaddr), msg->msg.bc.port); 1542 if (ip_addr_isany(&msg->msg.b->addr) || IP_IS_ANY_TYPE_VAL(msg->msg.b->addr)) { 1545 err = raw_sendto(msg->conn->pcb.raw, msg->msg.b->p, &msg->msg.b->addr); 1552 if (ip_addr_isany(&msg->msg.b->addr) || IP_IS_ANY_TYPE_VAL(msg->msg.b->addr)) { 1557 &msg->msg.b->addr, msg->msg.b->port, 1561 if (ip_addr_isany_val(msg->msg.b->addr) || IP_IS_ANY_TYPE_VAL(msg->msg.b->addr)) { 1564 … err = udp_sendto(msg->conn->pcb.udp, msg->msg.b->p, &msg->msg.b->addr, msg->msg.b->port); 1872 if (msg->msg.ad.local) { [all …]
|
A D | api_lib.c | 210 API_MSG_VAR_REF(msg).msg.sd.polls_left = in netconn_prepare_delete() 283 *addr = msg->msg.ad.ipaddr; in netconn_getaddr() 284 *port = msg->msg.ad.port; in netconn_getaddr() 286 msg.msg.ad.ipaddr = addr; in netconn_getaddr() 287 msg.msg.ad.port = port; in netconn_getaddr() 334 API_MSG_VAR_REF(msg).msg.bc.port = port; in netconn_bind() 394 API_MSG_VAR_REF(msg).msg.bc.port = port; in netconn_connect() 683 msg->msg.r.len = len; in netconn_tcp_recvd_msg() 952 API_MSG_VAR_REF(msg).msg.b = buf; in netconn_send() 1049 API_MSG_VAR_REF(msg).msg.w.len = size; in netconn_write_vectors_partly() [all …]
|
/components/net/lwip/lwip-2.0.3/src/api/ |
A D | tcpip.c | 112 msg->msg.api_msg.function(msg->msg.api_msg.msg); in tcpip_thread() 116 msg->msg.api_call.arg->err = msg->msg.api_call.function(msg->msg.api_call.arg); in tcpip_thread() 124 msg->msg.inp.input_fn(msg->msg.inp.p, msg->msg.inp.netif); in tcpip_thread() 132 sys_timeout(msg->msg.tmo.msecs, msg->msg.tmo.h, msg->msg.tmo.arg); in tcpip_thread() 137 sys_untimeout(msg->msg.tmo.h, msg->msg.tmo.arg); in tcpip_thread() 144 msg->msg.cb.function(msg->msg.cb.ctx); in tcpip_thread() 150 msg->msg.cb.function(msg->msg.cb.ctx); in tcpip_thread() 189 msg->msg.inp.p = p; in tcpip_inpkt() 282 msg->msg.tmo.h = h; in tcpip_timeout() 308 msg->msg.tmo.h = h; in tcpip_untimeout() [all …]
|
A D | netifapi.c | 68 API_EXPR_REF(msg->msg.add.gw), in netifapi_do_netif_add() 70 msg->msg.add.state, in netifapi_do_netif_add() 71 msg->msg.add.init, in netifapi_do_netif_add() 72 msg->msg.add.input)) { in netifapi_do_netif_add() 93 API_EXPR_REF(msg->msg.add.gw)); in netifapi_do_netif_set_addr() 109 if (msg->msg.common.errtfunc != NULL) { in netifapi_do_netif_common() 110 return msg->msg.common.errtfunc(msg->netif); in netifapi_do_netif_common() 112 msg->msg.common.voidfunc(msg->netif); in netifapi_do_netif_common() 153 NETIFAPI_VAR_REF(msg).msg.add.state = state; in netifapi_netif_add() 154 NETIFAPI_VAR_REF(msg).msg.add.init = init; in netifapi_netif_add() [all …]
|
A D | api_msg.c | 1138 msg->err = udp_bind(msg->conn->pcb.udp, API_EXPR_REF(msg->msg.bc.ipaddr), msg->msg.bc.port); 1143 msg->err = tcp_bind(msg->conn->pcb.tcp, API_EXPR_REF(msg->msg.bc.ipaddr), msg->msg.bc.port); 1228 … msg->err = udp_connect(msg->conn->pcb.udp, API_EXPR_REF(msg->msg.bc.ipaddr), msg->msg.bc.port); 1404 msg->err = raw_send(msg->conn->pcb.raw, msg->msg.b->p); 1406 msg->err = raw_sendto(msg->conn->pcb.raw, msg->msg.b->p, &msg->msg.b->addr); 1414 msg->err = udp_send_chksum(msg->conn->pcb.udp, msg->msg.b->p, 1417 msg->err = udp_sendto_chksum(msg->conn->pcb.udp, msg->msg.b->p, 1418 &msg->msg.b->addr, msg->msg.b->port, 1423 msg->err = udp_send(msg->conn->pcb.udp, msg->msg.b->p); 1425 … msg->err = udp_sendto(msg->conn->pcb.udp, msg->msg.b->p, &msg->msg.b->addr, msg->msg.b->port); [all …]
|
A D | api_lib.c | 133 API_MSG_VAR_REF(msg).msg.n.proto = proto; in netconn_new_with_proto_and_callback() 184 API_MSG_VAR_REF(msg).msg.sd.polls_left = in netconn_delete() 226 *addr = msg->msg.ad.ipaddr; in netconn_getaddr() 227 *port = msg->msg.ad.port; in netconn_getaddr() 229 msg.msg.ad.ipaddr = addr; in netconn_getaddr() 230 msg.msg.ad.port = port; in netconn_getaddr() 277 API_MSG_VAR_REF(msg).msg.bc.port = port; in netconn_bind() 311 API_MSG_VAR_REF(msg).msg.bc.port = port; in netconn_connect() 547 API_MSG_VAR_REF(msg).msg.r.len = 1; in netconn_recv_data() 713 API_MSG_VAR_REF(msg).msg.b = buf; in netconn_send() [all …]
|
/components/mm/ |
A D | mm_fault.c | 32 varea->mem_obj->on_page_fault(varea, msg); in _fetch_page() 33 err = rt_varea_map_with_msg(varea, msg); in _fetch_page() 46 err = _fetch_page(varea, msg); in _read_fault() 83 err = _fetch_page(varea, msg); in _write_fault() 102 err = _fetch_page(varea, msg); in _exec_fault() 112 switch (msg->fault_op) in _determine_precise_fault_type() 148 uintptr_t va = (uintptr_t)msg->fault_vaddr; in rt_aspace_fault_try_fix() 150 msg->fault_vaddr = (void *)va; in rt_aspace_fault_try_fix() 151 rt_mm_fault_res_init(&msg->response); in rt_aspace_fault_try_fix() 174 … msg->off = varea->offset + ((long)msg->fault_vaddr - (long)varea->start) / ARCH_PAGE_SIZE; in rt_aspace_fault_try_fix() [all …]
|
A D | mm_anon.c | 240 char *page_va = msg->response.vaddr; in _map_page_in_varea() 277 msg.off = offset_in_mobj; in _get_page_from_backup() 331 _map_page_in_varea(backup, varea, msg, msg->fault_vaddr); in _fetch_page_for_varea() 351 _map_page_in_varea(curr_aspace, varea, msg, msg->fault_vaddr); in _fetch_page_for_varea() 381 struct rt_aspace_fault_msg msg; in _anon_page_read() local 385 msg.off = iomsg->off; in _anon_page_read() 421 struct rt_aspace_fault_msg msg; in _anon_page_write() local 425 msg.off = iomsg->off; in _anon_page_write() 523 msg->response.vaddr = page; in _override_map() 571 fault_vaddr = msg->fault_vaddr; in rt_varea_fix_private_locked() [all …]
|
A D | mm_object.c | 37 int affid = RT_PAGE_PICK_AFFID(msg->fault_vaddr); in on_page_fault() 46 msg->response.status = MM_FAULT_STATUS_OK; in on_page_fault() 47 msg->response.size = ARCH_PAGE_SIZE; in on_page_fault() 48 msg->response.vaddr = page; in on_page_fault() 80 static void page_read(struct rt_varea *varea, struct rt_aspace_io_msg *msg) in page_read() argument 84 dst_k = rt_hw_mmu_v2p(aspace, msg->fault_vaddr); in page_read() 89 memcpy(msg->buffer_vaddr, dst_k, ARCH_PAGE_SIZE); in page_read() 90 msg->response.status = MM_FAULT_STATUS_OK; in page_read() 98 dst_k = rt_hw_mmu_v2p(aspace, msg->fault_vaddr); in page_write() 103 memcpy(dst_k, msg->buffer_vaddr, ARCH_PAGE_SIZE); in page_write() [all …]
|
/components/drivers/usb/cherryusb/class/adb/ |
A D | usbd_adb.c | 87 packet->msg.magic = packet->msg.command ^ 0xffffffff; in adb_send_msg() 94 packet->msg.command = A_OKAY; in adb_send_okay() 95 packet->msg.arg0 = localid; in adb_send_okay() 97 packet->msg.data_length = 0; in adb_send_okay() 104 packet->msg.command = A_CLSE; in adb_send_close() 105 packet->msg.arg0 = localid; in adb_send_close() 106 packet->msg.arg1 = remoteid; in adb_send_close() 107 packet->msg.data_length = 0; in adb_send_close() 293 packet->msg.command = A_WRTE; in usbd_abd_write() 294 packet->msg.arg0 = localid; in usbd_abd_write() [all …]
|
/components/net/lwip/lwip-1.4.1/src/include/lwip/ |
A D | api_msg.h | 117 } msg; member 125 void (* function)(struct api_msg_msg *msg); 127 struct api_msg_msg msg; member 148 void do_newconn ( struct api_msg_msg *msg); 149 void do_delconn ( struct api_msg_msg *msg); 150 void do_bind ( struct api_msg_msg *msg); 151 void do_connect ( struct api_msg_msg *msg); 152 void do_disconnect ( struct api_msg_msg *msg); 153 void do_listen ( struct api_msg_msg *msg); 154 void do_send ( struct api_msg_msg *msg); [all …]
|
/components/net/lwip-dhcpd/ |
A D | dhcp_server_raw.c | 200 node = dhcp_client_find_by_mac(dhcpserver, msg->chaddr, msg->hlen); in dhcp_client_find() 236 node = dhcp_client_find_by_mac(dhcpserver, msg->chaddr, msg->hlen); in dhcp_client_alloc() 269 SMEMCPY(node->chaddr, msg->chaddr, msg->hlen); in dhcp_client_alloc() 308 struct dhcp_msg *msg; in dhcp_server_recv() local 349 if (msg->op != DHCP_BOOTREQUEST) in dhcp_server_recv() 361 if (msg->hlen > DHCP_MAX_HLEN) in dhcp_server_recv() 382 msg->hops = 0; in dhcp_server_recv() 383 msg->secs = 0; in dhcp_server_recv() 385 msg->sname[0] = '\0'; in dhcp_server_recv() 386 msg->file[0] = '\0'; in dhcp_server_recv() [all …]
|
/components/drivers/i2c/ |
A D | dev_i2c_core.c | 123 struct rt_i2c_msg msg; in rt_i2c_master_send() local 125 msg.addr = addr; in rt_i2c_master_send() 126 msg.flags = flags; in rt_i2c_master_send() 127 msg.len = count; in rt_i2c_master_send() 128 msg.buf = (rt_uint8_t *)buf; in rt_i2c_master_send() 130 ret = rt_i2c_transfer(bus, &msg, 1); in rt_i2c_master_send() 142 struct rt_i2c_msg msg; in rt_i2c_master_recv() local 145 msg.addr = addr; in rt_i2c_master_recv() 146 msg.flags = flags | RT_I2C_RD; in rt_i2c_master_recv() 147 msg.len = count; in rt_i2c_master_recv() [all …]
|
A D | dev_i2c_bit_ops.c | 195 rt_int32_t count = msg->len; in i2c_send_bytes() 248 rt_uint8_t *ptr = msg->buf; in i2c_recv_bytes() 249 rt_int32_t count = msg->len; in i2c_recv_bytes() 309 rt_uint16_t flags = msg->flags; in i2c_bit_send_address() 322 addr2 = msg->addr & 0xff; in i2c_bit_send_address() 358 addr1 = msg->addr << 1; in i2c_bit_send_address() 373 struct rt_i2c_msg *msg; in i2c_bit_xfer() local 389 msg = &msgs[i]; in i2c_bit_xfer() 410 if (msg->flags & RT_I2C_RD) in i2c_bit_xfer() 417 if (ret < msg->len) in i2c_bit_xfer() [all …]
|
/components/dfs/dfs_v2/src/ |
A D | dfs_fs.c | 162 DLOG(msg, "dfs", "mnt", DLOG_MSG, "mnt = dfs_mnt_lookup(%s)", fullpath); in dfs_remount() 262 DLOG(msg, "dfs", "mnt", DLOG_MSG, "mnt_parent = dfs_mnt_lookup(%s)", fullpath); in dfs_mount() 270 DLOG(msg, "mnt", "dfs", DLOG_MSG_RET, "no mnt"); in dfs_mount() 275 DLOG(msg, "dfs", "mnt", DLOG_MSG, "mnt_parent = dfs_mnt_create(path)"); in dfs_mount() 279 DLOG(msg, "mnt", "dfs", DLOG_MSG_RET, "return mnt, ref_count=1"); in dfs_mount() 300 DLOG(msg, "dfs", "mnt", DLOG_MSG, "dfs_mnt_unref(mnt_parent)"); in dfs_mount() 343 DLOG(msg, "dentry", "dfs", DLOG_MSG_RET, "dentry exist"); in dfs_mount() 344 DLOG(msg, "dfs", "mnt", DLOG_MSG, "mnt_child = dfs_mnt_create(path)"); in dfs_mount() 455 DLOG(msg, "dfs", "mnt", DLOG_MSG, "mnt = dfs_mnt_lookup(%s)", fullpath); in dfs_umount() 470 DLOG(msg, "dfs", "mnt", DLOG_MSG, "dfs_mnt_destroy(mnt)"); in dfs_umount() [all …]
|
/components/drivers/usb/cherryusb/class/vendor/wifi/ |
A D | usbh_bl616.c | 148 msg->cmd = BFLB_CMD_HELLO; in usbh_bl616_wifi_open() 168 msg->cmd = BFLB_CMD_UNLOAD_DRV; in usbh_bl616_wifi_close() 192 msg->hdr.msg_id = 0x0001; in usbh_bl616_wifi_sta_connect() 193 msg->hdr.session_id = 0x0002; in usbh_bl616_wifi_sta_connect() 194 msg->ssid_len = ssid_len; in usbh_bl616_wifi_sta_connect() 195 memcpy(msg->ssid, ssid, ssid_len); in usbh_bl616_wifi_sta_connect() 218 msg->cmd = BFLB_CMD_STA_DISCONNECT; in usbh_bl616_wifi_sta_disconnect() 238 msg->cmd = BFLB_CMD_SCAN_RESULTS; in usbh_bl616_get_wifi_scan_result() 259 msg->cmd = BFLB_CMD_SCAN; in usbh_bl616_wifi_scan() 355 rnm_base_msg_t *msg; in usbh_bl616_rx_thread() local [all …]
|
/components/lwp/ |
A D | lwp_ipc.c | 103 RT_ASSERT(msg != RT_NULL); in rt_ipc_msg_init() 106 msg->msg = *data; in rt_ipc_msg_init() 107 msg->msg.sender = (void *)rt_thread_self(); in rt_ipc_msg_init() 329 rt_ipc_msg_t msg; in wakeup_sender_wait_recv() local 336 if (msg->need_reply && msg->msg.sender == thread) in wakeup_sender_wait_recv() 377 rt_ipc_msg_t msg; in sender_timeout() local 384 if (msg->need_reply && msg->msg.sender == thread) in sender_timeout() 478 rt_ipc_msg_t msg; in _send_recv_timeout() local 504 if (!msg) in _send_recv_timeout() 704 rt_ipc_msg_t msg; in rt_raw_channel_reply() local [all …]
|