Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The following table shows the programming elements contained in the KITL Ethernet driver interface.
Programming Element | Description |
---|---|
OAL_KITL_ETH_DRIVER | This structure stores information about the KITL Ethernet device driver. |
OAL_KITLETH_CURRENT_PACKET_FILTER | This function pointer updates the current packet filter for the KITL Ethernet device driver. |
OAL_KITLETH_DEINIT | This function pointer de-initializes the KITL Ethernet device driver. |
OAL_KITLETH_DISABLE_INTS | This function pointer disables the KITL transport interrupts if the transport if interrupt-based. |
OAL_KITLETH_ENABLE_INTS | This function pointer enables the KITL transport interrupts if the transport is interrupt-based. |
OAL_KITLETH_GET_FRAME | This function pointer checks to see if a frame has been received, and if one has been received it copies the frame to a buffer. |
OAL_KITLETH_INIT_DMABUFFER | This function pointer initializes DMA buffers for the KITL Ethernet device driver. |
OAL_KITLETH_INIT | This function pointer initializes the KITL Ethernet device driver. |
OAL_KITLETH_MULTICAST_LIST | This function pointer updates multicast addresses for the KITL Ethernet device driver. |
OAL_KITLETH_POWER_OFF | This function pointer turns off the KITL Ethernet hardware. |
OAL_KITLETH_POWER_ON | This function pointer turns on the KITL Ethernet hardware. |
OAL_KITLETH_SEND_FRAME | This function pointer sends an Ethernet frame. |
See Also
KITL Reference | Production-Quality OAL Components
Send Feedback on this topic to the authors