Home
last modified time | relevance | path

Searched defs:oce_softc (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/dev/oce/
H A Doce_if.h790 typedef struct oce_softc { struct
791 device_t dev;
792 OCE_LOCK dev_lock;
794 uint32_t flags;
796 uint32_t pcie_link_speed;
797 uint32_t pcie_link_width;
799 uint8_t fn; /* PCI function number */
801 struct resource *devcfg_res;
802 bus_space_tag_t devcfg_btag;
803 bus_space_handle_t devcfg_bhandle;
[all …]