Home
last modified time | relevance | path

Searched refs:_nx_ram_network_driver_output (Results 1 – 3 of 3) sorted by relevance

/NetX-Duo-v6.4.1/common/src/
Dnx_ram_network_driver.c68 void _nx_ram_network_driver_output(NX_PACKET *packet_ptr, UINT interface_instance_id);
436 _nx_ram_network_driver_output(packet_ptr, i); in _nx_ram_network_driver()
445 _nx_ram_network_driver_output(driver_req_ptr -> nx_ip_driver_packet, i); in _nx_ram_network_driver()
713 void _nx_ram_network_driver_output(NX_PACKET *packet_ptr, UINT interface_instance_id) in _nx_ram_network_driver_output() function
/NetX-Duo-v6.4.1/test/regression/test/
Dnx_ram_network_driver_test_1500.c165 VOID _nx_ram_network_driver_output(NX_IP *ip_ptr, NX_PACKET *packet_ptr, UINT interface_instance_id…
338_nx_ram_network_driver_output(driver_req -> nx_ip_driver_ptr, driver_req -> nx_ip_driver_packet, i… in _nx_ram_network_driver_delay_entry()
860 _nx_ram_network_driver_output(ip_ptr, packet_ptr, i); in _nx_ram_network_driver_internal()
866 _nx_ram_network_driver_output(ip_ptr, dup_packet_ptr, i); in _nx_ram_network_driver_internal()
875 _nx_ram_network_driver_output(ip_ptr, driver_req_ptr -> nx_ip_driver_packet, i); in _nx_ram_network_driver_internal()
1020 _nx_ram_network_driver_output(ip_ptr, packet_ptr, i); in _nx_ram_network_driver_internal()
1385 _nx_ram_network_driver_output(ip_ptr, packet_ptr, i ); in _nx_ram_network_driver()
1396 _nx_ram_network_driver_output(ip_ptr, driver_req_ptr -> nx_ip_driver_packet, i); in _nx_ram_network_driver()
1587 VOID _nx_ram_network_driver_output(NX_IP *ip_ptr, NX_PACKET *packet_ptr, UINT interface_instance_i… in _nx_ram_network_driver_output() function
/NetX-Duo-v6.4.1/docs/
Drevision_history.txt1554 …etwork_driver.c Removed unused parameter in _nx_ram_network_driver_output.