Searched refs:rxb_pause_ctrl (Results 1 – 1 of 1) sorted by relevance
417 u32 rxb_pause_ctrl; in fbnic_mac_tx_pause_config() local420 rxb_pause_ctrl = rd32(fbd, FBNIC_RXB_PAUSE_DROP_CTRL); in fbnic_mac_tx_pause_config()421 rxb_pause_ctrl &= ~FBNIC_RXB_PAUSE_DROP_CTRL_PAUSE_ENABLE; in fbnic_mac_tx_pause_config()423 rxb_pause_ctrl |= in fbnic_mac_tx_pause_config()426 wr32(fbd, FBNIC_RXB_PAUSE_DROP_CTRL, rxb_pause_ctrl); in fbnic_mac_tx_pause_config()
Completed in 5 milliseconds