Home
last modified time | relevance | path

Searched refs:fc_tx (Results 1 – 5 of 5) sorted by relevance

/src/sys/dev/aq/
H A Daq_media.c65 if (fc_neg->fc_tx) in aq_mediastatus_update()
170 hw->fc.fc_tx = (ifm->ifm_media & IFM_ETH_TXPAUSE) ? 1 : 0; in aq_mediachange()
H A Daq_hw.h135 bool fc_tx; member
H A Daq_fw2x.c302 if (hw->fc.fc_tx) in fw2x_set_mode()
H A Daq_hw.c292 fc_neg->fc_tx = !!(fc & aq_fw_fc_ENABLE_TX); in aq_hw_get_link_state()
H A Daq_main.c360 hw->fc.fc_tx = 1; in aq_if_attach_pre()