Home
last modified time | relevance | path

Searched refs:cpl_handlers (Results 1 – 2 of 2) sorted by relevance

/drivers/scsi/cxgb3i/
Dcxgb3i_offload.c1799 int cxgb3i_sdev_init(cxgb3_cpl_handler_func *cpl_handlers) in cxgb3i_sdev_init() argument
1801 cpl_handlers[CPL_ACT_ESTABLISH] = do_act_establish; in cxgb3i_sdev_init()
1802 cpl_handlers[CPL_ACT_OPEN_RPL] = do_act_open_rpl; in cxgb3i_sdev_init()
1803 cpl_handlers[CPL_PEER_CLOSE] = do_peer_close; in cxgb3i_sdev_init()
1804 cpl_handlers[CPL_ABORT_REQ_RSS] = do_abort_req; in cxgb3i_sdev_init()
1805 cpl_handlers[CPL_ABORT_RPL_RSS] = do_abort_rpl; in cxgb3i_sdev_init()
1806 cpl_handlers[CPL_CLOSE_CON_RPL] = do_close_con_rpl; in cxgb3i_sdev_init()
1807 cpl_handlers[CPL_TX_DMA_ACK] = do_wr_ack; in cxgb3i_sdev_init()
1808 cpl_handlers[CPL_ISCSI_HDR] = do_iscsi_hdr; in cxgb3i_sdev_init()
/drivers/net/cxgb3/
Dcxgb3_offload.c967 static cpl_handler_func cpl_handlers[NUM_CPL_CMDS]; variable
976 cpl_handlers[opcode] = h ? h : do_bad_cpl; in t3_register_cpl_handler()
992 int ret = cpl_handlers[opcode] (dev, skb); in process_rx()
1357 cpl_handlers[i] = do_bad_cpl; in cxgb3_offload_init()