Searched defs:vnic_devcmd_notify (Results 1 – 2 of 2) sorted by relevance
307 struct vnic_devcmd_notify { struct308 u32 csum; /* checksum over following words */310 u32 link_state; /* link up == 1 */311 u32 port_speed; /* effective port speed (rate limit) */312 u32 mtu; /* MTU */313 u32 msglvl; /* requested driver msg lvl */314 u32 uif; /* uplink interface */315 u32 status; /* status bits (see VNIC_STF_*) */316 u32 error; /* error code (see ERR_*) for first ERR */317 u32 link_down_cnt; /* running count of link down transitions */
469 struct vnic_devcmd_notify { struct470 u32 csum; /* checksum over following words */472 u32 link_state; /* link up == 1 */473 u32 port_speed; /* effective port speed (rate limit) */474 u32 mtu; /* MTU */475 u32 msglvl; /* requested driver msg lvl */476 u32 uif; /* uplink interface */477 u32 status; /* status bits (see VNIC_STF_*) */478 u32 error; /* error code (see ERR_*) for first ERR */479 u32 link_down_cnt; /* running count of link down transitions */[all …]