Home
last modified time | relevance | path

Searched refs:abts_t (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/dev/isp/
H A Disp_target.c58 static void isp_handle_abts(ispsoftc_t *, abts_t *);
117 abts_t *abts; in isp_target_notify()
192 isp_get_abts(isp, abts, (abts_t *)local); in isp_target_notify()
193 isp_handle_abts(isp, (abts_t *)local); in isp_target_notify()
473 abts_t *abts = arg; in isp_acknak_abts()
527 isp_handle_abts(ispsoftc_t *isp, abts_t *abts) in isp_handle_abts()
H A Disp_library.h150 void isp_get_abts(ispsoftc_t *, abts_t *, abts_t *);
H A Dispmbox.h1543 } abts_t; typedef
H A Disp_library.c1911 isp_get_abts(ispsoftc_t *isp, abts_t *src, abts_t *dst) in isp_get_abts()
H A Disp_freebsd.c1742 abts_t *abts = (abts_t *)mp->nt_lreserved; in isp_handle_platform_target_notify_ack()