sdi_callback(D3I) sdi_callback(D3I)
NAME
sdi_callback - call the target driver interrupt routine to
signal completion of a request
SYNOPSIS
#include <sys/sdi.h>
void sdi_callback(struct sb *sbp);
Arguments
sbp The command block associated with the completed command.
DESCRIPTION
sdi_callback calls the target driver's interrupt routine. It
calls either sc_int or sf_int based on whether the associated
command is an SCB or an SFB type. The interrupt address was
initialized by the target driver when the request was
formulated.
USAGE
This routine is used to call back to the associated target
driver upon the completion of a command request.
Level
Base or Interrupt.
REFERENCES
sb(D4I), scb(D4I), sfb(D4I)
NOTICES
Applicability
sdi: 1, 2
Copyright 1994 Novell, Inc. Page 1