Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/cxgbe/common/
H A Dt4_hw.c218 t4_write_reg(adap, ctl_reg, F_MBMSGVALID | V_MBOWNER(X_MBOWNER_FW)); in t4_wr_mbox_meat()
239 V_MBOWNER(X_MBOWNER_NONE)); in t4_wr_mbox_meat()
249 t4_write_reg(adap, ctl_reg, V_MBOWNER(X_MBOWNER_NONE)); in t4_wr_mbox_meat()
H A Dt4_regs.h7043 #define V_MBOWNER(x) ((x) << S_MBOWNER) macro