General statistics for a nicinfo command
typedef struct _gen_stats {
ulong_t medium;
ulong_t xmit_ok;
ulong_t rcv_ok;
ulong_t xmit_error;
ulong_t rcv_error;
ulong_t multicast_xmit;
ulong_t multicast_rcv;
ulong_t broadcast_xmit;
ulong_t broadcast_rcv;
} GenStats_t;
The GenStats_t structure holds the general statistics for a nicinfo command. The medium member isn't currently used.
Your driver must fill in the following members:
Your driver can also fill in these optional statistics:
QNX
CustNicStats_t, EthernetStats_t, NetStats_t, Nic_t,