Symbol: t3_register_cpl_handler
drivers/net/ethernet/chelsio/cxgb3/cxgb3_offload.c
1337
t3_register_cpl_handler(CPL_SMT_WRITE_RPL, do_smt_write_rpl);
drivers/net/ethernet/chelsio/cxgb3/cxgb3_offload.c
1338
t3_register_cpl_handler(CPL_L2T_WRITE_RPL, do_l2t_write_rpl);
drivers/net/ethernet/chelsio/cxgb3/cxgb3_offload.c
1339
t3_register_cpl_handler(CPL_RTE_WRITE_RPL, do_rte_write_rpl);
drivers/net/ethernet/chelsio/cxgb3/cxgb3_offload.c
1340
t3_register_cpl_handler(CPL_PASS_OPEN_RPL, do_stid_rpl);
drivers/net/ethernet/chelsio/cxgb3/cxgb3_offload.c
1341
t3_register_cpl_handler(CPL_CLOSE_LISTSRV_RPL, do_stid_rpl);
drivers/net/ethernet/chelsio/cxgb3/cxgb3_offload.c
1342
t3_register_cpl_handler(CPL_PASS_ACCEPT_REQ, do_cr);
drivers/net/ethernet/chelsio/cxgb3/cxgb3_offload.c
1343
t3_register_cpl_handler(CPL_PASS_ESTABLISH, do_hwtid_rpl);
drivers/net/ethernet/chelsio/cxgb3/cxgb3_offload.c
1344
t3_register_cpl_handler(CPL_ABORT_RPL_RSS, do_hwtid_rpl);
drivers/net/ethernet/chelsio/cxgb3/cxgb3_offload.c
1345
t3_register_cpl_handler(CPL_ABORT_RPL, do_hwtid_rpl);
drivers/net/ethernet/chelsio/cxgb3/cxgb3_offload.c
1346
t3_register_cpl_handler(CPL_RX_URG_NOTIFY, do_hwtid_rpl);
drivers/net/ethernet/chelsio/cxgb3/cxgb3_offload.c
1347
t3_register_cpl_handler(CPL_RX_DATA, do_hwtid_rpl);
drivers/net/ethernet/chelsio/cxgb3/cxgb3_offload.c
1348
t3_register_cpl_handler(CPL_TX_DATA_ACK, do_hwtid_rpl);
drivers/net/ethernet/chelsio/cxgb3/cxgb3_offload.c
1349
t3_register_cpl_handler(CPL_TX_DMA_ACK, do_hwtid_rpl);
drivers/net/ethernet/chelsio/cxgb3/cxgb3_offload.c
1350
t3_register_cpl_handler(CPL_ACT_OPEN_RPL, do_act_open_rpl);
drivers/net/ethernet/chelsio/cxgb3/cxgb3_offload.c
1351
t3_register_cpl_handler(CPL_PEER_CLOSE, do_hwtid_rpl);
drivers/net/ethernet/chelsio/cxgb3/cxgb3_offload.c
1352
t3_register_cpl_handler(CPL_CLOSE_CON_RPL, do_hwtid_rpl);
drivers/net/ethernet/chelsio/cxgb3/cxgb3_offload.c
1353
t3_register_cpl_handler(CPL_ABORT_REQ_RSS, do_abort_req_rss);
drivers/net/ethernet/chelsio/cxgb3/cxgb3_offload.c
1354
t3_register_cpl_handler(CPL_ACT_ESTABLISH, do_act_establish);
drivers/net/ethernet/chelsio/cxgb3/cxgb3_offload.c
1355
t3_register_cpl_handler(CPL_SET_TCB_RPL, do_hwtid_rpl);
drivers/net/ethernet/chelsio/cxgb3/cxgb3_offload.c
1356
t3_register_cpl_handler(CPL_GET_TCB_RPL, do_hwtid_rpl);
drivers/net/ethernet/chelsio/cxgb3/cxgb3_offload.c
1357
t3_register_cpl_handler(CPL_RDMA_TERMINATE, do_term);
drivers/net/ethernet/chelsio/cxgb3/cxgb3_offload.c
1358
t3_register_cpl_handler(CPL_RDMA_EC_STATUS, do_hwtid_rpl);
drivers/net/ethernet/chelsio/cxgb3/cxgb3_offload.c
1359
t3_register_cpl_handler(CPL_TRACE_PKT, do_trace);
drivers/net/ethernet/chelsio/cxgb3/cxgb3_offload.c
1360
t3_register_cpl_handler(CPL_RX_DATA_DDP, do_hwtid_rpl);
drivers/net/ethernet/chelsio/cxgb3/cxgb3_offload.c
1361
t3_register_cpl_handler(CPL_RX_DDP_COMPLETE, do_hwtid_rpl);
drivers/net/ethernet/chelsio/cxgb3/cxgb3_offload.c
1362
t3_register_cpl_handler(CPL_ISCSI_HDR, do_hwtid_rpl);
drivers/net/ethernet/chelsio/cxgb3/cxgb3_offload.c
975
EXPORT_SYMBOL(t3_register_cpl_handler);
drivers/net/ethernet/chelsio/cxgb3/cxgb3_offload.h
137
void t3_register_cpl_handler(unsigned int opcode, cpl_handler_func h);