Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgbe/common/
H A Dt4_hw.c445 if (ctl & F_MBMSGVALID) { in t4_wr_mbox_meat_timeout()
474 t4_write_reg(adap, ctl_reg, F_MBMSGVALID | V_MBOWNER(X_MBOWNER_FW)); in t4_wr_mbox_meat_timeout()
509 if (!(v & F_MBMSGVALID)) { in t4_wr_mbox_meat_timeout()
H A Dt4_regs.h25373 #define F_MBMSGVALID V_MBMSGVALID(1U) macro