Home
last modified time | relevance | path

Searched refs:link_up_cnt (Results 1 – 4 of 4) sorted by relevance

/drivers/net/ethernet/neterion/
Ds2io.h100 unsigned long long link_up_cnt; member
Ds2io.c3465 up_cnt = swstats->link_up_cnt; in s2io_reset()
3477 swstats->link_up_cnt = up_cnt; in s2io_reset()
6460 tmp_stats[i++] = swstats->link_up_cnt; in s2io_get_ethtool_stats()
7466 if (swstats->link_up_cnt) in s2io_link()
7475 swstats->link_up_cnt++; in s2io_link()
/drivers/scsi/qla2xxx/
Dqla_def.h1553 __le32 link_up_cnt; member
Dqla_mbx.c3094 ushort dwords = offsetof(typeof(*stats), link_up_cnt)/sizeof(*iter); in qla2x00_get_link_status()