Home
last modified time | relevance | path

Searched defs:isp (Results 1 – 25 of 27) sorted by relevance

12

/freebsd-src/sys/dev/isp/
H A Disp_library.c63 isp_send_cmd(ispsoftc_t *isp, void *fqe, void *segp, uint32_t nsegs) in isp_send_cmd()
163 isp_allocate_handle(ispsoftc_t *isp, void *xs, int type) in isp_allocate_handle()
179 isp_find_xs(ispsoftc_t *isp, uint32_t handle) in isp_find_xs()
189 isp_find_handle(ispsoftc_t *isp, void *xs) in isp_find_handle()
206 isp_destroy_handle(ispsoftc_t *isp, uint32_t handle) in isp_destroy_handle()
219 isp_print_qentry(ispsoftc_t *isp, const char *msg, int idx, void *arg) in isp_print_qentry()
237 isp_print_bytes(ispsoftc_t *isp, const char *msg, int amt, void *arg) in isp_print_bytes()
274 isp_fc_runstate(ispsoftc_t *isp, int chan, int tval) in isp_fc_runstate()
307 isp_dump_portdb(ispsoftc_t *isp, int chan) in isp_dump_portdb()
457 isp_clear_commands(ispsoftc_t *isp) in isp_clear_commands()
[all …]
H A Disp_freebsd.c76 ispsoftc_t *isp = (ispsoftc_t *)arg1; in isp_role_sysctl() local
108 isp_attach_chan(ispsoftc_t * isp,struct cam_devq * devq,int chan) isp_attach_chan() argument
228 isp_detach_chan(ispsoftc_t * isp,int chan) isp_detach_chan() argument
243 isp_attach(ispsoftc_t * isp) isp_attach() argument
285 isp_detach(ispsoftc_t * isp) isp_detach() argument
305 isp_freeze_loopdown(ispsoftc_t * isp,int chan) isp_freeze_loopdown() argument
325 isp_unfreeze_loopdown(ispsoftc_t * isp,int chan) isp_unfreeze_loopdown() argument
346 isp_rq_check_above(ispsoftc_t * isp) isp_rq_check_above() argument
359 isp_rq_check_below(ispsoftc_t * isp) isp_rq_check_below() argument
374 ispsoftc_t *isp; ispioctl() local
601 isp_get_pcmd(ispsoftc_t * isp,union ccb * ccb) isp_get_pcmd() argument
612 isp_free_pcmd(ispsoftc_t * isp,union ccb * ccb) isp_free_pcmd() argument
650 get_lun_statep(ispsoftc_t * isp,int bus,lun_id_t lun) get_lun_statep() argument
663 isp_atio_restart(ispsoftc_t * isp,int bus,tstate_t * tptr) isp_atio_restart() argument
690 isp_tmcmd_restart(ispsoftc_t * isp) isp_tmcmd_restart() argument
718 isp_get_atpd(ispsoftc_t * isp,int chan,uint32_t tag) isp_get_atpd() argument
733 isp_find_atpd(ispsoftc_t * isp,int chan,uint32_t tag) isp_find_atpd() argument
746 isp_put_atpd(ispsoftc_t * isp,int chan,atio_private_data_t * atp) isp_put_atpd() argument
758 isp_dump_atpd(ispsoftc_t * isp,int chan) isp_dump_atpd() argument
773 isp_get_ntpd(ispsoftc_t * isp,int chan) isp_get_ntpd() argument
785 isp_find_ntpd(ispsoftc_t * isp,int chan,uint32_t tag_id,uint32_t seq_id) isp_find_ntpd() argument
798 isp_put_ntpd(ispsoftc_t * isp,int chan,inot_private_data_t * ntp) isp_put_ntpd() argument
807 create_lun_state(ispsoftc_t * isp,int bus,struct cam_path * path) create_lun_state() argument
827 destroy_lun_state(ispsoftc_t * isp,int bus,tstate_t * tptr) destroy_lun_state() argument
853 isp_enable_lun(ispsoftc_t * isp,union ccb * ccb) isp_enable_lun() argument
891 isp_disable_lun(ispsoftc_t * isp,union ccb * ccb) isp_disable_lun() argument
919 isp_target_start_ctio(ispsoftc_t * isp,union ccb * ccb,enum Start_Ctio_How how) isp_target_start_ctio() argument
1260 ispsoftc_t *isp = tp->isp; isp_refire_notify_ack() local
1272 isp_complete_ctio(ispsoftc_t * isp,union ccb * ccb) isp_complete_ctio() argument
1281 isp_handle_platform_atio7(ispsoftc_t * isp,at7_entry_t * aep) isp_handle_platform_atio7() argument
1462 isp_handle_srr_start(ispsoftc_t * isp,atio_private_data_t * atp) isp_handle_srr_start() argument
1560 isp_handle_platform_srr(ispsoftc_t * isp,isp_notify_t * notify) isp_handle_platform_srr() argument
1583 isp_handle_platform_ctio(ispsoftc_t * isp,ct7_entry_t * ct) isp_handle_platform_ctio() argument
1686 isp_handle_platform_target_notify_ack(ispsoftc_t * isp,isp_notify_t * mp,uint32_t rsp) isp_handle_platform_target_notify_ack() argument
1784 isp_handle_platform_target_tmf(ispsoftc_t * isp,isp_notify_t * notify) isp_handle_platform_target_tmf() argument
1894 isp_target_mark_aborted_early(ispsoftc_t * isp,int chan,tstate_t * tptr,uint32_t tag_id) isp_target_mark_aborted_early() argument
1930 ispsoftc_t *isp = cam_sim_softc(sim); isp_poll() local
1940 ispsoftc_t *isp; isp_watchdog() local
2000 isp_make_here(ispsoftc_t * isp,fcportdb_t * fcp,int chan,int tgt) isp_make_here() argument
2023 isp_make_gone(ispsoftc_t * isp,fcportdb_t * fcp,int chan,int tgt) isp_make_gone() argument
2055 ispsoftc_t *isp = fc->isp; isp_gdt_task() local
2113 isp_loop_changed(ispsoftc_t * isp,int chan) isp_loop_changed() argument
2128 isp_loop_up(ispsoftc_t * isp,int chan) isp_loop_up() argument
2139 isp_loop_dead(ispsoftc_t * isp,int chan) isp_loop_dead() argument
2218 ispsoftc_t *isp = fc->isp; isp_kthread() local
2287 isp_abort_atio(ispsoftc_t * isp,union ccb * ccb) isp_abort_atio() argument
2338 isp_abort_inot(ispsoftc_t * isp,union ccb * ccb) isp_abort_inot() argument
2381 ispsoftc_t *isp; isp_action() local
2802 ispsoftc_t *isp = XS_ISP(sccb); isp_done() local
2835 isp_async(ispsoftc_t * isp,ispasync_t cmd,...) isp_async() argument
3171 isp_default_wwn(ispsoftc_t * isp,int chan,int isactive,int iswwnn) isp_default_wwn() argument
3221 isp_prt(ispsoftc_t * isp,int level,const char * fmt,...) isp_prt() argument
3239 isp_xs_prt(ispsoftc_t * isp,XS_T * xs,int level,const char * fmt,...) isp_xs_prt() argument
3266 isp_fc_scratch_acquire(ispsoftc_t * isp,int chan) isp_fc_scratch_acquire() argument
3279 ispsoftc_t *isp = arg; isp_platform_intr() local
3289 ispsoftc_t *isp = arg; isp_platform_intr_resp() local
3302 ispsoftc_t *isp = arg; isp_platform_intr_atio() local
3315 ispsoftc_t *isp; global() member
3325 ispsoftc_t *isp= mp->isp; isp_dma2() local
3346 isp_dmasetup(ispsoftc_t * isp,struct ccb_scsiio * csio,void * qe) isp_dmasetup() argument
3386 isp_dmafree(ispsoftc_t * isp,struct ccb_scsiio * csio) isp_dmafree() argument
3408 isp_fcp_reset_crn(ispsoftc_t * isp,int chan,uint32_t tgt,int tgt_set) isp_fcp_reset_crn() argument
3430 isp_fcp_next_crn(ispsoftc_t * isp,uint8_t * crnp,XS_T * cmd) isp_fcp_next_crn() argument
3477 ispsoftc_t *isp = arg; isp_timer() local
3486 isp_get_ecmd(ispsoftc_t * isp) isp_get_ecmd() argument
3496 isp_put_ecmd(ispsoftc_t * isp,isp_ecmd_t * ecmd) isp_put_ecmd() argument
[all...]
H A Disp.c147 isp_change_fw_state(ispsoftc_t *isp, int chan, int state) in isp_change_fw_state()
160 isp_get_flash_addrs(ispsoftc_t *isp) in isp_get_flash_addrs()
207 isp_reset(ispsoftc_t *isp, int do_load_defaults) in isp_reset()
824 isp_stop(ispsoftc_t *isp) in isp_stop()
846 isp_shutdown(ispsoftc_t *isp) in isp_shutdown()
862 isp_init(ispsoftc_t *isp) in isp_init()
1238 isp_fc_enable_vp(ispsoftc_t *isp, int chan) in isp_fc_enable_vp()
1282 isp_fc_disable_vp(ispsoftc_t *isp, int chan) in isp_fc_disable_vp()
1319 isp_fc_change_role(ispsoftc_t *isp, int chan, int new_role) in isp_fc_change_role()
1349 isp_clear_portdb(ispsoftc_t *isp, int chan) in isp_clear_portdb()
[all …]
H A Disp_freebsd.h143 void *isp; member
198 struct ispsoftc *isp; member
293 #define ISP_FC_PC(isp, chan) (&(isp)->isp_osinfo.fc[(chan)]) argument
303 #define ISP_LOCK(isp) mtx_lock(&(isp)->isp_lock) argument
304 #define ISP_UNLOCK(isp) mtx_unlock(&(isp)->isp_lock) argument
305 #define ISP_ASSERT_LOCKED(isp) mtx_asser argument
316 ISP_SLEEP(isp,x) global() argument
327 ISP_DMASETUP(isp,xs,req) global() argument
328 ISP_DMAFREE(isp,xs) global() argument
335 MEMORYBARRIER(isp,type,offset,size,chan) global() argument
379 MEMORYBARRIERW(isp,type,offset,size,chan) global() argument
416 FC_SCRATCH_RELEASE(isp,chan) global() argument
525 DEFAULT_FRAMESIZE(isp) global() argument
527 DEFAULT_ROLE(isp,chan) global() argument
529 DEFAULT_LOOPID(isp,chan) global() argument
531 DEFAULT_NODEWWN(isp,chan) global() argument
532 DEFAULT_PORTWWN(isp,chan) global() argument
533 ACTIVE_NODEWWN(isp,chan) global() argument
534 ACTIVE_PORTWWN(isp,chan) global() argument
538 ISP_IOXPUT_8(isp,s,d) global() argument
539 ISP_IOXPUT_16(isp,s,d) global() argument
540 ISP_IOXPUT_32(isp,s,d) global() argument
541 ISP_IOXGET_8(isp,s,d) global() argument
542 ISP_IOXGET_16(isp,s,d) global() argument
543 ISP_IOXGET_32(isp,s,d) global() argument
544 ISP_SWIZZLE_NVRAM_WORD(isp,rp) global() argument
545 ISP_SWIZZLE_NVRAM_LONG(isp,rp) global() argument
547 ISP_IOZGET_8(isp,s,d) global() argument
548 ISP_IOZGET_16(isp,s,d) global() argument
549 ISP_IOZGET_32(isp,s,d) global() argument
550 ISP_IOZPUT_8(isp,s,d) global() argument
551 ISP_IOZPUT_16(isp,s,d) global() argument
552 ISP_IOZPUT_32(isp,s,d) global() argument
555 ISP_IOXPUT_8(isp,s,d) global() argument
556 ISP_IOXPUT_16(isp,s,d) global() argument
557 ISP_IOXPUT_32(isp,s,d) global() argument
558 ISP_IOXGET_8(isp,s,d) global() argument
559 ISP_IOXGET_16(isp,s,d) global() argument
560 ISP_IOXGET_32(isp,s,d) global() argument
561 ISP_SWIZZLE_NVRAM_WORD(isp,rp) global() argument
562 ISP_SWIZZLE_NVRAM_LONG(isp,rp) global() argument
564 ISP_IOZPUT_8(isp,s,d) global() argument
565 ISP_IOZPUT_16(isp,s,d) global() argument
566 ISP_IOZPUT_32(isp,s,d) global() argument
567 ISP_IOZGET_8(isp,s,d) global() argument
568 ISP_IOZGET_16(isp,s,d) global() argument
569 ISP_IOZGET_32(isp,s,d) global() argument
572 ISP_SWAP16(isp,s) global() argument
573 ISP_SWAP32(isp,s) global() argument
[all...]
H A Disp_pci.c285 isp_get_generic_options(device_t dev, ispsoftc_t *isp) in isp_get_generic_options()
327 isp_get_specific_options(device_t dev, int chan, ispsoftc_t *isp) in isp_get_specific_options()
472 ispsoftc_t *isp = &pcs->pci_isp; in isp_pci_attach() local
680 ispsoftc_t *isp = &pcs->pci_isp; in isp_pci_detach() local
714 #define BXR2(isp, off) bus_read_2((isp)->isp_regs, (off)) argument
715 #define BXW2(isp, off, v) bus_write_2((isp)->isp_regs, (off), (v)) argument
716 #define BXR4(isp, off) bus_read_4((isp)->isp_regs, (off)) argument
717 #define BXW4(isp, off, v) bus_write_4((isp)->isp_regs, (off), (v)) argument
718 #define B2R4(isp, off) bus_read_4((isp)->isp_regs2, (off)) argument
719 #define B2W4(isp, off, v) bus_write_4((isp)->isp_regs2, (off), (v)) argument
[all …]
H A Disp_target.c109 isp_target_notify(ispsoftc_t *isp, void *vptr, uint32_t *optrp, uint16_t ql) in isp_target_notify() argument
239 isp_endcmd(ispsoftc_t * isp,...) isp_endcmd() argument
309 isp_target_async(ispsoftc_t * isp,int bus,int event) isp_target_async() argument
352 isp_got_tmf_24xx(ispsoftc_t * isp,at7_entry_t * aep) isp_got_tmf_24xx() argument
422 isp_notify_ack(ispsoftc_t * isp,void * arg) isp_notify_ack() argument
468 isp_acknak_abts(ispsoftc_t * isp,void * arg,int errno) isp_acknak_abts() argument
527 isp_handle_abts(ispsoftc_t * isp,abts_t * abts) isp_handle_abts() argument
574 isp_handle_ctio7(ispsoftc_t * isp,ct7_entry_t * ct) isp_handle_ctio7() argument
716 isp_handle_notify_24xx(ispsoftc_t * isp,in_fcentry_24xx_t * inot) isp_handle_notify_24xx() argument
[all...]
H A Disp_library.h56 isp_rqentry_avail(ispsoftc_t *isp, uint32_t num) in isp_rqentry_avail()
66 isp_getrqentry(ispsoftc_t *isp) in isp_getrqentry()
H A Dispvar.h80 #define ISP_MAX_TARGETS(isp) MAX_FC_TARG argument
87 #define ISP_RUN_ISR(isp) \ argument
90 #define ISP_READ(isp, reg) \ argument
93 #define ISP_WRITE(isp, reg, val) \ argument
96 #define ISP_MBOXDMASETUP(isp) \ argument
99 #define ISP_SEND_CMD(isp, qe, segp, nseg) \ argument
102 #define ISP_IRQSETUP(isp) \ argument
104 #define ISP_DUMPREGS(isp, m) \ argument
107 #define ISP_SETBITS(isp, reg, val) \ argument
110 #define ISP_CLRBITS(isp, reg, val) \ argument
[all …]
H A Dispreg.h170 #define ISP_NMBOX(isp) 32 argument
199 #define ISP_INTS_ENABLED(isp) \ argument
202 #define ISP_ENABLE_INTS(isp) \ argument
205 #define ISP_DISABLE_INTS(isp) \ argument
H A Dispmbox.h590 #define ISP_CAP_MULTI_ID(isp) \ argument
592 #define ISP_GET_VPIDX(isp, tag) \ argument
594 #define ISP_CAP_MSIX(isp) \ argument
596 #define ISP_CAP_VP0(isp) \ argument
599 #define ISP_FCTAPE_ENABLED(isp, chan) \ argument
/freebsd-src/sys/dev/iscsi/
H A Dicl_soft.c190 struct icl_soft_pdu *isp = (struct icl_soft_pdu *)ip; in icl_soft_conn_pdu_free() local
205 struct icl_soft_pdu *isp = (struct icl_soft_pdu *)ip; in icl_soft_pdu_call_cb() local
218 struct icl_soft_pdu *isp = (struct icl_soft_pdu *)ip; in icl_soft_pdu_done() local
237 struct icl_soft_pdu *isp = (struct icl_soft_pdu *)mb->m_ext.ext_arg1; icl_soft_mbuf_done() local
248 struct icl_soft_pdu *isp; icl_soft_conn_new_pdu() local
1094 struct icl_soft_pdu *isp; icl_soft_free_mext_pg() local
1113 struct icl_soft_pdu *isp = (struct icl_soft_pdu *)request; icl_soft_conn_pdu_append_bio() local
1224 struct icl_soft_pdu *isp = (struct icl_soft_pdu *)request; icl_soft_conn_pdu_append_data() local
1321 struct icl_soft_pdu *isp = (struct icl_soft_pdu *)ip; icl_soft_conn_pdu_queue_cb() local
[all...]
/freebsd-src/sys/contrib/device-tree/src/arm/ti/omap/
H A Domap34xx.dtsi90 isp: isp@480bc000 { label
H A Domap36xx.dtsi126 isp: isp@480bc000 { label
/freebsd-src/contrib/byacc/
H A Dgraph.c54 Value_t *isp; in graph_state() local
H A Dlr0.c254 Value_t *isp; in new_itemsets() local
437 Value_t *isp; in save_reductions() local
H A Dclosure.c185 Value_t *isp; in print_closure() local
/freebsd-src/usr.bin/systat/
H A Diolat.c176 struct iosched_stat *isp; in find_dev() local
191 struct iosched_stat *isp; in alloc_dev() local
386 struct iosched_stat *isp; in labeliolat() local
475 struct iosched_stat *isp; in showiolat() local
/freebsd-src/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_ident.c63 dt_idsig_t *isp = idp->di_data; in dt_idcook_sign() local
121 dt_idsig_t *isp = idp->di_data = malloc(sizeof (dt_idsig_t)); dt_idcook_assc() local
187 dt_idsig_t *isp; dt_idcook_func() local
[all...]
H A Ddt_cc.c1291 dt_idsig_t *isp; in dt_compile_agg() local
1426 dt_idsig_t *isp; in dt_compile_agg() local
H A Ddt_cg.c544 const dt_idsig_t *isp = idp->di_data; in dt_cg_arglist() local
H A Ddt_aggregate.c1943 dt_idsig_t *isp; local
/freebsd-src/sys/netpfil/ipfilter/netinet/
H A Dip_state.c2612 ipstate_t *is, **isp; in ipf_checkicmpmatchingstate() local
2900 ipstate_t **isp; in ipf_ipsmove() local
2959 ipstate_t *is, **isp; ipf_state_lookup() local
3729 ipstate_t *is, **isp; ipf_state_flush() local
4355 ipstate_t *is, **isp; ipf_checkicmp6matchingstate() local
4624 ipf_state_deref(ipf_main_softc_t * softc,ipstate_t ** isp) ipf_state_deref() argument
[all...]
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DRegisterContextFreeBSD_i386.cpp23 uint32_t isp; member
/freebsd-src/sys/i386/include/
H A Dvm86.h58 reg86_t isp; member
/freebsd-src/sys/contrib/device-tree/src/arm64/rockchip/
H A Dpx30.dtsi1244 isp: isp@ff4a0000 { label

12