Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgbe/tom/
H A Dt4_listen.c750 unsigned int opcode = G_CPL_OPCODE(be32toh(OPCODE_TID(cpl))); in do_pass_open_rpl()
825 unsigned int opcode = G_CPL_OPCODE(be32toh(OPCODE_TID(cpl))); in do_close_server_rpl()
889 unsigned int opcode = G_CPL_OPCODE(be32toh(OPCODE_TID(cpl))); in do_abort_req_synqe()
938 unsigned int opcode = G_CPL_OPCODE(be32toh(OPCODE_TID(cpl))); in do_abort_rpl_synqe()
1199 unsigned int opcode = G_CPL_OPCODE(be32toh(OPCODE_TID(cpl))); in do_pass_accept_req()
1473 unsigned int opcode = G_CPL_OPCODE(be32toh(OPCODE_TID(cpl))); in do_pass_establish()
H A Dt4_cpl_io.c1321 unsigned int opcode = G_CPL_OPCODE(be32toh(OPCODE_TID(cpl))); in do_peer_close()
1432 unsigned int opcode = G_CPL_OPCODE(be32toh(OPCODE_TID(cpl))); in do_close_con_rpl()
1542 unsigned int opcode = G_CPL_OPCODE(be32toh(OPCODE_TID(cpl))); in do_abort_req()
1614 unsigned int opcode = G_CPL_OPCODE(be32toh(OPCODE_TID(cpl))); in do_abort_rpl()
/freebsd/sys/dev/cxgbe/
H A Dt4_netmap.c1321 MPASS(G_CPL_OPCODE(oq) == CPL_SGE_EGR_UPDATE); in handle_nm_sge_egr_update()
/freebsd/sys/dev/cxgbe/common/
H A Dt4_msg.h319 #define G_CPL_OPCODE(x) (((x) >> S_CPL_OPCODE) & 0xFF) macro