Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/net/ethernet/neterion/
Ds2io.h100 unsigned long long link_up_cnt; member
Ds2io.c3469 up_cnt = swstats->link_up_cnt; in s2io_reset()
3481 swstats->link_up_cnt = up_cnt; in s2io_reset()
6467 tmp_stats[i++] = swstats->link_up_cnt; in s2io_get_ethtool_stats()
7472 if (swstats->link_up_cnt) in s2io_link()
7481 swstats->link_up_cnt++; in s2io_link()
/Linux-v6.6/drivers/scsi/qla2xxx/
Dqla_def.h1669 __le32 link_up_cnt; member
Dqla_mbx.c3147 ushort dwords = offsetof(typeof(*stats), link_up_cnt)/sizeof(*iter); in qla2x00_get_link_status()