Lines Matching defs:station
126 u8 station[STATION_ADDR_LEN];
295 * pch_set_station_address() - This API sets the station address used by
311 /* For all station address bytes */
614 if (strcmp(pch_param.station, "00:00:00:00:00:00") != 0) {
615 if (pch_set_station_address(pch_param.station, pdev) != 0) {
617 "Invalid station address parameter\n"
618 "Module loaded but station address not set correctly\n"
684 module_param_string(station,
685 pch_param.station, sizeof(pch_param.station), 0444);
686 MODULE_PARM_DESC(station,
687 "IEEE 1588 station address to use - colon separated hex values");