Searched refs:TXPFC_PF_EN (Results 1 – 2 of 2) sorted by relevance
640 TXPFC_PF_EN = 0x00000001, enumerator
2554 ecmd->tx_pause = (jme->reg_txpfc & TXPFC_PF_EN) != 0; in jme_get_pauseparam()2572 if (((jme->reg_txpfc & TXPFC_PF_EN) != 0) ^ in jme_set_pauseparam()2576 jme->reg_txpfc |= TXPFC_PF_EN; in jme_set_pauseparam()2578 jme->reg_txpfc &= ~TXPFC_PF_EN; in jme_set_pauseparam()