Home
last modified time | relevance | path

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

/freebsd/sys/dev/aq/
H A Daq_media.c80 if (fc_neg->fc_tx) in aq_mediastatus_update()
154 hw->fc.fc_tx = (ifm->ifm_media & IFM_ETH_TXPAUSE) ? 1 : 0; in aq_mediachange()
H A Daq_irq.c275 if (fc->fc_rx && fc->fc_tx) in aq_fc_string()
279 if (fc->fc_tx) in aq_fc_string()
H A Daq_hw.h162 bool fc_tx; member
H A Daq_hw.c265 fc_neg->fc_tx = false; in aq_hw_get_link_state()
304 fc_neg->fc_tx = !!(fc & aq_fw_fc_ENABLE_TX); in aq_hw_get_link_state()
H A Daq_fw2x.c313 else if (hw->fc.fc_tx) in aq_fw2x_set_mode()
H A Daq2_fw.c297 if (hw->fc.fc_tx) in aq2_fw_set_mode()
H A Daq_main.c376 hw->fc.fc_tx = 1; in aq_if_attach_pre()