Home
last modified time | relevance | path

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

/dflybsd-src/sys/dev/netif/oce/
H A Doce_if.h797 typedef struct oce_softc { struct
798 device_t dev;
799 OCE_LOCK dev_lock;
801 uint32_t flags;
803 uint32_t pcie_link_speed;
804 uint32_t pcie_link_width;
806 uint8_t fn; /* PCI function number */
808 struct resource *devcfg_res;
809 bus_space_tag_t devcfg_btag;
810 bus_space_handle_t devcfg_bhandle;
[all …]