Lines Matching defs:callback
260 void (*callback)(struct sbp2_orb * orb, struct sbp2_status * status);
448 orb->callback(orb, &status);
449 kref_put(&orb->kref, free_orb); /* orb callback reference */
465 * the orb before we get this callback. The status write
468 * So this callback only sets the rcode if it hasn't already
480 orb->callback(orb, NULL);
481 kref_put(&orb->kref, free_orb); /* orb callback reference */
486 kref_put(&orb->kref, free_orb); /* transaction callback reference */
504 kref_get(&orb->kref); /* transaction callback reference */
505 kref_get(&orb->kref); /* orb callback reference */
530 orb->callback(orb, NULL);
531 kref_put(&orb->kref, free_orb); /* orb callback reference */
597 orb->base.callback = complete_management_orb;
1475 orb->base.callback = complete_command_orb;