Home
last modified time | relevance | path

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

/freebsd/sys/dev/isp/
H A Disp.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(is in isp_init()
[all...]
H A Dispvar.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)
H A Disp_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()
H A Disp_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()
H A Disp_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()
H A Dispmbox.h600 ((FCPARAM(isp, chan)->isp_xfwoptions & ICB2400_OPT2_FCTAPE) != 0)