Searched refs:AX_FC_TX (Results 1 – 3 of 3) sorted by relevance
49 pause->tx_pause = !!(ax_local->flowctrl & AX_FC_TX); in ax88796c_get_pauseparam()63 fc = pause->tx_pause ? AX_FC_TX : 0; in ax88796c_set_pauseparam()77 maccr |= (ax_local->flowctrl & AX_FC_TX) ? MACCR_TXFC_ENABLE : 0; in ax88796c_set_pauseparam()
122 #define AX_FC_TX BIT(1) macro
724 maccr |= (ax_local->flowctrl & AX_FC_TX) ? MACCR_TXFC_ENABLE : 0; in ax88796c_set_mac()866 ax_local->phydev->advertising)) ? AX_FC_TX : 0; in ax88796c_open()