Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/meta/fbnic/
H A Dfbnic_mac.c423 u32 rxb_pause_ctrl; in fbnic_mac_tx_pause_config() local
426 rxb_pause_ctrl = rd32(fbd, FBNIC_RXB_PAUSE_DROP_CTRL); in fbnic_mac_tx_pause_config()
427 rxb_pause_ctrl &= ~FBNIC_RXB_PAUSE_DROP_CTRL_PAUSE_ENABLE; in fbnic_mac_tx_pause_config()
429 rxb_pause_ctrl |= in fbnic_mac_tx_pause_config()
432 wr32(fbd, FBNIC_RXB_PAUSE_DROP_CTRL, rxb_pause_ctrl); in fbnic_mac_tx_pause_config()