Searched refs:pch_set_station_address (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-6.6/include/linux/ |
H A D | ptp_pch.h | 24 int pch_set_station_address(u8 *addr, struct pci_dev *pdev);
|
/kernel/linux/linux-6.6/drivers/ptp/ |
H A D | ptp_pch.c | 260 * pch_set_station_address() - This API sets the station address used by 266 int pch_set_station_address(u8 *addr, struct pci_dev *pdev) in pch_set_station_address() function 289 EXPORT_SYMBOL(pch_set_station_address); variable 502 if (pch_set_station_address(pch_param.station, pdev) != 0) { in pch_probe()
|
/kernel/linux/linux-5.10/drivers/ptp/ |
H A D | ptp_pch.c | 295 * pch_set_station_address() - This API sets the station address used by 300 int pch_set_station_address(u8 *addr, struct pci_dev *pdev) in pch_set_station_address() function 344 EXPORT_SYMBOL(pch_set_station_address); variable 615 if (pch_set_station_address(pch_param.station, pdev) != 0) { in pch_probe()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/oki-semi/pch_gbe/ |
H A D | pch_gbe.h | 623 int pch_set_station_address(u8 *addr, struct pci_dev *pdev);
|
H A D | pch_gbe_main.c | 238 pch_set_station_address(station, pdev); in hwtstamp_ioctl() 244 pch_set_station_address(station, pdev); in hwtstamp_ioctl()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/oki-semi/pch_gbe/ |
H A D | pch_gbe_main.c | 233 pch_set_station_address(station, pdev); in hwtstamp_ioctl() 239 pch_set_station_address(station, pdev); in hwtstamp_ioctl()
|
Completed in 10 milliseconds