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