Searched refs:phy_st (Results 1 - 7 of 7) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/busybox/miscutils/
H A Dethreg.c50 phystats phy_st; member in struct:eth_cfg_params
368 printf("Link:\t\t%s\n",etd.phy_st.link ? "alive":"Not alive");
369 printf("Speed:\t\t%s\n",str[etd.phy_st.speed]);
370 printf("Duplex:\t\t%s\n",etd.phy_st.duplex ? "Full duplex":"Half-duplex");
371 printf("Rx flowctrl:\t%s\n",etd.phy_st.rxflctrl ? "Enabled": "Disabled");
372 printf("Tx flowctrl:\t%s\n",etd.phy_st.txflctrl ? "Enabled": "Disabled");
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/busybox/miscutils/
H A Dethreg.c50 phystats phy_st; member in struct:eth_cfg_params
368 printf("Link:\t\t%s\n",etd.phy_st.link ? "alive":"Not alive");
369 printf("Speed:\t\t%s\n",str[etd.phy_st.speed]);
370 printf("Duplex:\t\t%s\n",etd.phy_st.duplex ? "Full duplex":"Half-duplex");
371 printf("Rx flowctrl:\t%s\n",etd.phy_st.rxflctrl ? "Enabled": "Disabled");
372 printf("Tx flowctrl:\t%s\n",etd.phy_st.txflctrl ? "Enabled": "Disabled");
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/busybox/miscutils/
H A Dethreg.c50 phystats phy_st; member in struct:eth_cfg_params
368 printf("Link:\t\t%s\n",etd.phy_st.link ? "alive":"Not alive");
369 printf("Speed:\t\t%s\n",str[etd.phy_st.speed]);
370 printf("Duplex:\t\t%s\n",etd.phy_st.duplex ? "Full duplex":"Half-duplex");
371 printf("Rx flowctrl:\t%s\n",etd.phy_st.rxflctrl ? "Enabled": "Disabled");
372 printf("Tx flowctrl:\t%s\n",etd.phy_st.txflctrl ? "Enabled": "Disabled");
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/scsi/mvsas/
H A Dmv_94xx.c432 u32 phy_st; local
433 phy_st = mvs_read_phy_ctl(mvi, i);
434 if (phy_st & PHY_READY_MASK) /* phy ready */
H A Dmv_64xx.c586 u32 phy_st; local
589 phy_st = mvs_read_port_cfg_data(mvi, i);
590 if (phy_st & PHY_OOB_DTCTD)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/scsi/mvsas/
H A Dmv_94xx.c432 u32 phy_st; local
433 phy_st = mvs_read_phy_ctl(mvi, i);
434 if (phy_st & PHY_READY_MASK) /* phy ready */
H A Dmv_64xx.c586 u32 phy_st; local
589 phy_st = mvs_read_port_cfg_data(mvi, i);
590 if (phy_st & PHY_OOB_DTCTD)

Completed in 83 milliseconds