Searched refs:BMSR_LSTATUS (Results 1 - 19 of 19) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/
H A Dmii.h49 #define BMSR_LSTATUS 0x0004 /* Link status */ macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/
H A Dmii.h49 #define BMSR_LSTATUS 0x0004 /* Link status */ macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/
H A Dbonding.c402 * Return either BMSR_LSTATUS, meaning that the link is up (or we
430 return BMSR_LSTATUS;
445 return BMSR_LSTATUS; /* can't tell */
450 return mii->val_out & BMSR_LSTATUS;
454 return BMSR_LSTATUS; /* spoof link up ( we can't check it) */
468 return (has_active_interface ? BMSR_LSTATUS : 0);
807 (bond_check_dev_link(slave_dev) == BMSR_LSTATUS)) {
1229 if (link_state == BMSR_LSTATUS) {
1265 if (link_state != BMSR_LSTATUS) {
1313 if (link_state != BMSR_LSTATUS) {
[all...]
H A Dmii.c171 if (mii->mdio_read(mii->dev, mii->phy_id, MII_BMSR) & BMSR_LSTATUS)
H A Dsunbmac.h241 #define BMSR_LSTATUS 0x0004 /* Link status */ macro
H A Dsungem.c1343 up = (val & (BMSR_ANEGCOMPLETE | BMSR_LSTATUS)) == (BMSR_ANEGCOMPLETE | BMSR_LSTATUS);
1345 up = (val & BMSR_LSTATUS) != 0;
H A Dstarfire.c1533 if (reg1 & BMSR_LSTATUS) {
1804 if (mdio_read(dev, np->phys[0], MII_BMSR) & BMSR_LSTATUS)
H A Dtg3.c386 if ((phy_status & BMSR_LSTATUS) != 0 && (force == 0))
833 if (!(tmp & BMSR_LSTATUS)) {
855 if (!(tmp & BMSR_LSTATUS))
925 if (!(bmsr & BMSR_LSTATUS)) {
934 if (bmsr & BMSR_LSTATUS) {
941 !(bmsr & BMSR_LSTATUS) &&
980 if (bmsr & BMSR_LSTATUS) {
1055 if (tmp & BMSR_LSTATUS)
H A Dioc3-eth.c909 if (ip->sw_bmsr & BMSR_LSTATUS) {
959 if (ip->sw_bmsr & BMSR_LSTATUS) {
H A Dsunbmac.c530 if (bp->sw_bmsr & BMSR_LSTATUS) {
H A Dyellowfin.c727 if (bmsr & BMSR_LSTATUS)
H A Dfealnx.c995 if (mdio_read(dev, np->phys[0], MII_BMSR) & BMSR_LSTATUS) {
H A Dsunhme.c764 if (hp->sw_bmsr & BMSR_LSTATUS) {
812 if (hp->sw_bmsr & BMSR_LSTATUS) {
H A Dnatsemi.c1978 edata.data = (mdio_read(dev, 1, MII_BMSR)&BMSR_LSTATUS) ? 1:0;
H A D3c59x.c1668 if (mii_status & BMSR_LSTATUS) {
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/tulip/
H A Dmedia.c424 if ((bmsr & BMSR_LSTATUS) == 0) {
426 if ((new_bmsr & BMSR_LSTATUS) == 0) {
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/e100/
H A De100_phy.c932 if (status & BMSR_LSTATUS) {
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/usb/
H A Dpegasus.c740 if (tmp & BMSR_LSTATUS)
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/pcmcia/
H A Dxircom_tulip_cb.c979 if (reg1 & BMSR_LSTATUS) {

Completed in 232 milliseconds