Home
last modified time | relevance | path

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

/dflybsd-src/sys/dev/disk/isp/
H A Disp_library.c44 isp_send_cmd(ispsoftc_t *isp, void *fqe, void *segp, uint32_t nsegs, uint32_t totalcnt, isp_ddir_t … in isp_send_cmd()
232 isp_allocate_xs(ispsoftc_t *isp, XS_T *xs, uint32_t *handlep) in isp_allocate_xs()
250 isp_find_xs(ispsoftc_t *isp, uint32_t handle) in isp_find_xs()
260 isp_find_handle(ispsoftc_t *isp, XS_T *xs) in isp_find_handle()
277 isp_handle_index(ispsoftc_t *isp, uint32_t handle) in isp_handle_index()
288 isp_destroy_handle(ispsoftc_t *isp, uint32_t handle) in isp_destroy_handle()
306 isp_getrqentry(ispsoftc_t *isp) in isp_getrqentry()
317 isp_print_qentry(ispsoftc_t *isp, const char *msg, int idx, void *arg) in isp_print_qentry()
335 isp_print_bytes(ispsoftc_t *isp, const char *msg, int amt, void *arg) in isp_print_bytes()
372 isp_fc_runstate(ispsoftc_t *isp, int chan, int tval) in isp_fc_runstate()
[all …]
H A Disp_freebsd.c85 isp_attach_chan(ispsoftc_t *isp, struct cam_devq *devq, int chan) in isp_attach_chan()
190 isp_attach(ispsoftc_t *isp) in isp_attach()
265 isp_detach(ispsoftc_t *isp) in isp_detach()
326 isp_freeze_loopdown(ispsoftc_t *isp, int chan, char *msg) in isp_freeze_loopdown()
342 isp_unfreeze_loopdown(ispsoftc_t *isp, int chan) in isp_unfreeze_loopdown()
362 ispsoftc_t *isp; in ispioctl() local
736 ispsoftc_t *isp = arg; in isp_intr_enable() local
765 isp_get_pcmd(ispsoftc_t *isp, union ccb *ccb) in isp_get_pcmd()
776 isp_free_pcmd(ispsoftc_t *isp, union ccb *ccb) in isp_free_pcmd()
822 is_lun_enabled(ispsoftc_t *isp, int bus, lun_id_t lun) in is_lun_enabled()
[all …]
H A Disp_freebsd.h137 struct ispsoftc * isp; /* containing isp */ member
151 struct ispsoftc *isp; member
281 #define ISP_FC_PC(isp, chan) (&(isp)->isp_osinfo.pc.fc[(chan)]) argument
282 #define ISP_SPI_PC(isp, chan) (&(isp)->isp_osinfo.pc.spi[(chan)]) argument
283 #define ISP_GET_PC(isp, chan, tag, rslt) \ argument
289 #define ISP_GET_PC_ADDR(isp, chan, tag, rp) \ argument
295 #define ISP_SET_PC(isp, chan, tag, val) \ argument
309 #define ISP_LOCK(isp) lockmgr(&isp->isp_osinfo.lock, LK_EXCLUSIVE) argument
310 #define ISP_UNLOCK(isp) lockmgr(&isp->isp_osinfo.lock, LK_RELEASE) argument
322 #define ISP_SLEEP(isp, x) DELAY(x) argument
[all …]
H A Disp.c141 isp_reset(ispsoftc_t *isp, int do_load_defaults) in isp_reset()
1177 isp_init(ispsoftc_t *isp) in isp_init()
1192 isp_scsi_init(ispsoftc_t *isp) in isp_scsi_init()
1376 isp_scsi_channel_init(ispsoftc_t *isp, int chan) in isp_scsi_channel_init()
1491 isp_fibre_init(ispsoftc_t *isp) in isp_fibre_init()
1747 isp_fibre_init_2400(ispsoftc_t *isp) in isp_fibre_init_2400()
2039 isp_mark_portdb(ispsoftc_t *isp, int chan, int disposition) in isp_mark_portdb()
2084 isp_plogx(ispsoftc_t *isp, int chan, uint16_t handle, uint32_t portid, int flags, int gs) in isp_plogx()
2236 isp_port_login(ispsoftc_t *isp, uint16_t handle, uint32_t portid) in isp_port_login()
2289 isp_port_logout(ispsoftc_t *isp, uint16_t handle, uint32_t portid) in isp_port_logout()
[all …]
H A Disp_pci.c339 #define ISP_PCD(isp) ((struct isp_pcisoftc *)isp)->pci_dev argument
447 isp_get_generic_options(device_t dev, ispsoftc_t *isp, int *nvp) in isp_get_generic_options()
524 isp_get_specific_options(device_t dev, int chan, ispsoftc_t *isp) in isp_get_specific_options()
647 ispsoftc_t *isp; in isp_pci_attach() local
1000 ispsoftc_t *isp; in isp_pci_detach() local
1038 #define BXR2(isp, off) \ argument
1040 #define BXW2(isp, off, v) \ argument
1042 #define BXR4(isp, off) \ argument
1044 #define BXW4(isp, off, v) \ argument
1049 isp_pci_rd_debounced(ispsoftc_t *isp, int off, uint16_t *rp) in isp_pci_rd_debounced()
[all …]
H A Disp_target.c104 isp_target_notify(ispsoftc_t *isp, void *vptr, uint32_t *optrp) in isp_target_notify()
448 isp_lun_cmd(ispsoftc_t *isp, int cmd, int bus, int lun, int cmd_cnt, int inot_cnt) in isp_lun_cmd()
497 isp_target_put_entry(ispsoftc_t *isp, void *ap) in isp_target_put_entry()
541 isp_target_put_atio(ispsoftc_t *isp, void *arg) in isp_target_put_atio()
601 isp_endcmd(ispsoftc_t *isp, ...) in isp_endcmd()
748 isp_target_async(ispsoftc_t *isp, int bus, int event) in isp_target_async()
845 isp_got_msg(ispsoftc_t *isp, in_entry_t *inp) in isp_got_msg()
902 isp_got_msg_fc(ispsoftc_t *isp, in_fcentry_t *inp) in isp_got_msg_fc()
965 isp_got_tmf_24xx(ispsoftc_t *isp, at7_entry_t *aep) in isp_got_tmf_24xx()
1022 isp_notify_ack(ispsoftc_t *isp, void *arg) in isp_notify_ack()
[all …]
H A Dispvar.h68 #define ISP_MAX_TARGETS(isp) (IS_FC(isp)? MAX_FC_TARG : MAX_TARGETS) argument
69 #define ISP_MAX_LUNS(isp) (isp)->isp_maxluns argument
75 #define ISP_READ_ISR(isp, isrp, semap, mbox0p) \ argument
78 #define ISP_READ(isp, reg) \ argument
81 #define ISP_WRITE(isp, reg, val) \ argument
84 #define ISP_MBOXDMASETUP(isp) \ argument
87 #define ISP_DMASETUP(isp, xs, req) \ argument
90 #define ISP_DMAFREE(isp, xs, hndl) \ argument
94 #define ISP_RESET0(isp) \ argument
96 #define ISP_RESET1(isp) \ argument
[all …]
H A Disp_target.h89 #define ISP_TDQE(isp, msg, idx, arg) \ argument
H A Dispreg.h249 #define INT_PENDING(isp, isr) \ argument
254 #define INT_PENDING_MASK(isp) \ argument
459 #define NMBOX(isp) \ argument
462 #define NMBOX_BMASK(isp) \ argument
466 #define MAX_MAILBOX(isp) ((IS_FC(isp))? 12 : 8) argument
787 #define ISP_INTS_ENABLED(isp) \ argument
793 #define ISP_ENABLE_INTS(isp) \ argument
800 #define ISP_DISABLE_INTS(isp) \ argument
H A Dispmbox.h852 #define ISP_CAP_TMODE(isp) \ argument
854 #define ISP_CAP_SCCFW(isp) \ argument
856 #define ISP_CAP_2KLOGIN(isp) \ argument
858 #define ISP_CAP_MULTI_ID(isp) \ argument
861 #define ISP_GET_VPIDX(isp, tag) \ argument
/dflybsd-src/sys/dev/disk/iscsi/initiator/
H A Disc_cam.c84 struct isc_softc *isp = sp->isc; in ic_lost_target() local
135 struct isc_softc *isp = dev->si_drv1; in ic_fullfeature() local
193 struct isc_softc *isp = (struct isc_softc *)cam_sim_softc(sim); in _scsi_encap() local
205 struct isc_softc *isp = (struct isc_softc *)cam_sim_softc(sim); in ic_action() local
337 ic_destroy(struct isc_softc *isp) in ic_destroy()
352 ic_init(struct isc_softc *isp) in ic_init()
H A Discsi_subr.c186 _scsi_done(struct isc_softc *isp, u_int response, u_int status, union ccb *ccb, pduq_t *pq) in _scsi_done()
444 struct isc_softc *isp = (struct isc_softc *)cam_sim_softc(sim); in scsi_encap() local
H A Discsivar.h281 XPT_DONE(struct isc_softc *isp, union ccb *ccb) in XPT_DONE()
/dflybsd-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
/dflybsd-src/contrib/gcc-4.7/libgcc/
H A Dgeneric-morestack.c860 char *isp = (char *) *initial_sp; in __splitstack_find() local
/dflybsd-src/contrib/binutils-2.27/gold/
H A Dscript-sections.cc1368 Input_section_patterns& isp(this->input_section_patterns_); in Output_section_element_input() local
1653 const Input_section_pattern& isp(this->input_section_patterns_[i]); in set_section_addresses() local
1710 isp(this->input_section_patterns_[i]); in set_section_addresses() local
1741 const Input_section_pattern& isp(this->input_section_patterns_[i]); in set_section_addresses() local
/dflybsd-src/contrib/binutils-2.34/gold/
H A Dscript-sections.cc1402 Input_section_patterns& isp(this->input_section_patterns_); in Output_section_element_input() local
1687 const Input_section_pattern& isp(this->input_section_patterns_[i]); in set_section_addresses() local
1744 isp(this->input_section_patterns_[i]); in set_section_addresses() local
1775 const Input_section_pattern& isp(this->input_section_patterns_[i]); in set_section_addresses() local