Searched refs:NIL_HANDLE (Results 1 – 5 of 5) sorted by relevance
| /freebsd-14.2/sys/dev/isp/ |
| H A D | isp_target.c | 316 notify.nt_nphdl = NIL_HANDLE; in isp_target_async() 377 isp_endcmd(isp, aep, NIL_HANDLE, ISP_NOCHAN, in isp_got_tmf_24xx() 387 notify.nt_nphdl = NIL_HANDLE; in isp_got_tmf_24xx() 430 return (isp_endcmd(isp, arg, NIL_HANDLE, 0, 0, 0)); in isp_notify_ack() 729 if (nphdl != NIL_HANDLE) { in isp_handle_notify_24xx()
|
| H A D | isp_freebsd.c | 844 isp_endcmd(isp, ntp->data, NIL_HANDLE, bus, SCSI_STATUS_BUSY, 0); in destroy_lun_state() 1285 uint16_t chan, nphdl = NIL_HANDLE; in isp_handle_platform_atio7() 1305 isp_endcmd(isp, aep, NIL_HANDLE, ISP_NOCHAN, in isp_handle_platform_atio7() 1323 isp_endcmd(isp, aep, NIL_HANDLE, chan, ECMD_TERMINATE, 0); in isp_handle_platform_atio7() 1708 nphdl = NIL_HANDLE; in isp_handle_platform_target_notify_ack() 1907 isp_endcmd(isp, ntp->data, NIL_HANDLE, chan, in isp_target_mark_aborted_early() 3015 nphdl = NIL_HANDLE; in isp_async()
|
| H A D | ispvar.h | 171 #define NIL_HANDLE 0xffff macro
|
| H A D | isp.c | 2790 if (handle == NIL_HANDLE) { in isp_next_handle() 2797 return (NIL_HANDLE); in isp_next_handle() 3193 if ((p->flags & PLOGX_FLG_CMD_MASK) != PLOGX_FLG_CMD_PLOGI || (p->handle != NIL_HANDLE)) { in isp_control() 3675 if (chan == 0xff || nphdl == NIL_HANDLE) { in isp_intr_async() 3691 if (nphdl != NIL_HANDLE && in isp_intr_async() 4473 fcp->isp_lasthdl = NIL_HANDLE; in isp_setdfltfcparm() 4474 fcp->isp_login_hdl = NIL_HANDLE; in isp_setdfltfcparm()
|
| H A D | isp_library.c | 504 notify.nt_nphdl = NIL_HANDLE; in isp_clear_commands()
|