Searched refs:t3_register_cpl_handler (Results 1 – 2 of 2) sorted by relevance
| /drivers/net/ethernet/chelsio/cxgb3/ |
| A D | cxgb3_offload.c | 975 EXPORT_SYMBOL(t3_register_cpl_handler); 1342 t3_register_cpl_handler(CPL_PASS_ACCEPT_REQ, do_cr); in cxgb3_offload_init() 1345 t3_register_cpl_handler(CPL_ABORT_RPL, do_hwtid_rpl); in cxgb3_offload_init() 1347 t3_register_cpl_handler(CPL_RX_DATA, do_hwtid_rpl); in cxgb3_offload_init() 1348 t3_register_cpl_handler(CPL_TX_DATA_ACK, do_hwtid_rpl); in cxgb3_offload_init() 1349 t3_register_cpl_handler(CPL_TX_DMA_ACK, do_hwtid_rpl); in cxgb3_offload_init() 1351 t3_register_cpl_handler(CPL_PEER_CLOSE, do_hwtid_rpl); in cxgb3_offload_init() 1355 t3_register_cpl_handler(CPL_SET_TCB_RPL, do_hwtid_rpl); in cxgb3_offload_init() 1357 t3_register_cpl_handler(CPL_RDMA_TERMINATE, do_term); in cxgb3_offload_init() 1359 t3_register_cpl_handler(CPL_TRACE_PKT, do_trace); in cxgb3_offload_init() [all …]
|
| A D | cxgb3_offload.h | 137 void t3_register_cpl_handler(unsigned int opcode, cpl_handler_func h);
|
Completed in 7 milliseconds