Searched refs:FW_MSG_SEQ_NUMBER_MASK (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/sys/dev/qlnx/qlnxe/
H A Dmcp_public.h1736 #define FW_MSG_SEQ_NUMBER_MASK 0x0000ffff macro
H A Decore_mcp.c445 seq_num = (u16)(mcp_resp & FW_MSG_SEQ_NUMBER_MASK);
/freebsd-13-stable/sys/dev/bxe/
H A Dbxe.c2171 } while ((seq != (rc & FW_MSG_SEQ_NUMBER_MASK)) && (cnt++ < 500));
2178 if (seq == (rc & FW_MSG_SEQ_NUMBER_MASK)) {
H A Decore_hsi.h1841 #define FW_MSG_SEQ_NUMBER_MASK 0x0000ffff macro

Completed in 305 milliseconds