Home
last modified time | relevance | path

Searched refs:rx_fc (Results 1 – 9 of 9) sorted by relevance

/Linux-v4.19/net/phonet/
Dpep.c165 pn->tx_fc, pn->rx_fc, in pipe_handler_send_created_ind()
246 switch (pn->rx_fc) { in pipe_grant_credits()
323 pn->rx_fc = pn->tx_fc = PN_LEGACY_FLOW_CONTROL; in pipe_rcv_created()
336 pn->rx_fc = data[1] & 3; in pipe_rcv_created()
404 if (!pn_flow_safe(pn->rx_fc)) { in pipe_do_rcv()
527 pn->rx_fc = pipe_negotiate_fc(data + 2, len - 2); in pep_connresp_rcv()
574 if (!pn_flow_safe(pn->rx_fc)) { in pipe_handler_do_rcv()
878 newpn->rx_fc = newpn->tx_fc = PN_LEGACY_FLOW_CONTROL; in pep_sock_accept()
984 pn->rx_fc = pn->tx_fc = PN_LEGACY_FLOW_CONTROL; in pep_init()
/Linux-v4.19/include/net/phonet/
Dpep.h43 u8 rx_fc; /* RX flow control */ member
/Linux-v4.19/drivers/staging/mt7621-eth/
Dmtk_eth_soc.h407 int rx_fc[8]; member
/Linux-v4.19/drivers/net/ethernet/emulex/benet/
Dbe.h634 u32 rx_fc; /* Rx flow control */ member
Dbe_cmds.h2422 int be_cmd_set_flow_control(struct be_adapter *adapter, u32 tx_fc, u32 rx_fc);
2423 int be_cmd_get_flow_control(struct be_adapter *adapter, u32 *tx_fc, u32 *rx_fc);
Dbe_cmds.c2042 int be_cmd_set_flow_control(struct be_adapter *adapter, u32 tx_fc, u32 rx_fc) in be_cmd_set_flow_control() argument
2067 req->rx_flow_control = cpu_to_le16((u16)rx_fc); in be_cmd_set_flow_control()
2081 int be_cmd_get_flow_control(struct be_adapter *adapter, u32 *tx_fc, u32 *rx_fc) in be_cmd_get_flow_control() argument
2110 *rx_fc = le16_to_cpu(resp->rx_flow_control); in be_cmd_get_flow_control()
Dbe_ethtool.c722 adapter->rx_fc = ecmd->rx_pause; in be_set_pauseparam()
Dbe_main.c4871 adapter->rx_fc); in be_setup()
4874 &adapter->rx_fc); in be_setup()
4877 adapter->tx_fc, adapter->rx_fc); in be_setup()
5814 adapter->rx_fc = true; in be_drv_init()
/Linux-v4.19/drivers/net/ethernet/sfc/falcon/
Dfalcon.c1106 bool rx_fc = !!(efx->link_state.fc & EF4_FC_RX); in falcon_reconfigure_xmac_core() local
1146 FRF_AB_XM_DIS_FCNTL, !rx_fc); in falcon_reconfigure_xmac_core()