Searched defs:vnic_devcmd_notify (Results 1 – 2 of 2) sorted by relevance
180 struct vnic_devcmd_notify { struct181 u32 csum; /* checksum over following words */183 u32 link_state; /* link up == 1 */184 u32 port_speed; /* effective port speed (rate limit) */185 u32 mtu; /* MTU */186 u32 msglvl; /* requested driver msg lvl */187 u32 uif; /* uplink interface */188 u32 status; /* status bits (see VNIC_STF_*) */189 u32 error; /* error code (see ERR_*) for first ERR */190 u32 link_down_cnt; /* running count of link down transitions */
536 struct vnic_devcmd_notify { struct537 u32 csum; /* checksum over following words */539 u32 link_state; /* link up == 1 */540 u32 port_speed; /* effective port speed (rate limit) */541 u32 mtu; /* MTU */542 u32 msglvl; /* requested driver msg lvl */543 u32 uif; /* uplink interface */544 u32 status; /* status bits (see VNIC_STF_*) */545 u32 error; /* error code (see ERR_*) for first ERR */546 u32 link_down_cnt; /* running count of link down transitions */[all …]