Home
last modified time | relevance | path

Searched defs:vnic_devcmd_notify (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/scsi/snic/
H A Dvnic_devcmd.h180 struct vnic_devcmd_notify { struct
181 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 */
/linux/drivers/scsi/fnic/
H A Dvnic_devcmd.h416 struct vnic_devcmd_notify { struct
417 u32 csum; /* checksum over following words */
419 u32 link_state; /* link up == 1 */
420 u32 port_speed; /* effective port speed (rate limit) */
421 u32 mtu; /* MTU */
422 u32 msglvl; /* requested driver msg lvl */
423 u32 uif; /* uplink interface */
424 u32 status; /* status bits (see VNIC_STF_*) */
425 u32 error; /* error code (see ERR_*) for first ERR */
426 u32 link_down_cnt; /* running count of link down transitions */
/linux/drivers/net/ethernet/cisco/enic/
H A Dvnic_devcmd.h525 struct vnic_devcmd_notify { struct
526 u32 csum; /* checksum over following words */
528 u32 link_state; /* link up == 1 */
529 u32 port_speed; /* effective port speed (rate limit) */
530 u32 mtu; /* MTU */
531 u32 msglvl; /* requested driver msg lvl */
532 u32 uif; /* uplink interface */
533 u32 status; /* status bits (see VNIC_STF_*) */
534 u32 error; /* error code (see ERR_*) for first ERR */
535 u32 link_down_cnt; /* running count of link down transitions */
[all …]