Searched refs:rx_fc (Results  1 – 8 of 8) sorted by relevance
| /Linux-v5.4/net/phonet/ | 
| D | pep.c | 152 		pn->tx_fc, pn->rx_fc,  in pipe_handler_send_created_ind() 233 	switch (pn->rx_fc) {  in pipe_grant_credits() 310 	pn->rx_fc = pn->tx_fc = PN_LEGACY_FLOW_CONTROL;  in pipe_rcv_created() 323 			pn->rx_fc = data[1] & 3;  in pipe_rcv_created() 391 		if (!pn_flow_safe(pn->rx_fc)) {  in pipe_do_rcv() 514 			pn->rx_fc = pipe_negotiate_fc(data + 2, len - 2);  in pep_connresp_rcv() 561 		if (!pn_flow_safe(pn->rx_fc)) {  in pipe_handler_do_rcv() 865 	newpn->rx_fc = newpn->tx_fc = PN_LEGACY_FLOW_CONTROL;  in pep_sock_accept() 971 	pn->rx_fc = pn->tx_fc = PN_LEGACY_FLOW_CONTROL;  in pep_init()
  | 
| /Linux-v5.4/include/net/phonet/ | 
| D | pep.h | 30 	u8			rx_fc;	/* RX flow control */  member
  | 
| /Linux-v5.4/drivers/net/ethernet/emulex/benet/ | 
| D | be.h | 631 	u32 rx_fc;		/* Rx flow control */  member
  | 
| D | be_cmds.h | 2418 int be_cmd_set_flow_control(struct be_adapter *adapter, u32 tx_fc, u32 rx_fc); 2419 int be_cmd_get_flow_control(struct be_adapter *adapter, u32 *tx_fc, u32 *rx_fc);
  | 
| D | be_cmds.c | 2036 int be_cmd_set_flow_control(struct be_adapter *adapter, u32 tx_fc, u32 rx_fc)  in be_cmd_set_flow_control()  argument 2061 	req->rx_flow_control = cpu_to_le16((u16)rx_fc);  in be_cmd_set_flow_control() 2075 int be_cmd_get_flow_control(struct be_adapter *adapter, u32 *tx_fc, u32 *rx_fc)  in be_cmd_get_flow_control()  argument 2104 		*rx_fc = le16_to_cpu(resp->rx_flow_control);  in be_cmd_get_flow_control()
  | 
| D | be_ethtool.c | 719 	adapter->rx_fc = ecmd->rx_pause;  in be_set_pauseparam()
  | 
| D | be_main.c | 4876 					 adapter->rx_fc);  in be_setup() 4879 					&adapter->rx_fc);  in be_setup() 4882 		 adapter->tx_fc, adapter->rx_fc);  in be_setup() 5817 	adapter->rx_fc = true;  in be_drv_init()
  | 
| /Linux-v5.4/drivers/net/ethernet/sfc/falcon/ | 
| D | falcon.c | 1103 	bool rx_fc = !!(efx->link_state.fc & EF4_FC_RX);  in falcon_reconfigure_xmac_core()  local 1143 			     FRF_AB_XM_DIS_FCNTL, !rx_fc);  in falcon_reconfigure_xmac_core()
  |