Home
last modified time | relevance | path

Searched refs:FCPARAM (Results 1 – 7 of 7) sorted by relevance

/freebsd-14-stable/sys/dev/isp/
HDisp.c149 fcparam *fcp = FCPARAM(isp, chan); in isp_change_fw_state()
162 fcparam *fcp = FCPARAM(isp, 0); in isp_get_flash_addrs()
414 fcparam *fcp = FCPARAM(isp, 0); in isp_reset()
618 buf = FCPARAM(isp, 0)->isp_scanscratch; in isp_reset()
676 buf = FCPARAM(isp, 0)->isp_scanscratch; in isp_reset()
721 buf = FCPARAM(isp, 0)->isp_scanscratch; in isp_reset()
750 buf = FCPARAM(isp, 0)->isp_scanscratch; in isp_reset()
874 fcp = FCPARAM(isp, chan); in isp_init()
889 fcp = FCPARAM(isp, 0); in isp_init()
965 FCPARAM(isp, chan)->fctape_enabled = 1; in isp_init()
[all …]
HDisp_freebsd.c80 value = FCPARAM(isp, chan)->role; in isp_role_sysctl()
90 old = FCPARAM(isp, chan)->role; in isp_role_sysctl()
110 fcparam *fcp = FCPARAM(isp, chan); in isp_attach_chan()
394 *(int *)addr = FCPARAM(isp, chan)->role; in ispioctl()
410 *(int *)addr = FCPARAM(isp, chan)->role; in ispioctl()
460 lp = &FCPARAM(isp, ifc->chan)->portdb[ifc->loopid]; in ispioctl()
487 hba->fc_speed = FCPARAM(isp, hba->fc_channel)->isp_gbspeed; in ispioctl()
488 hba->fc_topology = FCPARAM(isp, chan)->isp_topo + 1; in ispioctl()
489 hba->fc_loopid = FCPARAM(isp, chan)->isp_loopid; in ispioctl()
490 hba->nvram_node_wwn = FCPARAM(isp, chan)->isp_wwnn_nvram; in ispioctl()
[all …]
HDispvar.h336 #define FC_PORTDB_TGT(isp, bus, pdb) (int)(lp - FCPARAM(isp, bus)->portdb)
575 #define FCPARAM(isp, chan) (&(isp)->isp_param[(chan)]) macro
578 FCPARAM(isp, chan)->sendmarker = val \
581 (FCPARAM(isp, chan)->sendmarker != 0)
HDisp_pci.c1069 FCPARAM(isp, cmap)->isp_scratch = base; in isp_pci_mbxdma()
1076 FCPARAM(isp, cmap)->isp_scratch = NULL; in isp_pci_mbxdma()
1079 FCPARAM(isp, cmap)->isp_scdma = im.maddr; in isp_pci_mbxdma()
1167 if (FCPARAM(isp, i)->isp_scdma != 0) { in isp_pci_mbxdmafree()
1170 FCPARAM(isp, i)->isp_scdma = 0; in isp_pci_mbxdmafree()
1172 if (FCPARAM(isp, i)->isp_scratch != NULL) { in isp_pci_mbxdmafree()
1174 FCPARAM(isp, i)->isp_scratch, fc->scmap); in isp_pci_mbxdmafree()
1175 FCPARAM(isp, i)->isp_scratch = NULL; in isp_pci_mbxdmafree()
HDisp_target.c557 nt->nt_tgt = FCPARAM(isp, chan)->isp_wwpn; in isp_handle_abts()
841 notify.nt_tgt = FCPARAM(isp, chan)->isp_wwpn; in isp_handle_notify_24xx()
HDisp_library.c276 fcparam *fcp = FCPARAM(isp, chan); in isp_fc_runstate()
309 fcparam *fcp = FCPARAM(isp, chan); in isp_dump_portdb()
1379 fcparam *fcp = FCPARAM(isp, chan); in isp_find_pdb_empty()
1396 fcparam *fcp = FCPARAM(isp, chan); in isp_find_pdb_by_wwpn()
1416 fcparam *fcp = FCPARAM(isp, chan); in isp_find_pdb_by_handle()
1436 fcparam *fcp = FCPARAM(isp, chan); in isp_find_pdb_by_portid()
1460 fcparam *fcp = FCPARAM(isp, chan); in isp_find_chan_by_did()
1484 fcp = FCPARAM(isp, chan); in isp_add_wwn_entry()
HDispmbox.h600 ((FCPARAM(isp, chan)->isp_xfwoptions & ICB2400_OPT2_FCTAPE) != 0)