Searched refs:ENETC_MMCSR_GET_VT (Results 1 – 2 of 2) sorted by relevance
1001 state->verify_time = ENETC_MMCSR_GET_VT(val); in enetc_get_mm()1060 err = enetc_mm_wait_tx_active(hw, ENETC_MMCSR_GET_VT(val)); in enetc_mm_commit_preemptible_tcs()
231 #define ENETC_MMCSR_GET_VT(x) (((x) & ENETC_MMCSR_VT_MASK) >> 23) macro