Symbol: inot_24xx
sys/dev/disk/isp/isp_target.c
121
in_fcentry_24xx_t *inot_24xx;
sys/dev/disk/isp/isp_target.c
143
#define inot_24xx unp.inot_24xx
sys/dev/disk/isp/isp_target.c
1818
isp_handle_24xx_inotify(ispsoftc_t *isp, in_fcentry_24xx_t *inot_24xx)
sys/dev/disk/isp/isp_target.c
1826
ochan = chan = ISP_GET_VPIDX(isp, inot_24xx->in_vpidx);
sys/dev/disk/isp/isp_target.c
1833
ISP_SNPRINTF(buf, sizeof buf, "%s: bad channel %d for status 0x%x", __func__, chan, inot_24xx->in_status);
sys/dev/disk/isp/isp_target.c
1834
isp_print_bytes(isp, buf, QENTRY_LEN, inot_24xx);
sys/dev/disk/isp/isp_target.c
1835
(void) isp_notify_ack(isp, inot_24xx);
sys/dev/disk/isp/isp_target.c
1841
isp_prt(isp, ISP_LOGTDEBUG1, "%s: Immediate Notify Channels %d..%d status=0x%x seqid=0x%x", __func__, lochan, hichan-1, inot_24xx->in_status, inot_24xx->in_rxid);
sys/dev/disk/isp/isp_target.c
1843
switch (inot_24xx->in_status) {
sys/dev/disk/isp/isp_target.c
1851
inot_24xx->in_vpidx = chan;
sys/dev/disk/isp/isp_target.c
1852
isp_async(isp, ISPASYNC_TARGET_ACTION, inot_24xx);
sys/dev/disk/isp/isp_target.c
1855
isp_prt(isp, ISP_LOGINFO, "%s: unhandled status (0x%x) for chan %d", __func__, inot_24xx->in_status, chan);
sys/dev/disk/isp/isp_target.c
1856
(void) isp_notify_ack(isp, inot_24xx);
sys/dev/disk/isp/isp_target.c
1860
inot_24xx->in_vpidx = ochan;
sys/dev/disk/isp/isp_target.c
238
isp_get_notify_24xx(isp, inot_24xx, (in_fcentry_24xx_t *)local);
sys/dev/disk/isp/isp_target.c
239
inot_24xx = (in_fcentry_24xx_t *) local;
sys/dev/disk/isp/isp_target.c
240
isp_handle_24xx_inotify(isp, inot_24xx);