Searched defs:vnic_devcmd_notify (Results 1 – 1 of 1) sorted by relevance
741 struct vnic_devcmd_notify { struct742 uint32_t csum; /* checksum over following words */744 uint32_t link_state; /* link up == 1 */745 uint32_t port_speed; /* effective port speed (rate limit) */746 uint32_t mtu; /* MTU */747 uint32_t msglvl; /* requested driver msg lvl */748 uint32_t uif; /* uplink interface */749 uint32_t status; /* status bits (see VNIC_STF_*) */750 uint32_t error; /* error code (see ERR_*) for 1st ERR */751 uint32_t link_down_cnt; /* running count of link down[all …]