Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgbe/common/
H A Dt4_hw.c380 v = G_MBOWNER(ctl); in t4_wr_mbox_meat_timeout()
468 if (G_MBOWNER(v) == X_MBOWNER_PL) { in t4_wr_mbox_meat_timeout()
H A Dt4_regs.h20366 #define G_MBOWNER(x) (((x) >> S_MBOWNER) & M_MBOWNER) macro