xgbe_version_data
pdata->vdata = (struct xgbe_version_data *)id->driver_data;
static struct xgbe_version_data xgbe_v3 = {
static struct xgbe_version_data xgbe_v2a = {
static struct xgbe_version_data xgbe_v2b = {
pdata->vdata = (struct xgbe_version_data *)device_get_match_data(dev);
static const struct xgbe_version_data xgbe_v1 = {
struct xgbe_version_data *vdata;