Home
last modified time | relevance | path

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

/freebsd-14.2/sys/dev/cxgbe/common/
H A Dt4_hw.c405 if (ctl & F_MBMSGVALID) { in t4_wr_mbox_meat_timeout()
434 t4_write_reg(adap, ctl_reg, F_MBMSGVALID | V_MBOWNER(X_MBOWNER_FW)); in t4_wr_mbox_meat_timeout()
469 if (!(v & F_MBMSGVALID)) { in t4_wr_mbox_meat_timeout()
H A Dt4_regs.h20357 #define F_MBMSGVALID V_MBMSGVALID(1U) macro