igb: enable auxiliary PHC functions for the i210
[deliverable/linux.git] / drivers / net / ethernet / intel / igb / igb.h
index ee22da391474275c77380e6268c7a7038e04e641..c2bd4f98a8376ecab82b99623ce2a9454ed148a9 100644 (file)
@@ -343,6 +343,9 @@ struct hwmon_buff {
        };
 #endif
 
+#define IGB_N_EXTTS    2
+#define IGB_N_PEROUT   2
+#define IGB_N_SDP      4
 #define IGB_RETA_SIZE  128
 
 /* board specific private data structure */
@@ -439,6 +442,12 @@ struct igb_adapter {
        u32 tx_hwtstamp_timeouts;
        u32 rx_hwtstamp_cleared;
 
+       struct ptp_pin_desc sdp_config[IGB_N_SDP];
+       struct {
+               struct timespec start;
+               struct timespec period;
+       } perout[IGB_N_PEROUT];
+
        char fw_version[32];
 #ifdef CONFIG_IGB_HWMON
        struct hwmon_buff *igb_hwmon_buff;
This page took 0.025171 seconds and 5 git commands to generate.