Lines Matching refs:station
127 u8 station[STATION_ADDR_LEN];
260 * pch_set_station_address() - This API sets the station address used by
501 if (strcmp(pch_param.station, "00:00:00:00:00:00") != 0) {
502 if (pch_set_station_address(pch_param.station, pdev) != 0) {
504 "Invalid station address parameter\n"
505 "Module loaded but station address not set correctly\n"
537 module_param_string(station,
538 pch_param.station, sizeof(pch_param.station), 0444);
539 MODULE_PARM_DESC(station,
540 "IEEE 1588 station address to use - colon separated hex values");