Searched refs:port_start_control (Results 1 – 3 of 3) sorted by relevance
237 extern void port_start_control(tPORT* p_port);
752 port_start_control(p_port); in PORT_Control()810 if (p_port->local_ctrl.fc != old_fc) port_start_control(p_port); in PORT_FlowControl()877 if (p_port->local_ctrl.fc != old_fc) port_start_control(p_port); in PORT_FlowControl_MaxCredit()
108 void port_start_control(tPORT* p_port) { in port_start_control() function