Home
last modified time | relevance | path

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

/freebsd-14.2/sys/dev/cxgbe/tom/
H A Dt4_listen.c857 unsigned int opcode = G_CPL_OPCODE(be32toh(OPCODE_TID(cpl))); in do_pass_open_rpl()
933 unsigned int opcode = G_CPL_OPCODE(be32toh(OPCODE_TID(cpl))); in do_close_server_rpl()
1001 unsigned int opcode = G_CPL_OPCODE(be32toh(OPCODE_TID(cpl))); in do_abort_req_synqe()
1050 unsigned int opcode = G_CPL_OPCODE(be32toh(OPCODE_TID(cpl))); in do_abort_rpl_synqe()
1319 unsigned int opcode = G_CPL_OPCODE(be32toh(OPCODE_TID(cpl))); in do_pass_accept_req()
1598 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()
1433 unsigned int opcode = G_CPL_OPCODE(be32toh(OPCODE_TID(cpl))); in do_close_con_rpl()
1544 unsigned int opcode = G_CPL_OPCODE(be32toh(OPCODE_TID(cpl))); in do_abort_req()
1616 unsigned int opcode = G_CPL_OPCODE(be32toh(OPCODE_TID(cpl))); in do_abort_rpl()
/freebsd-14.2/sys/dev/cxgbe/
H A Dt4_netmap.c1320 MPASS(G_CPL_OPCODE(oq) == CPL_SGE_EGR_UPDATE); in handle_nm_sge_egr_update()
/freebsd-14.2/sys/dev/cxgbe/common/
H A Dt4_msg.h319 #define G_CPL_OPCODE(x) (((x) >> S_CPL_OPCODE) & 0xFF) macro