Lines Matching defs:handler
86 nd->handler(nd);
441 * let the response handler to release it.
772 int (*handler)(struct ncsi_cmd_arg *nca);
787 /* Find gma handler for given manufacturer id */
790 if (ncsi_oem_gma_handlers[i].handler)
798 "NCSI: No GMA handler available for MFR-ID (0x%x)\n",
804 return nch->handler(nca);
1686 void (*handler)(struct ncsi_dev *ndev))
1708 nd->handler = handler;
1729 /* Register NCSI packet Rx handler */