mirror of
https://github.com/opnsense/src.git
synced 2026-02-21 17:00:58 -05:00
-pci_get_class : This function search for a matching pci device based on
the class/subclass and returns a newly created pci_dev.
- pci_{save,restore}_state : This is analogous to ours with the same name
- pci_is_root_bus : Return true if this is the root bus
- pci_get_domain_bus_and_slot : This function search for a matching pci
device based on domain, bus and slot/function concat into a single
unsigned int (devfn) and returns a newly created pci_dev
- pci_bus_{read,write}_config* : Read/Write to the config space.
While here add some helper function to alloc and fill the pci_dev struct.
Reviewed by: hselasky, bz (older version)
Differential Revision: https://reviews.freebsd.org/D27550
|
||
|---|---|---|
| .. | ||
| fw.h | ||
| fw_qos.h | ||
| icm.h | ||
| mlx4.h | ||
| mlx4_alloc.c | ||
| mlx4_catas.c | ||
| mlx4_cmd.c | ||
| mlx4_cq.c | ||
| mlx4_eq.c | ||
| mlx4_fw.c | ||
| mlx4_fw_qos.c | ||
| mlx4_icm.c | ||
| mlx4_intf.c | ||
| mlx4_main.c | ||
| mlx4_mcg.c | ||
| mlx4_mr.c | ||
| mlx4_pd.c | ||
| mlx4_port.c | ||
| mlx4_profile.c | ||
| mlx4_qp.c | ||
| mlx4_reset.c | ||
| mlx4_resource_tracker.c | ||
| mlx4_sense.c | ||
| mlx4_srq.c | ||