Searched defs:link_ok (Results 1 – 7 of 7) sorted by relevance
/titanic_52/usr/src/uts/common/io/chxge/com/ |
H A D | xpak.c | 62 static int xpak_get_link_status(struct cphy *cphy, int *link_ok, int *speed, in xpak_get_link_status() argument
|
H A D | my3126.c | 132 int *link_ok, int *speed, int *duplex, int *fc) in my3126_get_link_status() argument
|
H A D | mv88x201x.c | 161 static int mv88x201x_get_link_status(struct cphy *cphy, int *link_ok, in mv88x201x_get_link_status() argument
|
H A D | mv88e1xxx.c | 267 static int mv88e1xxx_get_link_status(struct cphy *cphy, int *link_ok, in mv88e1xxx_get_link_status() argument
|
H A D | ch_subr.c | 162 int link_ok, speed, duplex, fc; in link_changed() local
|
/titanic_52/usr/src/uts/common/io/cxgbe/common/ |
H A D | common.h | 292 unsigned char link_ok; /* link up? */ member
|
H A D | t4_hw.c | 4817 unsigned char link_ok = (stat & F_FW_PORT_CMD_LSTATUS) != 0; in t4_handle_fw_rpl() local
|