Lines Matching defs:handler
86 nd->handler(nd);
441 * let the response handler to release it.
823 int (*handler)(struct ncsi_cmd_arg *nca);
839 /* Find gma handler for given manufacturer id */
842 if (ncsi_oem_gma_handlers[i].handler)
850 "NCSI: No GMA handler available for MFR-ID (0x%x)\n",
856 return nch->handler(nca);
1754 void (*handler)(struct ncsi_dev *ndev))
1776 nd->handler = handler;
1797 /* Register NCSI packet Rx handler */