Home
last modified time | relevance | path

Searched refs:mdd (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/s390/char/
H A Dsclp_ftp.c60 diag->mdd.ftp.pcx != SCLP_DIAG_FTP_XPCX || in sclp_ftp_rxcb()
74 sclp_ftp_ldflg = diag->mdd.ftp.ldflg; in sclp_ftp_rxcb()
75 sclp_ftp_fsize = diag->mdd.ftp.fsize; in sclp_ftp_rxcb()
76 sclp_ftp_length = diag->mdd.ftp.length; in sclp_ftp_rxcb()
108 sccb->evbuf.mdd.ftp.pcx = SCLP_DIAG_FTP_XPCX; in sclp_ftp_et7()
109 sccb->evbuf.mdd.ftp.srcflg = 0; in sclp_ftp_et7()
110 sccb->evbuf.mdd.ftp.pgsize = 0; in sclp_ftp_et7()
111 sccb->evbuf.mdd.ftp.asce = _ASCE_REAL_SPACE; in sclp_ftp_et7()
112 sccb->evbuf.mdd.ftp.ldflg = SCLP_DIAG_FTP_LDFAIL; in sclp_ftp_et7()
113 sccb->evbuf.mdd.ftp.fsize = 0; in sclp_ftp_et7()
[all …]
H A Dsclp_diag.h28 (offsetof(struct sclp_diag_evbuf, mdd) + \
76 } mdd; member
/linux/drivers/net/ethernet/intel/ice/devlink/
H A Dhealth.c359 ice_devlink_health_report(pf->health_reporters.mdd, "MDD event", &ev); in ice_report_mdd_event()
481 ICE_DEFINE_HEALTH_REPORTER_OPS_1(mdd, dump);
496 reps->mdd = ice_init_devlink_rep(pf, &ice_mdd_reporter_ops); in ice_health_init()
524 ice_deinit_devl_reporter(pf->health_reporters.mdd); in ice_health_deinit()
549 ice_health_assign_healthy_state(pf->health_reporters.mdd); in ice_health_clear()
H A Dhealth.h45 struct devlink_health_reporter *mdd; member
/linux/Documentation/networking/device_drivers/ethernet/intel/
H A Di40e.rst302 Setting the mdd-auto-reset-vf Private Flag
305 When the mdd-auto-reset-vf private flag is set to "on", the problematic VF will
309 Use ethtool to view and set mdd-auto-reset-vf, as follows::
312 ethtool --set-priv-flags ethX mdd-auto-reset-vf [on|off]
H A Dice.rst660 # ethtool --set-priv-flags <ethX> mdd-auto-reset-vf on|off