Lines Matching refs:cbarg
215 void (*send_complete)(void *cbarg, void *info, int status);
216 void (*recv_buf)(void *cbarg, uint8 *buf, int len);
217 void (*recv_pkt)(void *cbarg, void *pkt);
218 void (*txflowcontrol)(void *cbarg, bool onoff);
219 void (*errhandler)(void *cbarg, int err);
220 void (*ctl_complete)(void *cbarg, int type, int status);
221 void (*state_change)(void *cbarg, int state);
222 void *(*pktget)(void *cbarg, uint len, bool send);
223 void (*pktfree)(void *cbarg, void *p, bool send);
234 void* (*attach)(struct dbus_pub *pub, void *cbarg, struct dbus_intf_callbacks *cbs);
399 void (*send_irb_timeout)(void *cbarg, dbus_irb_tx_t *txirb);
400 void (*send_irb_complete)(void *cbarg, dbus_irb_tx_t *txirb, int status);
401 void (*recv_irb_complete)(void *cbarg, dbus_irb_rx_t *rxirb, int status);
402 void (*errhandler)(void *cbarg, int err);
403 void (*ctl_complete)(void *cbarg, int type, int status);
404 void (*state_change)(void *cbarg, int state);
405 bool (*isr)(void *cbarg, bool *wantdpc);
406 bool (*dpc)(void *cbarg, bool bounded);
407 void (*watchdog)(void *cbarg);
408 void *(*pktget)(void *cbarg, uint len, bool send);
409 void (*pktfree)(void *cbarg, void *p, bool send);
410 struct dbus_irb* (*getirb)(void *cbarg, bool send);
411 void (*rxerr_indicate)(void *cbarg, bool on);