Searched refs:user_fc (Results 1 – 7 of 7) sorted by relevance
420 if (p_port->tx.user_fc == fc) { in port_flow_control_user()424 p_port->tx.user_fc = fc; in port_flow_control_user()513 && !p_port->rx.user_fc in port_flow_control_peer()549 if (!p_port->rx.user_fc) { in port_flow_control_peer()
796 p_port->rx.user_fc = !enable; in PORT_FlowControl()799 if (!p_port->rx.user_fc) { in PORT_FlowControl()806 p_port->local_ctrl.fc = (p_port->rx.user_fc | p_port->rx.peer_fc); in PORT_FlowControl()867 p_port->rx.user_fc = !enable;870 if (!p_port->rx.user_fc) {877 p_port->local_ctrl.fc = (p_port->rx.user_fc | p_port->rx.peer_fc);936 p_port->rx.user_fc = !enable; in PORT_FlowControl_GiveCredit()939 if (!p_port->rx.user_fc) { in PORT_FlowControl_GiveCredit()947 p_port->local_ctrl.fc = (p_port->rx.user_fc | p_port->rx.peer_fc); in PORT_FlowControl_GiveCredit()
400 && (!p_port->rx.user_fc) in rfc_port_sm_opened()
915 if (p_port->rx.user_fc) { in PORT_DataInd()
58 BOOLEAN user_fc; /* TRUE if flow control is set based on user's request */ member
48 bool user_fc; /* true if flow control is set based on user's request */ member
44 bool user_fc; /* true if flow control is set based on user's request */ member