|
Linux Kernel
3.7.1
|
#include <lcs.h>
Public Member Functions | |
| union { | |
| struct { | |
| __u8 lan_type | |
| __u8 portno | |
| __u16 parameter_count | |
| __u8 operator_flags [3] | |
| __u8 reserved [3] | |
| } lcs_std_cmd | |
| struct { | |
| __u16 unused1 | |
| __u16 buff_size | |
| __u8 unused2 [6] | |
| } lcs_startup | |
| struct { | |
| __u8 lan_type | |
| __u8 portno | |
| __u8 unused [10] | |
| __u8 mac_addr [LCS_MAC_LENGTH] | |
| __u32 num_packets_deblocked | |
| __u32 num_packets_blocked | |
| __u32 num_packets_tx_on_lan | |
| __u32 num_tx_errors_detected | |
| __u32 num_tx_packets_disgarded | |
| __u32 num_packets_rx_from_lan | |
| __u32 num_rx_errors_detected | |
| __u32 num_rx_discarded_nobuffs_avail | |
| __u32 num_rx_packets_too_large | |
| } lcs_lanstat_cmd | |
| } | __attribute__ ((packed)) |
Data Fields | |
| __u16 | offset |
| __u8 | type |
| __u8 | slot |
| __u8 | cmd_code |
| __u8 | initiator |
| __u16 | sequence_no |
| __u16 | return_code |
| union lcs_cmd::@5167 __attribute__ | ( | (packed) | ) |
| struct { ... } lcs_lanstat_cmd |
| struct { ... } lcs_startup |
| struct { ... } lcs_std_cmd |
1.8.2