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);
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.
Arguments
sbp
the command block associated with the completed command
Usage
This routine is used to call back
to the associated target driver
upon the completion of a command request.