Symbol: t3_register_cpl_handler
sys/dev/pci/cxgb/cxgb_offload.c
1514
t3_register_cpl_handler(CPL_SMT_WRITE_RPL, do_smt_write_rpl);
sys/dev/pci/cxgb/cxgb_offload.c
1515
t3_register_cpl_handler(CPL_L2T_WRITE_RPL, do_l2t_write_rpl);
sys/dev/pci/cxgb/cxgb_offload.c
1516
t3_register_cpl_handler(CPL_PASS_OPEN_RPL, do_stid_rpl);
sys/dev/pci/cxgb/cxgb_offload.c
1517
t3_register_cpl_handler(CPL_CLOSE_LISTSRV_RPL, do_stid_rpl);
sys/dev/pci/cxgb/cxgb_offload.c
1518
t3_register_cpl_handler(CPL_PASS_ACCEPT_REQ, do_cr);
sys/dev/pci/cxgb/cxgb_offload.c
1519
t3_register_cpl_handler(CPL_PASS_ESTABLISH, do_hwtid_rpl);
sys/dev/pci/cxgb/cxgb_offload.c
1520
t3_register_cpl_handler(CPL_ABORT_RPL_RSS, do_hwtid_rpl);
sys/dev/pci/cxgb/cxgb_offload.c
1521
t3_register_cpl_handler(CPL_ABORT_RPL, do_hwtid_rpl);
sys/dev/pci/cxgb/cxgb_offload.c
1522
t3_register_cpl_handler(CPL_RX_URG_NOTIFY, do_hwtid_rpl);
sys/dev/pci/cxgb/cxgb_offload.c
1523
t3_register_cpl_handler(CPL_RX_DATA, do_hwtid_rpl);
sys/dev/pci/cxgb/cxgb_offload.c
1524
t3_register_cpl_handler(CPL_TX_DATA_ACK, do_hwtid_rpl);
sys/dev/pci/cxgb/cxgb_offload.c
1525
t3_register_cpl_handler(CPL_TX_DMA_ACK, do_hwtid_rpl);
sys/dev/pci/cxgb/cxgb_offload.c
1526
t3_register_cpl_handler(CPL_ACT_OPEN_RPL, do_act_open_rpl);
sys/dev/pci/cxgb/cxgb_offload.c
1527
t3_register_cpl_handler(CPL_PEER_CLOSE, do_hwtid_rpl);
sys/dev/pci/cxgb/cxgb_offload.c
1528
t3_register_cpl_handler(CPL_CLOSE_CON_RPL, do_hwtid_rpl);
sys/dev/pci/cxgb/cxgb_offload.c
1529
t3_register_cpl_handler(CPL_ABORT_REQ_RSS, do_abort_req_rss);
sys/dev/pci/cxgb/cxgb_offload.c
1530
t3_register_cpl_handler(CPL_ACT_ESTABLISH, do_act_establish);
sys/dev/pci/cxgb/cxgb_offload.c
1531
t3_register_cpl_handler(CPL_SET_TCB_RPL, do_set_tcb_rpl);
sys/dev/pci/cxgb/cxgb_offload.c
1532
t3_register_cpl_handler(CPL_RDMA_TERMINATE, do_term);
sys/dev/pci/cxgb/cxgb_offload.c
1533
t3_register_cpl_handler(CPL_RDMA_EC_STATUS, do_hwtid_rpl);
sys/dev/pci/cxgb/cxgb_offload.c
1534
t3_register_cpl_handler(CPL_TRACE_PKT, do_trace);
sys/dev/pci/cxgb/cxgb_offload.c
1535
t3_register_cpl_handler(CPL_RX_DATA_DDP, do_hwtid_rpl);
sys/dev/pci/cxgb/cxgb_offload.c
1536
t3_register_cpl_handler(CPL_RX_DDP_COMPLETE, do_hwtid_rpl);
sys/dev/pci/cxgb/cxgb_offload.c
1537
t3_register_cpl_handler(CPL_ISCSI_HDR, do_hwtid_rpl);
sys/dev/pci/cxgb/cxgb_offload.h
135
void t3_register_cpl_handler(unsigned int opcode, cpl_handler_func h);