Home
last modified time | relevance | path

Searched refs:tx_fc (Results 1 – 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/net/phonet/
Dpep.c152 pn->tx_fc, pn->rx_fc, in pipe_handler_send_created_ind()
270 switch (pn->tx_fc) { in pipe_rcv_status()
289 if (pn->tx_fc != PN_MULTI_CREDIT_FLOW_CONTROL) in pipe_rcv_status()
310 pn->rx_fc = pn->tx_fc = PN_LEGACY_FLOW_CONTROL; in pipe_rcv_created()
322 pn->tx_fc = data[0] & 3; in pipe_rcv_created()
426 if (!pn_flow_safe(pn->tx_fc)) { in pipe_do_rcv()
508 pn->tx_fc = pipe_negotiate_fc(data + 2, len - 2); in pep_connresp_rcv()
540 if (!pn_flow_safe(pn->tx_fc)) { in pipe_start_flow_control()
865 newpn->rx_fc = newpn->tx_fc = PN_LEGACY_FLOW_CONTROL; in pep_sock_accept()
974 pn->rx_fc = pn->tx_fc = PN_LEGACY_FLOW_CONTROL; in pep_init()
[all …]
/kernel/linux/linux-5.10/include/net/phonet/
Dpep.h31 u8 tx_fc; /* TX flow control */ member
/kernel/linux/linux-5.10/drivers/net/ethernet/emulex/benet/
Dbe.h631 u32 tx_fc; /* Tx flow control */ member
Dbe_cmds.h2418 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);
Dbe_cmds.c2038 int be_cmd_set_flow_control(struct be_adapter *adapter, u32 tx_fc, u32 rx_fc) in be_cmd_set_flow_control() argument
2062 req->tx_flow_control = cpu_to_le16((u16)tx_fc); in be_cmd_set_flow_control()
2077 int be_cmd_get_flow_control(struct be_adapter *adapter, u32 *tx_fc, u32 *rx_fc) in be_cmd_get_flow_control() argument
2105 *tx_fc = le16_to_cpu(resp->tx_flow_control); in be_cmd_get_flow_control()
Dbe_main.c4891 status = be_cmd_set_flow_control(adapter, adapter->tx_fc, in be_setup()
4894 be_cmd_get_flow_control(adapter, &adapter->tx_fc, in be_setup()
4898 adapter->tx_fc, adapter->rx_fc); in be_setup()
5698 adapter->tx_fc = true; in be_drv_init()
Dbe_ethtool.c717 adapter->tx_fc = ecmd->tx_pause; in be_set_pauseparam()
/kernel/linux/linux-5.10/drivers/net/ethernet/sfc/falcon/
Dfalcon.c1104 bool tx_fc = !!(efx->link_state.fc & EF4_FC_TX); in falcon_reconfigure_xmac_core() local
1119 FRF_AB_XM_FCNTL, tx_fc, in falcon_reconfigure_xmac_core()