Searched refs:TXPFC_PF_EN (Results 1 – 2 of 2) sorted by relevance
627 TXPFC_PF_EN = 0x00000001, enumerator
2476 ecmd->tx_pause = (jme->reg_txpfc & TXPFC_PF_EN) != 0; in jme_get_pauseparam()2494 if (((jme->reg_txpfc & TXPFC_PF_EN) != 0) ^ in jme_set_pauseparam()2498 jme->reg_txpfc |= TXPFC_PF_EN; in jme_set_pauseparam()2500 jme->reg_txpfc &= ~TXPFC_PF_EN; in jme_set_pauseparam()