Home
last modified time | relevance | path

Searched defs:UsbnetTransInfo (Results 1 – 2 of 2) sorted by relevance

/drivers/peripheral/usb/hdf_usb/include/
Dhdf_usb_net_manager.h55 struct UsbnetTransInfo { struct
56 uint8_t isBindDevice;
57 char name[IFNAMSIZ]; /**< Network device name {@link IFNAMSIZ} */
58 uint8_t isGetmacAddr;
59 uint8_t macAddr[MAC_ADDR_SIZE]; /**< MAC address {@link MAC_ADDR_SIZE} */
60 uint32_t flags; /**< Network port status */
61 uint32_t mtu; /**< Maximum transmission unit */
62 uint16_t hardHeaderLen; /**< Header length */
63 uint8_t link;
64 uint8_t needReset;
[all …]
/drivers/hdf_core/framework/model/usb/include/
Dhdf_usb_net_manager.h55 struct UsbnetTransInfo { struct
56 uint8_t isBindDevice;
57 char name[IFNAMSIZ]; /**< Network device name {@link IFNAMSIZ} */
58 uint8_t isGetmacAddr;
59 uint8_t macAddr[MAC_ADDR_SIZE]; /**< MAC address {@link MAC_ADDR_SIZE} */
60 uint32_t flags; /**< Network port status */
61 uint32_t mtu; /**< Maximum transmission unit */
62 uint16_t hardHeaderLen; /**< Header length */
63 uint8_t link;
64 uint8_t needReset;
[all …]