Searched refs:xgbe_version_data (Results 1 – 3 of 3) sorted by relevance
140 static struct xgbe_version_data *xgbe_acpi_vdata(struct xgbe_prv_data *pdata) in xgbe_acpi_vdata()146 return id ? (struct xgbe_version_data *)id->driver_data : NULL; in xgbe_acpi_vdata()176 static struct xgbe_version_data *xgbe_acpi_vdata(struct xgbe_prv_data *pdata) in xgbe_acpi_vdata()190 static struct xgbe_version_data *xgbe_of_vdata(struct xgbe_prv_data *pdata) in xgbe_of_vdata()196 return id ? (struct xgbe_version_data *)id->data : NULL; in xgbe_of_vdata()247 static struct xgbe_version_data *xgbe_of_vdata(struct xgbe_prv_data *pdata) in xgbe_of_vdata()293 static struct xgbe_version_data *xgbe_get_vdata(struct xgbe_prv_data *pdata) in xgbe_get_vdata()586 static const struct xgbe_version_data xgbe_v1 = {
229 pdata->vdata = (struct xgbe_version_data *)id->driver_data; in xgbe_pci_probe()465 static const struct xgbe_version_data xgbe_v2a = {480 static const struct xgbe_version_data xgbe_v2b = {
1003 struct xgbe_version_data { struct1034 struct xgbe_version_data *vdata; argument