Nut/OS  5.0.5
API Reference
NICINFO Struct Reference

#include <ax88796.h>

Collaboration diagram for NICINFO:
[legend]

Data Fields

HANDLE volatile ni_rx_rdy
HANDLE volatile ni_tx_rdy
uint16_t ni_tx_cnt
uint32_t ni_rx_packets
uint32_t ni_tx_packets
uint32_t ni_interrupts
uint32_t ni_overruns
uint32_t ni_rx_frame_errors
uint32_t ni_rx_crc_errors
uint32_t ni_rx_missed_errors
uint8_t volatile ni_tx_bsy
uint32_t ni_rx_pending
uint8_t ni_curr_page

Detailed Description

brief Network interface controller information structure and type.


Field Documentation

Receiver event queue.

Referenced by NicRx(), NicRxAsix(), and NicRxLanc().

Transmitter event queue.

Referenced by DmOutput().

Number of bytes in transmission queue.

Number of packets received.

Referenced by CSNICrx(), NicRx(), NicRxAsix(), and NicRxLanc().

Number of interrupts.

Number of packet overruns.

Number of frame errors.

Number of CRC errors.

Number of missed packets.

NIC transmitter busy flags.

Number of pending receiver interrupts.

Current receive page.


The documentation for this struct was generated from the following file: