Lines Matching refs:netdev

507 		netdev_warn_once(adapter->netdev, "Imprecise timestamp\n");  in igc_ptp_rx_pktstamp()
674 netdev_warn(adapter->netdev, "Tx timestamp timeout\n"); in igc_ptp_tx_timeout()
845 int igc_ptp_set_ts_config(struct net_device *netdev, struct ifreq *ifr) in igc_ptp_set_ts_config() argument
847 struct igc_adapter *adapter = netdev_priv(netdev); in igc_ptp_set_ts_config()
875 int igc_ptp_get_ts_config(struct net_device *netdev, struct ifreq *ifr) in igc_ptp_get_ts_config() argument
877 struct igc_adapter *adapter = netdev_priv(netdev); in igc_ptp_get_ts_config()
922 struct net_device *netdev = adapter->netdev; in igc_ptm_log_error() local
926 netdev_err(netdev, "PTM Error: Root port timeout\n"); in igc_ptm_log_error()
929 netdev_err(netdev, "PTM Error: Bad response, PTM Response Data expected\n"); in igc_ptm_log_error()
932 netdev_err(netdev, "PTM Error: T4 minus T1 overflow\n"); in igc_ptm_log_error()
935 netdev_err(netdev, "PTM Error: 1588 timer adjusted during first PTM cycle\n"); in igc_ptm_log_error()
938 netdev_err(netdev, "PTM Error: 1588 timer adjusted during non-first PTM cycle\n"); in igc_ptm_log_error()
941 netdev_err(netdev, "PTM Error: Unknown error (%#x)\n", ptm_stat); in igc_ptm_log_error()
986 netdev_err(adapter->netdev, "Timeout reading IGC_PTM_STAT register\n"); in igc_phc_get_syncdevicetime()
1005 netdev_err(adapter->netdev, "Exceeded number of tries for PTM cycle\n"); in igc_phc_get_syncdevicetime()
1047 struct net_device *netdev = adapter->netdev; in igc_ptp_init() local
1085 snprintf(adapter->ptp_caps.name, 16, "%pm", netdev->dev_addr); in igc_ptp_init()
1123 netdev_err(netdev, "ptp_clock_register failed\n"); in igc_ptp_init()
1125 netdev_info(netdev, "PHC added\n"); in igc_ptp_init()
1191 netdev_info(adapter->netdev, "PHC removed\n"); in igc_ptp_stop()