Home
last modified time | relevance | path

Searched refs:sym_data (Results 1 – 5 of 5) sorted by relevance

/linux-6.12.1/drivers/scsi/sym53c8xx_2/
Dsym_glue.c473 struct sym_data *sym_data = shost_priv(shost); in sym_log_bus_error() local
474 struct pci_dev *pdev = sym_data->pdev; in sym_log_bus_error()
525 struct sym_data *sym_data = shost_priv(shost); in DEF_SCSI_QCMD() local
529 if (pci_channel_offline(sym_data->pdev)) in DEF_SCSI_QCMD()
574 struct sym_data *sym_data = shost_priv(shost); in sym53c8xx_eh_abort_handler() local
575 struct pci_dev *pdev = sym_data->pdev; in sym53c8xx_eh_abort_handler()
576 struct sym_hcb *np = sym_data->ncb; in sym53c8xx_eh_abort_handler()
626 struct sym_data *sym_data = shost_priv(shost); in sym53c8xx_eh_target_reset_handler() local
627 struct pci_dev *pdev = sym_data->pdev; in sym53c8xx_eh_target_reset_handler()
628 struct sym_hcb *np = sym_data->ncb; in sym53c8xx_eh_target_reset_handler()
[all …]
Dsym_fw.c138 struct sym_data *sym_data = shost_priv(shost); in sym_fw2_patch() local
139 struct pci_dev *pdev = sym_data->pdev; in sym_fw2_patch()
140 struct sym_hcb *np = sym_data->ncb; in sym_fw2_patch()
Dsym_glue.h207 struct sym_data { struct
215 return ((struct sym_data *)host->hostdata)->ncb; in sym_get_hcb() argument
Dsym_hipd.c671 struct sym_data *sym_data = shost_priv(shost); local
672 struct pci_dev *pdev = sym_data->pdev;
1692 struct sym_data *sym_data = shost_priv(shost); local
1693 struct pci_dev *pdev = sym_data->pdev;
1694 struct sym_hcb *np = sym_data->ncb;
2801 struct sym_data *sym_data = shost_priv(shost); local
2802 struct sym_hcb *np = sym_data->ncb;
2803 struct pci_dev *pdev = sym_data->pdev;
/linux-6.12.1/tools/perf/util/
Dsymbol-elf.c2129 struct sym_data { struct
2185 static struct sym_data *kcore_copy__new_sym(struct kcore_copy_info *kci, in kcore_copy__new_sym()
2188 struct sym_data *s = zalloc(sizeof(*s)); in kcore_copy__new_sym()
2200 struct sym_data *s, *tmp; in kcore_copy__free_syms()
2310 struct sym_data *sdat; in kcore_copy__read_map()