Lines Matching refs:cbarg
192 void (*send_complete)(void *cbarg, void *info, int status);
193 void (*recv_buf)(void *cbarg, uint8 *buf, int len);
194 void (*recv_pkt)(void *cbarg, void *pkt);
195 void (*txflowcontrol)(void *cbarg, bool onoff);
196 void (*errhandler)(void *cbarg, int err);
197 void (*ctl_complete)(void *cbarg, int type, int status);
198 void (*state_change)(void *cbarg, int state);
199 void *(*pktget)(void *cbarg, uint len, bool send);
200 void (*pktfree)(void *cbarg, void *p, bool send);
211 void* (*attach)(struct dbus_pub *pub, void *cbarg, struct dbus_intf_callbacks *cbs);
305 void *cbarg, dbus_callbacks_t *cbs, dbus_extdl_t *extdl, struct shared_info *sh);
378 void (*send_irb_timeout)(void *cbarg, dbus_irb_tx_t *txirb);
379 void (*send_irb_complete)(void *cbarg, dbus_irb_tx_t *txirb, int status);
380 void (*recv_irb_complete)(void *cbarg, dbus_irb_rx_t *rxirb, int status);
381 void (*errhandler)(void *cbarg, int err);
382 void (*ctl_complete)(void *cbarg, int type, int status);
383 void (*state_change)(void *cbarg, int state);
384 bool (*isr)(void *cbarg, bool *wantdpc);
385 bool (*dpc)(void *cbarg, bool bounded);
386 void (*watchdog)(void *cbarg);
387 void *(*pktget)(void *cbarg, uint len, bool send);
388 void (*pktfree)(void *cbarg, void *p, bool send);
389 struct dbus_irb* (*getirb)(void *cbarg, bool send);
390 void (*rxerr_indicate)(void *cbarg, bool on);