Home
last modified time | relevance | path

Searched refs:flow_control (Results 1 – 4 of 4) sorted by relevance

/dpdk/drivers/net/atlantic/
H A Datl_ethdev.c401 adapter->hw_cfg.flow_control = (AQ_NIC_FC_RX | AQ_NIC_FC_TX); in eth_atl_dev_init()
1546 uint32_t old_flow_control = hw->aq_nic_cfg->flow_control; in atl_flow_ctrl_set()
1553 hw->aq_nic_cfg->flow_control = AQ_NIC_FC_OFF; in atl_flow_ctrl_set()
1555 hw->aq_nic_cfg->flow_control = AQ_NIC_FC_RX; in atl_flow_ctrl_set()
1557 hw->aq_nic_cfg->flow_control = AQ_NIC_FC_TX; in atl_flow_ctrl_set()
1559 hw->aq_nic_cfg->flow_control = (AQ_NIC_FC_RX | AQ_NIC_FC_TX); in atl_flow_ctrl_set()
1561 if (old_flow_control != hw->aq_nic_cfg->flow_control) in atl_flow_ctrl_set()
H A Datl_types.h111 uint32_t flow_control; member
/dpdk/drivers/net/atlantic/hw_atl/
H A Dhw_atl_utils_fw2x.c152 if (self->aq_nic_cfg->flow_control & AQ_NIC_FC_RX) in aq_fw2x_set_mpi_flow_control()
157 if (self->aq_nic_cfg->flow_control & AQ_NIC_FC_TX) in aq_fw2x_set_mpi_flow_control()
/dpdk/drivers/net/bnx2x/
H A Decore_hsi.h3566 uint32_t flow_control; /* 802.3X Flow Ctrl. 0=off 1=RX 2=TX 3=RX&TX.*/ member