Searched refs:lldp_stats (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/bfa/
H A Dbfa_cee.c37 *lldp_stats);
47 bfa_cee_format_lldp_stats(&cee_stats->lldp_stats);
76 bfa_cee_format_lldp_stats(struct bfa_cee_lldp_stats_s *lldp_stats) argument
78 lldp_stats->frames_transmitted =
79 bfa_os_ntohl(lldp_stats->frames_transmitted);
80 lldp_stats->frames_aged_out = bfa_os_ntohl(lldp_stats->frames_aged_out);
81 lldp_stats->frames_discarded =
82 bfa_os_ntohl(lldp_stats->frames_discarded);
83 lldp_stats
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/bfa/include/defs/
H A Dbfa_defs_cee.h147 struct bfa_cee_lldp_stats_s lldp_stats; member in struct:bfa_cee_stats_s

Completed in 101 milliseconds