Searched refs:tx_fc (Results 1 – 10 of 10) sorted by relevance
/linux-6.6.21/net/phonet/ |
D | pep.c | 152 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() 866 newpn->rx_fc = newpn->tx_fc = PN_LEGACY_FLOW_CONTROL; in pep_sock_accept() 997 pn->rx_fc = pn->tx_fc = PN_LEGACY_FLOW_CONTROL; in pep_init() [all …]
|
/linux-6.6.21/include/net/phonet/ |
D | pep.h | 34 u8 tx_fc; /* TX flow control */ member
|
/linux-6.6.21/drivers/net/ethernet/marvell/mvpp2/ |
D | mvpp2_main.c | 963 port->tx_fc & en); in mvpp2_bm_pool_update_priv_fc() 965 mvpp2_bm_pool_update_fc(port, port->pool_long, port->tx_fc & en); in mvpp2_bm_pool_update_priv_fc() 966 mvpp2_bm_pool_update_fc(port, port->pool_short, port->tx_fc & en); in mvpp2_bm_pool_update_priv_fc() 1329 if (port->tx_fc) { in mvpp2_bm_update_mtu() 1357 if (port->tx_fc) { in mvpp2_bm_update_mtu() 3305 if (port->tx_fc) in mvpp2_cleanup_rxqs() 3320 if (port->tx_fc) in mvpp2_setup_rxqs() 6605 port->tx_fc = tx_pause; in mvpp2_mac_link_up()
|
D | mvpp2.h | 1273 bool tx_fc; member
|
/linux-6.6.21/drivers/net/ethernet/emulex/benet/ |
D | be.h | 630 u32 tx_fc; /* Tx 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 | 2039 int be_cmd_set_flow_control(struct be_adapter *adapter, u32 tx_fc, u32 rx_fc) in be_cmd_set_flow_control() argument 2063 req->tx_flow_control = cpu_to_le16((u16)tx_fc); in be_cmd_set_flow_control() 2078 int be_cmd_get_flow_control(struct be_adapter *adapter, u32 *tx_fc, u32 *rx_fc) in be_cmd_get_flow_control() argument 2106 *tx_fc = le16_to_cpu(resp->tx_flow_control); in be_cmd_get_flow_control()
|
D | be_main.c | 4885 status = be_cmd_set_flow_control(adapter, adapter->tx_fc, in be_setup() 4888 be_cmd_get_flow_control(adapter, &adapter->tx_fc, in be_setup() 4892 adapter->tx_fc, adapter->rx_fc); in be_setup() 5688 adapter->tx_fc = true; in be_drv_init()
|
D | be_ethtool.c | 723 adapter->tx_fc = ecmd->tx_pause; in be_set_pauseparam()
|
/linux-6.6.21/drivers/net/ethernet/sfc/falcon/ |
D | falcon.c | 1104 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()
|