Searched refs:t3_register_cpl_handler (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/net/ethernet/chelsio/cxgb3/ |
| A D | cxgb3_offload.c | 1014 EXPORT_SYMBOL(t3_register_cpl_handler); 1381 t3_register_cpl_handler(CPL_PASS_ACCEPT_REQ, do_cr); in cxgb3_offload_init() 1384 t3_register_cpl_handler(CPL_ABORT_RPL, do_hwtid_rpl); in cxgb3_offload_init() 1386 t3_register_cpl_handler(CPL_RX_DATA, do_hwtid_rpl); in cxgb3_offload_init() 1387 t3_register_cpl_handler(CPL_TX_DATA_ACK, do_hwtid_rpl); in cxgb3_offload_init() 1388 t3_register_cpl_handler(CPL_TX_DMA_ACK, do_hwtid_rpl); in cxgb3_offload_init() 1390 t3_register_cpl_handler(CPL_PEER_CLOSE, do_hwtid_rpl); in cxgb3_offload_init() 1394 t3_register_cpl_handler(CPL_SET_TCB_RPL, do_hwtid_rpl); in cxgb3_offload_init() 1396 t3_register_cpl_handler(CPL_RDMA_TERMINATE, do_term); in cxgb3_offload_init() 1398 t3_register_cpl_handler(CPL_TRACE_PKT, do_trace); in cxgb3_offload_init() [all …]
|
| A D | cxgb3_offload.h | 140 void t3_register_cpl_handler(unsigned int opcode, cpl_handler_func h);
|
Completed in 9 milliseconds