Searched defs:ntb_plx_softc (Results 1 – 1 of 1) sorted by relevance
77 struct ntb_plx_softc { struct79 void *ntb_store;81 device_t dev;82 struct resource *conf_res;83 int conf_rid;84 u_int ntx; /* NTx number within chip. */85 u_int link; /* Link v/s Virtual side. */86 u_int port; /* Port number within chip. */87 u_int alut; /* A-LUT is enabled for NTx */88 u_int split; /* split BAR2 into 2^x parts */[all …]