Home
last modified time | relevance | path

Searched refs:__qlcnic_esw_statistics (Results 1 – 3 of 3) sorted by relevance

/linux-2.6.39/drivers/net/qlcnic/
Dqlcnic_ctx.c765 const u8 rx_tx, struct __qlcnic_esw_statistics *esw_stats) { in qlcnic_get_port_stats()
767 size_t stats_size = sizeof(struct __qlcnic_esw_statistics); in qlcnic_get_port_stats()
768 struct __qlcnic_esw_statistics *stats; in qlcnic_get_port_stats()
804 stats = (struct __qlcnic_esw_statistics *)stats_addr; in qlcnic_get_port_stats()
825 const u8 rx_tx, struct __qlcnic_esw_statistics *esw_stats) { in qlcnic_get_eswitch_stats()
827 struct __qlcnic_esw_statistics port_stats; in qlcnic_get_eswitch_stats()
852 memset(&port_stats, 0, sizeof(struct __qlcnic_esw_statistics)); in qlcnic_get_eswitch_stats()
Dqlcnic.h1200 struct __qlcnic_esw_statistics { struct
1216 struct __qlcnic_esw_statistics rx; argument
1217 struct __qlcnic_esw_statistics tx;
1339 struct __qlcnic_esw_statistics *);
1341 struct __qlcnic_esw_statistics *);
Dqlcnic_ethtool.c716 struct __qlcnic_esw_statistics *stats) in qlcnic_fill_device_stats()