Searched refs:max_queue_depth (Results 1 – 4 of 4) sorted by relevance
| /NetX-Duo-v6.2.1/common/src/ |
| D | nx_tcp_socket_transmit_configure.c | 85 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()
|
| D | nxe_tcp_socket_transmit_configure.c | 86 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/ |
| D | nx_tcp.h | 284 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…
|
| D | nx_api.h | 3848 UINT nx_tcp_socket_transmit_configure(NX_TCP_SOCKET *socket_ptr, ULONG max_queue_depth, ULONG timeo…
|