| /freebsd-13.1/sys/dev/isp/ |
| H A D | isp_pci.c | 566 isp->isp_mdvec->dv_ispfw = isp->isp_osinfo.fw->data; in isp_pci_attach() 612 ISP_LOCK(isp); in isp_pci_attach() 627 if (isp->isp_osinfo.fw == NULL && !IS_26XX(isp)) { in isp_pci_attach() 700 #define BXR2(isp, off) bus_read_2((isp)->isp_regs, (off)) argument 702 #define BXR4(isp, off) bus_read_4((isp)->isp_regs, (off)) argument 704 #define B2R4(isp, off) bus_read_4((isp)->isp_regs2, (off)) argument 895 if (isp->isp_rquest != NULL && isp->isp_maxcmds == 0) in isp_pci_mbxdma() 1118 isp->isp_xflist[len].cmd = &isp->isp_xflist[len+1]; in isp_pci_mbxdma() 1119 isp->isp_xffree = isp->isp_xflist; in isp_pci_mbxdma() 1180 isp->isp_iocb, isp->isp_osinfo.iocbmap); in isp_pci_mbxdmafree() [all …]
|
| H A D | isp_library.c | 72 qe0 = isp_getrqentry(isp); in isp_send_cmd() 75 nxt = ISP_NXT_QENTRY(isp->isp_reqidx, RQUEST_QUEUE_LEN(isp)); in isp_send_cmd() 168 hdp = isp->isp_xffree; in isp_allocate_handle() 213 isp->isp_xflist[(handle & ISP_HANDLE_CMD_MASK)].cmd = isp->isp_xffree; in isp_destroy_handle() 214 isp->isp_xffree = &isp->isp_xflist[(handle & ISP_HANDLE_CMD_MASK)]; in isp_destroy_handle() 466 for (tmp = 0; isp->isp_xflist && tmp < ISP_HANDLE_NUM(isp); tmp++) { in isp_clear_commands() 472 ISP_DMAFREE(isp, xs); in isp_clear_commands() 503 notify.nt_hba = isp; in isp_clear_commands() 2121 isp_print_qentry(isp, __func__, isp->isp_reqidx, outp); in isp_send_entry() 2131 isp_put_entry(isp, src, isp->isp_iocb); in isp_exec_entry_mbox() [all …]
|
| H A D | isp.c | 255 isp->isp_reqidx = isp->isp_reqodx = 0; in isp_reset() 457 …btype, isp->isp_revision, dodnld? "loaded" : "resident", isp->isp_fwrev[0], isp->isp_fwrev[1], isp… in isp_reset() 641 isp_stop(isp); in isp_shutdown() 696 if (isp->isp_nchan > 1 && ISP_CAP_VP0(isp)) { in isp_init() 907 if (ISP_CAP_MSIX(isp) && isp->isp_nirq >= 2) { in isp_init() 909 if (IS_26XX(isp) && isp->isp_nirq >= 3) in isp_init() 916 …DMA_WD1(isp->isp_rquest_dma), DMA_WD0(isp->isp_rquest_dma), DMA_WD3(isp->isp_result_dma), DMA_WD2(… in isp_init() 1315 isp_get_pdb_24xx(isp, isp->isp_iocb, &un.bill); in isp_getpdb() 1447 isp_change_fw_state(isp, chan, isp_fw_state(isp, chan)); in isp_fclink_test() 3052 isp->isp_mboxtmp[i] = ISP_READ(isp, MBOX_OFF(i)); in isp_intr_mbox() [all …]
|
| H A D | isp_freebsd.c | 124 device_get_unit(isp->isp_dev), &isp->isp_lock, in isp_attach_chan() 125 isp->isp_maxcmds, isp->isp_maxcmds, devq); in isp_attach_chan() 142 fc->isp = isp; in isp_attach_chan() 262 isp->isp_osinfo.cdev->si_drv1 = isp; in isp_attach() 1253 ispsoftc_t *isp = tp->isp; in isp_refire_notify_ack() local 1291 if (ISP_CAP_MULTI_ID(isp) && isp->isp_nchan > 1) { in isp_handle_platform_atio7() 2048 ispsoftc_t *isp = fc->isp; in isp_gdt_task() local 2211 ispsoftc_t *isp = fc->isp; in isp_kthread() local 3112 tp->isp = isp; in isp_async() 3318 ispsoftc_t *isp= mp->isp; in isp_dma2() local [all …]
|
| H A D | isp_freebsd.h | 144 void *isp; member 294 #define ISP_FC_PC(isp, chan) (&(isp)->isp_osinfo.fc[(chan)]) argument 304 #define ISP_LOCK(isp) mtx_lock(&(isp)->isp_lock) argument 305 #define ISP_UNLOCK(isp) mtx_unlock(&(isp)->isp_lock) argument 306 #define ISP_ASSERT_LOCKED(isp) mtx_assert(&(isp)->isp_lock, MA_OWNED) argument 317 #define ISP_SLEEP(isp, x) msleep_sbt(&(isp)->isp_osinfo.is_exiting, \ argument 328 #define ISP_DMASETUP(isp, xs, req) isp_dmasetup(isp, xs, req) argument 329 #define ISP_DMAFREE(isp, xs) isp_dmafree(isp, xs) argument 526 #define DEFAULT_FRAMESIZE(isp) isp->isp_osinfo.framesize argument 528 #define DEFAULT_ROLE(isp, chan) ISP_FC_PC(isp, chan)->def_role argument [all …]
|
| H A D | ispvar.h | 89 (*(isp)->isp_mdvec->dv_run_isr)(isp) 92 (*(isp)->isp_mdvec->dv_rd_reg)((isp), (reg)) 95 (*(isp)->isp_mdvec->dv_wr_reg)((isp), (reg), (val)) 98 (*(isp)->isp_mdvec->dv_mbxdma)((isp)) 104 (((isp)->isp_mdvec->dv_irqsetup) ? (*(isp)->isp_mdvec->dv_irqsetup)(isp) : 0) 106 if ((isp)->isp_mdvec->dv_dregs) (*(isp)->isp_mdvec->dv_dregs)((isp),(m)) 109 (*(isp)->isp_mdvec->dv_wr_reg)((isp), (reg), ISP_READ((isp), (reg)) | (val)) 112 (*(isp)->isp_mdvec->dv_wr_reg)((isp), (reg), ISP_READ((isp), (reg)) & ~(val)) 146 ISP_QFREE(isp->isp_reqidx, isp->isp_reqodx, RQUEST_QUEUE_LEN(isp)) 155 isp->isp_reqidx = ISP_NXT_QENTRY(isp->isp_reqidx, RQUEST_QUEUE_LEN(isp)); \ [all …]
|
| H A D | isp_target.c | 249 va_start(ap, isp); in isp_endcmd() 315 notify.nt_hba = isp; in isp_target_async() 363 notify.nt_hba = isp; in isp_got_tmf_24xx() 371 if (ISP_CAP_MULTI_ID(isp) && isp->isp_nchan > 1) { in isp_got_tmf_24xx() 375 isp_prt(isp, ISP_LOGWARN, in isp_got_tmf_24xx() 539 nt->nt_hba = isp; in isp_handle_abts() 543 if (ISP_CAP_MULTI_ID(isp) && isp->isp_nchan > 1) { in isp_handle_abts() 547 isp_prt(isp, ISP_LOGWARN, in isp_handle_abts() 691 ISP_DMAFREE(isp, xs); in isp_handle_ctio7() 737 if (chan >= isp->isp_nchan && in isp_handle_notify_24xx() [all …]
|
| H A D | isp_library.h | 57 isp_rqentry_avail(ispsoftc_t *isp, uint32_t num) in isp_rqentry_avail() argument 59 if (ISP_QAVAIL(isp) >= num) in isp_rqentry_avail() 62 isp->isp_reqodx = ISP_READ(isp, BIU2400_REQOUTP); in isp_rqentry_avail() 63 return (ISP_QAVAIL(isp) >= num); in isp_rqentry_avail() 67 isp_getrqentry(ispsoftc_t *isp) in isp_getrqentry() argument 69 if (!isp_rqentry_avail(isp, 1)) in isp_getrqentry() 71 return (ISP_QUEUE_ENTRY(isp->isp_rquest, isp->isp_reqidx)); in isp_getrqentry() 126 void isp_get_ct_pt(ispsoftc_t *isp, isp_ct_pt_t *, isp_ct_pt_t *); 127 void isp_put_ct_pt(ispsoftc_t *isp, isp_ct_pt_t *, isp_ct_pt_t *); 141 void isp_get_ct_hdr(ispsoftc_t *isp, ct_hdr_t *, ct_hdr_t *); [all …]
|
| H A D | ispreg.h | 171 #define ISP_NMBOX(isp) 32 argument 200 #define ISP_INTS_ENABLED(isp) \ argument 201 (ISP_READ(isp, BIU2400_ICR) & BIU2400_IMASK) 203 #define ISP_ENABLE_INTS(isp) \ argument 204 ISP_WRITE(isp, BIU2400_ICR, BIU2400_IMASK) 206 #define ISP_DISABLE_INTS(isp) \ argument 207 ISP_WRITE(isp, BIU2400_ICR, 0)
|
| /freebsd-13.1/cddl/contrib/opensolaris/lib/libdtrace/common/ |
| H A D | dt_ident.c | 75 mismatch = (argc < isp->dis_optargs || argc > isp->dis_argc); in dt_idcook_sign() 87 isp->dis_optargs >= 0 ? isp->dis_optargs : arglimit); in dt_idcook_sign() 125 if (isp == NULL) in dt_idcook_assc() 130 isp->dis_argc = argc; in dt_idcook_assc() 131 isp->dis_args = NULL; in dt_idcook_assc() 132 isp->dis_auxinfo = 0; in dt_idcook_assc() 137 free(isp); in dt_idcook_assc() 162 isp->dis_args[i].dn_list = &isp->dis_args[i + 1]; in dt_idcook_assc() 187 dt_idsig_t *isp; in dt_idcook_func() local 228 isp->dis_argc = i; in dt_idcook_func() [all …]
|
| /freebsd-13.1/contrib/byacc/ |
| H A D | graph.c | 54 Value_t *isp; in graph_state() local 62 for (isp = itemset; isp < itemsetend; isp++) in graph_state() 64 sp1 = sp = ritem + *isp; in graph_state()
|
| H A D | closure.c | 189 Value_t *isp; in print_closure() local 192 for (isp = itemset; isp < itemsetend; isp++) in print_closure() 193 printf(" %d\n", *isp); in print_closure()
|
| H A D | lr0.c | 253 Value_t *isp; in new_itemsets() local 261 isp = itemset; in new_itemsets() 262 while (isp < itemsetend) in new_itemsets() 264 i = *isp++; in new_itemsets() 436 Value_t *isp; in save_reductions() local 445 for (isp = itemset; isp < itemsetend; isp++) in save_reductions() 447 item = ritem[*isp]; in save_reductions()
|
| /freebsd-13.1/sys/modules/isp/ |
| H A D | Makefile | 3 .PATH: ${SRCTOP}/sys/dev/isp 5 KMOD= isp 8 isp.c isp_library.c isp_target.c isp_freebsd.c isp_pci.c
|
| /freebsd-13.1/sys/contrib/device-tree/src/arm64/exynos/ |
| H A D | exynos5433-tmu.dtsi | 262 isp_thermal: isp-thermal { 267 isp_alert_0: isp-alert-0 { 272 isp_alert_1: isp-alert-1 { 277 isp_alert_2: isp-alert-2 { 282 isp_alert_3: isp-alert-3 { 287 isp_alert_4: isp-alert-4 { 292 isp_alert_5: isp-alert-5 { 297 isp_alert_6: isp-alert-6 {
|
| /freebsd-13.1/sys/dev/iscsi/ |
| H A D | icl_soft.c | 193 uma_zfree(icl_soft_pdu_zone, isp); in icl_soft_conn_pdu_free() 204 if (isp->cb != NULL) in icl_soft_pdu_call_cb() 205 isp->cb(ip, isp->error); in icl_soft_pdu_call_cb() 209 uma_zfree(icl_soft_pdu_zone, isp); in icl_soft_pdu_call_cb() 218 isp->error = error; in icl_soft_pdu_done() 236 icl_soft_pdu_call_cb(&isp->ip); in icl_soft_mbuf_done() 245 struct icl_soft_pdu *isp; in icl_soft_conn_new_pdu() local 252 if (isp == NULL) { in icl_soft_conn_new_pdu() 259 ip = &isp->ip; in icl_soft_conn_new_pdu() 1140 isp->ref_cnt++; in icl_soft_conn_pdu_queue_cb() [all …]
|
| /freebsd-13.1/share/examples/ppp/ |
| H A D | ppp.conf.span-isp.working | 3 # This is a working example of ppp.conf.span-isp that uses ppp connections 16 # exec /usr/sbin/pppin -direct isp-in-${tty#${tty%?}} 28 # ppp.linkup.span-isp.working, you see three links. This is because inetd 100 isp-in-7: 103 isp-in-6: 106 isp-in-4:
|
| H A D | ppp.conf.span-isp | 32 # There is a working example in ppp.*.span-isp.working that can be tested 76 # If you use ppp to connect to your ISPs, the isp* profiles shold be used, 77 # resulting in the vpn* profiles being called from ppp.linkup.span-isp. 93 # from ppp.linkup (see ppp.linkup.span-isp) for each link. We also remove 94 # the link from ppp.linkdown (see ppp.linkdown.span-isp). This is necessary 137 # ppp.linkup.span-isp). 181 # requires the contents of ppp.secret.span-isp.
|
| /freebsd-13.1/share/examples/ |
| H A D | Makefile | 241 ppp.conf.span-isp \ 242 ppp.conf.span-isp.working \ 244 ppp.linkdown.span-isp \ 245 ppp.linkdown.span-isp.working \ 247 ppp.linkup.span-isp \ 248 ppp.linkup.span-isp.working \ 250 ppp.secret.span-isp \ 251 ppp.secret.span-isp.working
|
| /freebsd-13.1/sys/contrib/device-tree/Bindings/media/ |
| H A D | ti,omap3isp.txt | 4 The DT definitions can be found in include/dt-bindings/media/omap3-isp.h. 9 compatible : must contain "ti,omap3-isp" 58 isp@480bc000 { 59 compatible = "ti,omap3-isp";
|
| H A D | exynos4-fimc-is.txt | 19 "mpll", "sysreg", "isp", "drc", "fd", "mcuisp", "gicisp", 33 i2c-isp (ISP I2C bus controller) nodes 38 - compatible : should be "samsung,exynos4212-i2c-isp" for Exynos4212 and
|
| /freebsd-13.1/sys/contrib/device-tree/Bindings/leds/ |
| H A D | leds-aat1290.txt | 16 - pinctrl-names : Must contain entries: "default", "host", "isp". Entries 19 "isp" must refer to the pin configuration node, which sets the 51 pinctrl-names = "default", "host", "isp"; 72 camera_flash_isp: camera-flash-isp {
|
| /freebsd-13.1/sys/netpfil/ipfilter/netinet/ |
| H A D | ip_state.c | 2811 for (isp = &softs->ipf_state_table[hv]; ((is = *isp) != NULL); ) { in ipf_checkicmpmatchingstate() 2917 ipstate_t **isp; in ipf_ipsmove() local 2927 isp = is->is_phnext; in ipf_ipsmove() 2930 *isp = is->is_hnext; in ipf_ipsmove() 2944 if (*isp) in ipf_ipsmove() 2951 *isp = is; in ipf_ipsmove() 3762 for (isp = &softs->ipf_state_list; ((is = *isp) != NULL); ) { in ipf_state_flush() 3850 for (isp = &softs->ipf_state_list; ((is = *isp) != NULL); ) { in ipf_state_flush() 4534 for (isp = &softs->ipf_state_table[hv]; ((is = *isp) != NULL); ) { in ipf_checkicmp6matchingstate() 4647 is = *isp; in ipf_state_deref() [all …]
|
| /freebsd-13.1/sys/contrib/device-tree/Bindings/soc/mediatek/ |
| H A D | scpsys.txt | 39 CG: "mm-0", "mm-1", "mm-2", "mm-3", "isp-0", 40 "isp-1", "cam-0", "cam-1", "cam-2", 50 - isp-supply: Power supply for the isp power domain
|
| /freebsd-13.1/sys/contrib/device-tree/src/arm/ |
| H A D | omap34xx.dtsi | 12 #include <dt-bindings/media/omap3-isp.h> 93 isp: isp@480bc000 { label 94 compatible = "ti,omap3-isp";
|