Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgbe/common/
H A Dt4_hw.c434 t4_write_reg(adap, ctl_reg, F_MBMSGVALID | V_MBOWNER(X_MBOWNER_FW)); in t4_wr_mbox_meat_timeout()
471 V_MBOWNER(X_MBOWNER_NONE)); in t4_wr_mbox_meat_timeout()
480 t4_write_reg(adap, ctl_reg, V_MBOWNER(X_MBOWNER_NONE)); in t4_wr_mbox_meat_timeout()
H A Dt4_regs.h20365 #define V_MBOWNER(x) ((x) << S_MBOWNER) macro