Lines Matching defs:handler
24 /* handler for send/transmission completion of a CDC msg */
405 * handler to indicate update in the DMBE.
427 /* Initialize receive tasklet. Called from ISM device IRQ handler to start
473 .handler = smc_cdc_rx_handler,
477 .handler = NULL,
483 struct smc_wr_rx_handler *handler;
486 for (handler = smc_cdc_rx_handlers; handler->handler; handler++) {
487 INIT_HLIST_NODE(&handler->list);
488 rc = smc_wr_rx_register_handler(handler);