Home
last modified time | relevance | path

Searched refs:t4_register_cpl_handler (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/
H A Dt4_l2t.c252 (void) t4_register_cpl_handler(sc, CPL_L2T_WRITE_RPL, do_l2t_write_rpl); in t4_init_l2t()
H A Dadapter.h890 int t4_register_cpl_handler(struct adapter *sc, int opcode, cpl_handler_t h);
H A Dt4_sge.c324 (void) t4_register_cpl_handler(sc, CPL_FW4_MSG, handle_fw_rpl); in t4_sge_init()
325 (void) t4_register_cpl_handler(sc, CPL_FW6_MSG, handle_fw_rpl); in t4_sge_init()
326 (void) t4_register_cpl_handler(sc, CPL_SGE_EGR_UPDATE, handle_sge_egr_update); in t4_sge_init()
327 (void) t4_register_cpl_handler(sc, CPL_RX_PKT, t4_eth_rx); in t4_sge_init()
H A Dt4_nexus.c143 int t4_register_cpl_handler(struct adapter *sc, int opcode, cpl_handler_t h);
3022 t4_register_cpl_handler(struct adapter *sc, int opcode, cpl_handler_t h) function