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 Dadapter.h593 int t4_register_cpl_handler(struct adapter *sc, int opcode, cpl_handler_t h);
H A Dt4_l2t.c241 (void) t4_register_cpl_handler(sc, CPL_L2T_WRITE_RPL, do_l2t_write_rpl);
H A Dt4_nexus.c135 int t4_register_cpl_handler(struct adapter *sc, int opcode, cpl_handler_t h);
2224 t4_register_cpl_handler(struct adapter *sc, int opcode, cpl_handler_t h) function
H A Dt4_sge.c295 (void) t4_register_cpl_handler(sc, CPL_FW4_MSG, handle_fw_rpl);
296 (void) t4_register_cpl_handler(sc, CPL_FW6_MSG, handle_fw_rpl);
297 (void) t4_register_cpl_handler(sc, CPL_RX_PKT, t4_eth_rx);

Completed in 79 milliseconds