master/device.h
changeset 398 ff37601361a8
parent 392 eaee3c8d6ae0
child 493 b17c95eac6b2
child 1739 5fcbd29151d2
equal deleted inserted replaced
397:c5d2fb08e43f 398:ff37601361a8
    64     ec_master_t *master; /**< EtherCAT master */
    64     ec_master_t *master; /**< EtherCAT master */
    65     struct net_device *dev; /**< pointer to the assigned net_device */
    65     struct net_device *dev; /**< pointer to the assigned net_device */
    66     uint8_t open; /**< true, if the net_device has been opened */
    66     uint8_t open; /**< true, if the net_device has been opened */
    67     struct sk_buff *tx_skb; /**< transmit socket buffer */
    67     struct sk_buff *tx_skb; /**< transmit socket buffer */
    68     ec_isr_t isr; /**< pointer to the device's interrupt service routine */
    68     ec_isr_t isr; /**< pointer to the device's interrupt service routine */
       
    69     cycles_t cycles_isr; /**< cycles of last ISR call */
       
    70     unsigned long jiffies_isr; /**< jiffies of last ISR call */
    69     struct module *module; /**< pointer to the device's owning module */
    71     struct module *module; /**< pointer to the device's owning module */
    70     uint8_t link_state; /**< device link state */
    72     uint8_t link_state; /**< device link state */
    71 #ifdef EC_DBG_IF
    73 #ifdef EC_DBG_IF
    72     ec_debug_t dbg; /**< debug device */
    74     ec_debug_t dbg; /**< debug device */
    73 #endif
    75 #endif