Home
last modified time | relevance | path

Searched refs:socket_from_id (Results 1 – 2 of 2) sorted by relevance

/Zephyr-Core-3.5.0/drivers/modem/
Dwncm14a2a.c253 static struct wncm14a2a_socket *socket_from_id(int socket_id) in socket_from_id() function
639 sock = socket_from_id(ictx.last_socket_id); in on_cmd_sockok()
653 sock = socket_from_id(ictx.last_socket_id); in on_cmd_sockerror()
673 sock = socket_from_id(ictx.last_socket_id); in on_cmd_sockexterror()
700 sock = socket_from_id(MDM_MAX_SOCKETS + 1); in on_cmd_sockcreat()
725 sock = socket_from_id(ictx.last_socket_id); in on_cmd_sockwrite()
800 sock = socket_from_id(ictx.last_socket_id); in on_cmd_sockread()
906 sock = socket_from_id(socket_id); in on_cmd_sockdataind()
Dhl7800.c789 static struct hl7800_socket *socket_from_id(int socket_id) in socket_from_id() function
3677 sock = socket_from_id(iface_ctx.last_socket_id); in on_cmd_sockok()
3711 sock = socket_from_id(id); in on_cmd_sock_ind()
3744 sock = socket_from_id(iface_ctx.last_socket_id); in on_cmd_sockerror()
3768 sock = socket_from_id(iface_ctx.last_socket_id); in on_cmd_sock_error_code()
3834 sock = socket_from_id(id); in on_cmd_sock_notif()
3920 sock = socket_from_id(iface_ctx.last_socket_id); in on_cmd_sockcreate()
3923 sock = socket_from_id(MDM_CREATE_SOCKET_ID); in on_cmd_sockcreate()
3987 sock = socket_from_id(iface_ctx.last_socket_id); in sock_read()
4138 sock = socket_from_id(iface_ctx.last_socket_id); in on_cmd_connect()
[all …]