Home
last modified time | relevance | path

Searched refs:bus_args (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/sun4/sys/
H A Dfcode.h459 void *bus_args; /* bus dependent arguments */ member
494 void *fcode, size_t fcode_size, char *unit_address, void *bus_args);
499 struct pci_ops_bus_args *bus_args);
/illumos-gate/usr/src/uts/sun4/io/efcode/
H A Dfcode.c533 if (rp->bus_args) { in fc_get_parameters()
534 bcopy(rp->bus_args, &fcp->config_address, sizeof (int)); in fc_get_parameters()
H A Dfc_ops.c103 void *fcode, size_t fcode_size, char *unit_address, void *bus_args) in fc_ops_alloc_handle() argument
119 rp->bus_args = NULL; /* generic module has no bus args */ in fc_ops_alloc_handle()
H A Dfcpci.c207 rp->bus_args = bp; in pci_fc_ops_alloc_handle()
230 if ((bp = rp->bus_args) != NULL) in pci_fc_ops_free_handle()
1193 struct pci_ops_bus_args *ba = rp->bus_args; in pfc_probe_space()