Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/scsi/fnic/
Dvnic_devcmd.h307 struct vnic_devcmd_notify { struct
308 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 */
/linux-4.4.14/drivers/scsi/snic/
Dvnic_devcmd.h194 struct vnic_devcmd_notify { struct
195 u32 csum; /* checksum over following words */
197 u32 link_state; /* link up == 1 */
198 u32 port_speed; /* effective port speed (rate limit) */
199 u32 mtu; /* MTU */
200 u32 msglvl; /* requested driver msg lvl */
201 u32 uif; /* uplink interface */
202 u32 status; /* status bits (see VNIC_STF_*) */
203 u32 error; /* error code (see ERR_*) for first ERR */
204 u32 link_down_cnt; /* running count of link down transitions */
/linux-4.4.14/drivers/net/ethernet/cisco/enic/
Dvnic_devcmd.h475 struct vnic_devcmd_notify { struct
476 u32 csum; /* checksum over following words */
478 u32 link_state; /* link up == 1 */
479 u32 port_speed; /* effective port speed (rate limit) */
480 u32 mtu; /* MTU */
481 u32 msglvl; /* requested driver msg lvl */
482 u32 uif; /* uplink interface */
483 u32 status; /* status bits (see VNIC_STF_*) */
484 u32 error; /* error code (see ERR_*) for first ERR */
485 u32 link_down_cnt; /* running count of link down transitions */
[all …]