Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/apm/xgene/
H A Dxgene_enet_sgmac.c395 data2 = (data2 & 0xffff0000) | DEF_PAUSE_OFF_THRES; in xgene_sgmac_init()
398 data2 = (data2 & 0xffff) | (DEF_PAUSE_OFF_THRES << 16); in xgene_sgmac_init()
404 data = (DEF_PAUSE_OFF_THRES << 16) | DEF_PAUSE_THRES; in xgene_sgmac_init()
H A Dxgene_enet_hw.h175 #define DEF_PAUSE_OFF_THRES 0x6d macro
H A Dxgene_enet_hw.c589 xgene_enet_wr_csr(pdata, RXBUF_PAUSE_OFF_THRESH, DEF_PAUSE_OFF_THRES); in xgene_gmac_init()