Searched refs:eds (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/sys/dev/ath/
H A Dif_ath_debug.c144 const struct ath_desc_txedma *eds; local
162 eds = (const struct ath_desc_txedma *) ds;
164 eds, (const struct ath_desc *)bf->bf_daddr + i,
165 eds->ds_info, eds->ds_link,
169 eds->ds_hw[0], eds->ds_hw[1],
170 eds->ds_hw[2], eds->ds_hw[3]);
172 eds
[all...]
/freebsd-12-stable/sbin/nvmecontrol/
H A Dresv.c199 bool eds; member in struct:report_options
204 .eds = false,
213 OPT("eds", 'e', arg_none, report_opt, eds,
373 pt.cmd.cdw11 = htole32(report_opt.eds); /* EDS */
386 if (report_opt.eds)
409 if (report_opt.eds) {

Completed in 156 milliseconds