Searched refs:do_hwtid_rpl (Results 1 – 1 of 1) sorted by relevance
/drivers/net/ethernet/chelsio/cxgb3/ |
D | cxgb3_offload.c | 777 static int do_hwtid_rpl(struct t3cdev *dev, struct sk_buff *skb) in do_hwtid_rpl() function 1406 t3_register_cpl_handler(CPL_PASS_ESTABLISH, do_hwtid_rpl); in cxgb3_offload_init() 1407 t3_register_cpl_handler(CPL_ABORT_RPL_RSS, do_hwtid_rpl); in cxgb3_offload_init() 1408 t3_register_cpl_handler(CPL_ABORT_RPL, do_hwtid_rpl); in cxgb3_offload_init() 1409 t3_register_cpl_handler(CPL_RX_URG_NOTIFY, do_hwtid_rpl); in cxgb3_offload_init() 1410 t3_register_cpl_handler(CPL_RX_DATA, do_hwtid_rpl); in cxgb3_offload_init() 1411 t3_register_cpl_handler(CPL_TX_DATA_ACK, do_hwtid_rpl); in cxgb3_offload_init() 1412 t3_register_cpl_handler(CPL_TX_DMA_ACK, do_hwtid_rpl); in cxgb3_offload_init() 1414 t3_register_cpl_handler(CPL_PEER_CLOSE, do_hwtid_rpl); in cxgb3_offload_init() 1415 t3_register_cpl_handler(CPL_CLOSE_CON_RPL, do_hwtid_rpl); in cxgb3_offload_init() [all …]
|