Searched refs:do_hwtid_rpl (Results 1 – 1 of 1) sorted by relevance
| /linux/drivers/net/ethernet/chelsio/cxgb3/ |
| H A D | cxgb3_offload.c | 738 static int do_hwtid_rpl(struct t3cdev *dev, struct sk_buff *skb) in do_hwtid_rpl() function 1343 t3_register_cpl_handler(CPL_PASS_ESTABLISH, do_hwtid_rpl); in cxgb3_offload_init() 1344 t3_register_cpl_handler(CPL_ABORT_RPL_RSS, do_hwtid_rpl); in cxgb3_offload_init() 1345 t3_register_cpl_handler(CPL_ABORT_RPL, do_hwtid_rpl); in cxgb3_offload_init() 1346 t3_register_cpl_handler(CPL_RX_URG_NOTIFY, 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() 1352 t3_register_cpl_handler(CPL_CLOSE_CON_RPL, do_hwtid_rpl); in cxgb3_offload_init() [all …]
|