Searched refs:tx_fc (Results 1 – 9 of 9) sorted by relevance
/Linux-v4.19/net/phonet/ |
D | pep.c | 165 pn->tx_fc, pn->rx_fc, in pipe_handler_send_created_ind() 283 switch (pn->tx_fc) { in pipe_rcv_status() 302 if (pn->tx_fc != PN_MULTI_CREDIT_FLOW_CONTROL) in pipe_rcv_status() 323 pn->rx_fc = pn->tx_fc = PN_LEGACY_FLOW_CONTROL; in pipe_rcv_created() 335 pn->tx_fc = data[0] & 3; in pipe_rcv_created() 439 if (!pn_flow_safe(pn->tx_fc)) { in pipe_do_rcv() 521 pn->tx_fc = pipe_negotiate_fc(data + 2, len - 2); in pep_connresp_rcv() 553 if (!pn_flow_safe(pn->tx_fc)) { in pipe_start_flow_control() 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() [all …]
|
/Linux-v4.19/include/net/phonet/ |
D | pep.h | 44 u8 tx_fc; /* TX flow control */ member
|
/Linux-v4.19/drivers/staging/mt7621-eth/ |
D | mtk_eth_soc.h | 406 int tx_fc[8]; member
|
/Linux-v4.19/drivers/net/ethernet/emulex/benet/ |
D | be.h | 635 u32 tx_fc; /* Tx flow control */ member
|
D | be_cmds.h | 2422 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);
|
D | be_cmds.c | 2042 int be_cmd_set_flow_control(struct be_adapter *adapter, u32 tx_fc, u32 rx_fc) in be_cmd_set_flow_control() argument 2066 req->tx_flow_control = cpu_to_le16((u16)tx_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 2109 *tx_fc = le16_to_cpu(resp->tx_flow_control); in be_cmd_get_flow_control()
|
D | be_ethtool.c | 721 adapter->tx_fc = ecmd->tx_pause; in be_set_pauseparam()
|
D | be_main.c | 4870 status = be_cmd_set_flow_control(adapter, adapter->tx_fc, in be_setup() 4873 be_cmd_get_flow_control(adapter, &adapter->tx_fc, in be_setup() 4877 adapter->tx_fc, adapter->rx_fc); in be_setup() 5815 adapter->tx_fc = true; in be_drv_init()
|
/Linux-v4.19/drivers/net/ethernet/sfc/falcon/ |
D | falcon.c | 1107 bool tx_fc = !!(efx->link_state.fc & EF4_FC_TX); in falcon_reconfigure_xmac_core() local 1122 FRF_AB_XM_FCNTL, tx_fc, in falcon_reconfigure_xmac_core()
|