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

/freebsd-11-stable/sys/dev/cxgbe/tom/
H A Dt4_listen.c733 unsigned int opcode = G_CPL_OPCODE(be32toh(OPCODE_TID(cpl)));
808 unsigned int opcode = G_CPL_OPCODE(be32toh(OPCODE_TID(cpl)));
872 unsigned int opcode = G_CPL_OPCODE(be32toh(OPCODE_TID(cpl)));
918 unsigned int opcode = G_CPL_OPCODE(be32toh(OPCODE_TID(cpl)));
1256 unsigned int opcode = G_CPL_OPCODE(be32toh(OPCODE_TID(cpl)));
1503 unsigned int opcode = G_CPL_OPCODE(be32toh(OPCODE_TID(cpl)));
H A Dt4_cpl_io.c1230 unsigned int opcode = G_CPL_OPCODE(be32toh(OPCODE_TID(cpl)));
1329 unsigned int opcode = G_CPL_OPCODE(be32toh(OPCODE_TID(cpl)));
1437 unsigned int opcode = G_CPL_OPCODE(be32toh(OPCODE_TID(cpl)));
1509 unsigned int opcode = G_CPL_OPCODE(be32toh(OPCODE_TID(cpl)));
/freebsd-11-stable/sys/dev/cxgbe/
H A Dt4_netmap.c896 MPASS(G_CPL_OPCODE(oq) == CPL_SGE_EGR_UPDATE);
/freebsd-11-stable/sys/dev/cxgbe/common/
H A Dt4_msg.h319 #define G_CPL_OPCODE(x) (((x) >> S_CPL_OPCODE) & 0xFF) macro

Completed in 132 milliseconds