Home
last modified time | relevance | path

Searched refs:max_queue_depth (Results 1 – 4 of 4) sorted by relevance

/NetX-Duo-v6.2.1/common/src/
Dnx_tcp_socket_transmit_configure.c85 UINT _nx_tcp_socket_transmit_configure(NX_TCP_SOCKET *socket_ptr, ULONG max_queue_depth, in _nx_tcp_socket_transmit_configure() argument
96 …E_INSERT(NX_TRACE_TCP_SOCKET_TRANSMIT_CONFIGURE, ip_ptr, socket_ptr, max_queue_depth, timeout, NX_… in _nx_tcp_socket_transmit_configure()
105 socket_ptr -> nx_tcp_socket_transmit_queue_maximum_default = max_queue_depth; in _nx_tcp_socket_transmit_configure()
106 socket_ptr -> nx_tcp_socket_transmit_queue_maximum = max_queue_depth; in _nx_tcp_socket_transmit_configure()
Dnxe_tcp_socket_transmit_configure.c86 UINT _nxe_tcp_socket_transmit_configure(NX_TCP_SOCKET *socket_ptr, ULONG max_queue_depth, in _nxe_tcp_socket_transmit_configure() argument
100 if (!max_queue_depth) in _nxe_tcp_socket_transmit_configure()
115 status = _nx_tcp_socket_transmit_configure(socket_ptr, max_queue_depth, in _nxe_tcp_socket_transmit_configure()
/NetX-Duo-v6.2.1/common/inc/
Dnx_tcp.h284 UINT _nx_tcp_socket_transmit_configure(NX_TCP_SOCKET *socket_ptr, ULONG max_queue_depth, ULONG time…
398 UINT _nxe_tcp_socket_transmit_configure(NX_TCP_SOCKET *socket_ptr, ULONG max_queue_depth, ULONG tim…
Dnx_api.h3848 UINT nx_tcp_socket_transmit_configure(NX_TCP_SOCKET *socket_ptr, ULONG max_queue_depth, ULONG timeo…