Searched refs:eds (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/dev/ath/ |
H A D | if_ath_debug.c | 142 const struct ath_desc_txedma *eds; in ath_printtxbuf_edma() local 160 eds = (const struct ath_desc_txedma *) ds; in ath_printtxbuf_edma() 162 eds, (const struct ath_desc *)bf->bf_daddr + i, in ath_printtxbuf_edma() 163 eds->ds_info, eds->ds_link, in ath_printtxbuf_edma() 167 eds->ds_hw[0], eds->ds_hw[1], in ath_printtxbuf_edma() 168 eds->ds_hw[2], eds->ds_hw[3]); in ath_printtxbuf_edma() 170 eds->ds_hw[4], eds->ds_hw[5], in ath_printtxbuf_edma() 171 eds->ds_hw[6], eds->ds_hw[7]); in ath_printtxbuf_edma() 178 eds->ds_hw[8], eds->ds_hw[9], in ath_printtxbuf_edma() 179 eds->ds_hw[10], eds->ds_hw[11], in ath_printtxbuf_edma() [all …]
|
/freebsd/sbin/nvmecontrol/ |
H A D | resv.c | 196 bool eds; member 201 .eds = false, 210 OPT("eds", 'e', arg_none, report_opt, eds, 374 pt.cmd.cdw11 = htole32(report_opt.eds); /* EDS */ in resvreport() 387 if (report_opt.eds) in resvreport() 410 if (report_opt.eds) { in resvreport()
|
/freebsd/sys/contrib/device-tree/src/arm/microchip/ |
H A D | at91-sama5d3_eds.dts | 15 compatible = "microchip,sama5d3-eds", "atmel,sama5d36",
|