Lines Matching refs:flow_control
1322 dp->flow_control = FLOW_CONTROL_NONE; in usbgem_mii_link_check()
1579 dp->flow_control = in usbgem_mii_link_check()
1583 dp->flow_control = FLOW_CONTROL_NONE; in usbgem_mii_link_check()
1687 usbgem_fc_type[dp->flow_control]); in usbgem_mii_link_check()
2768 if (dp->flow_control != FLOW_CONTROL_NONE) { in usbgem_m_setprop()
2769 dp->flow_control = FLOW_CONTROL_NONE; in usbgem_m_setprop()
2775 if (dp->flow_control != FLOW_CONTROL_RX_PAUSE) { in usbgem_m_setprop()
2776 dp->flow_control = FLOW_CONTROL_RX_PAUSE; in usbgem_m_setprop()
2782 if (dp->flow_control != FLOW_CONTROL_TX_PAUSE) { in usbgem_m_setprop()
2783 dp->flow_control = FLOW_CONTROL_TX_PAUSE; in usbgem_m_setprop()
2789 if (dp->flow_control != FLOW_CONTROL_SYMMETRIC) { in usbgem_m_setprop()
2790 dp->flow_control = FLOW_CONTROL_SYMMETRIC; in usbgem_m_setprop()
2891 switch (dp->flow_control) { in usbgem_m_getprop()
3442 val = BOOLEAN(dp->flow_control & 2); in usbgem_m_getstat()
3446 val = BOOLEAN(dp->flow_control & 1); in usbgem_m_getstat()
4444 dp->flow_control = FLOW_CONTROL_NONE; in usbgem_do_attach()