Home
last modified time | relevance | path

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

/freebsd-13.1/sys/dev/isp/
H A Disp_target.c317 notify.nt_nphdl = NIL_HANDLE; in isp_target_async()
378 isp_endcmd(isp, aep, NIL_HANDLE, ISP_NOCHAN, in isp_got_tmf_24xx()
388 notify.nt_nphdl = NIL_HANDLE; in isp_got_tmf_24xx()
431 return (isp_endcmd(isp, arg, NIL_HANDLE, 0, 0, 0)); in isp_notify_ack()
730 if (nphdl != NIL_HANDLE) { in isp_handle_notify_24xx()
H A Dispvar.h172 #define NIL_HANDLE 0xffff macro
H A Disp_freebsd.c837 isp_endcmd(isp, ntp->data, NIL_HANDLE, bus, SCSI_STATUS_BUSY, 0); in destroy_lun_state()
1278 uint16_t chan, nphdl = NIL_HANDLE; in isp_handle_platform_atio7()
1298 isp_endcmd(isp, aep, NIL_HANDLE, ISP_NOCHAN, in isp_handle_platform_atio7()
1316 isp_endcmd(isp, aep, NIL_HANDLE, chan, ECMD_TERMINATE, 0); in isp_handle_platform_atio7()
1701 nphdl = NIL_HANDLE; in isp_handle_platform_target_notify_ack()
1900 isp_endcmd(isp, ntp->data, NIL_HANDLE, chan, in isp_target_mark_aborted_early()
3008 nphdl = NIL_HANDLE; in isp_async()
H A Disp.c2562 if (handle == NIL_HANDLE) { in isp_next_handle()
2569 return (NIL_HANDLE); in isp_next_handle()
2964 if ((p->flags & PLOGX_FLG_CMD_MASK) != PLOGX_FLG_CMD_PLOGI || (p->handle != NIL_HANDLE)) { in isp_control()
3446 if (chan == 0xff || nphdl == NIL_HANDLE) { in isp_intr_async()
3462 if (nphdl != NIL_HANDLE && in isp_intr_async()
4244 fcp->isp_lasthdl = NIL_HANDLE; in isp_setdfltfcparm()
4245 fcp->isp_login_hdl = NIL_HANDLE; in isp_setdfltfcparm()
H A Disp_library.c505 notify.nt_nphdl = NIL_HANDLE; in isp_clear_commands()