Home
last modified time | relevance | path

Searched refs:cpl_handler_func (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/sys/dev/pci/cxgb/
H A Dcxgb_offload.h124 typedef int (*cpl_handler_func)(struct toedev *dev, struct mbuf *m); typedef
135 void t3_register_cpl_handler(unsigned int opcode, cpl_handler_func h);
H A Dcxgb_offload.c1087 static cpl_handler_func cpl_handlers[NUM_CPL_CMDS];
1094 t3_register_cpl_handler(unsigned int opcode, cpl_handler_func h) in t3_register_cpl_handler()