Searched refs:CPL_ABORT_RPL (Results 1 – 8 of 8) sorted by relevance
/drivers/net/ethernet/chelsio/cxgb/ |
D | cpl5_cmd.h | 61 CPL_ABORT_RPL = 0xC, enumerator
|
/drivers/net/ethernet/chelsio/cxgb3/ |
D | cxgb3_offload.c | 881 OPCODE_TID(rpl) = htonl(MK_OPCODE_TID(CPL_ABORT_RPL, tid)); in do_abort_req_rss() 1408 t3_register_cpl_handler(CPL_ABORT_RPL, do_hwtid_rpl); in cxgb3_offload_init()
|
D | t3_cpl.h | 50 CPL_ABORT_RPL = 0xB, enumerator
|
/drivers/net/ethernet/chelsio/cxgb4/ |
D | t4_msg.h | 49 CPL_ABORT_RPL = 0xB, enumerator
|
/drivers/infiniband/hw/cxgb3/ |
D | iwch_cm.c | 1627 OPCODE_TID(rpl) = htonl(MK_OPCODE_TID(CPL_ABORT_RPL, ep->hwtid)); in peer_abort() 2149 [CPL_ABORT_RPL] = abort_rpl, 2225 [CPL_ABORT_RPL] = sched,
|
/drivers/infiniband/hw/cxgb4/ |
D | cm.c | 2278 OPCODE_TID(rpl) = cpu_to_be32(MK_OPCODE_TID(CPL_ABORT_RPL, ep->hwtid)); in peer_abort() 3149 [CPL_ABORT_RPL] = abort_rpl, 3364 [CPL_ABORT_RPL] = sched,
|
/drivers/scsi/cxgbi/cxgb3i/ |
D | cxgb3i.c | 285 OPCODE_TID(rpl) = htonl(MK_OPCODE_TID(CPL_ABORT_RPL, csk->tid)); in send_abort_rpl()
|
/drivers/scsi/cxgbi/cxgb4i/ |
D | cxgb4i.c | 298 OPCODE_TID(rpl) = cpu_to_be32(MK_OPCODE_TID(CPL_ABORT_RPL, csk->tid)); in send_abort_rpl()
|