Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/
H A Djme.h625 TXPFC_PF_EN = 0x00000001, enumerator
H A Djme.c2463 ecmd->tx_pause = (jme->reg_txpfc & TXPFC_PF_EN) != 0; in jme_get_pauseparam()
2481 if (((jme->reg_txpfc & TXPFC_PF_EN) != 0) ^ in jme_set_pauseparam()
2485 jme->reg_txpfc |= TXPFC_PF_EN; in jme_set_pauseparam()
2487 jme->reg_txpfc &= ~TXPFC_PF_EN; in jme_set_pauseparam()