Searched defs:vnic_devcmd_notify (Results 1 – 1 of 1) sorted by relevance
723 struct vnic_devcmd_notify { struct724 uint32_t csum; /* checksum over following words */726 uint32_t link_state; /* link up == 1 */727 uint32_t port_speed; /* effective port speed (rate limit) */728 uint32_t mtu; /* MTU */729 uint32_t msglvl; /* requested driver msg lvl */730 uint32_t uif; /* uplink interface */731 uint32_t status; /* status bits (see VNIC_STF_*) */732 uint32_t error; /* error code (see ERR_*) for 1st ERR */733 uint32_t link_down_cnt; /* running count of link down[all …]