Searched refs:in_fcentry_24xx_t (Results 1 – 5 of 5) sorted by relevance
/freebsd/sys/dev/isp/ |
H A D | isp_library.h | 146 void isp_put_notify_24xx(ispsoftc_t *, in_fcentry_24xx_t *, in_fcentry_24xx_t *); 147 void isp_get_notify_24xx(ispsoftc_t *, in_fcentry_24xx_t *, in_fcentry_24xx_t *);
|
H A D | isp_target.c | 60 static void isp_handle_notify_24xx(ispsoftc_t *, in_fcentry_24xx_t *); 114 in_fcentry_24xx_t *inot_24xx; in isp_target_notify() 173 isp_get_notify_24xx(isp, inot_24xx, (in_fcentry_24xx_t *)local); in isp_target_notify() 174 isp_handle_notify_24xx(isp, (in_fcentry_24xx_t *)local); in isp_target_notify() 432 in_fcentry_24xx_t *in = arg; in isp_notify_ack() 716 isp_handle_notify_24xx(ispsoftc_t *isp, in_fcentry_24xx_t *inot) in isp_handle_notify_24xx()
|
H A D | isp_library.c | 1771 isp_put_notify_24xx(ispsoftc_t *isp, in_fcentry_24xx_t *src, in_fcentry_24xx_t *dst) in isp_put_notify_24xx() 1807 isp_get_notify_24xx(ispsoftc_t *isp, in_fcentry_24xx_t *src, in_fcentry_24xx_t *dst) in isp_get_notify_24xx()
|
H A D | ispmbox.h | 1311 } in_fcentry_24xx_t; typedef
|
H A D | isp_freebsd.c | 1464 in_fcentry_24xx_t *inot; in isp_handle_srr_start() 1468 inot = (in_fcentry_24xx_t *)atp->srr; in isp_handle_srr_start() 1562 in_fcentry_24xx_t *inot = notify->nt_lreserved; in isp_handle_platform_srr()
|