Home
last modified time | relevance | path

Searched refs:mrr (Results 1 – 5 of 5) sorted by relevance

/freebsd-14-stable/sys/dev/cxgbe/
HDt4_tracer.c107 struct match_rr *mrr = arg; in match_name() local
109 if (strcmp(device_get_nameunit(sc->dev), mrr->name) != 0) in match_name()
112 KASSERT(mrr->sc == NULL, ("%s: multiple matches (%p, %p) for %s", in match_name()
113 __func__, mrr->sc, sc, mrr->name)); in match_name()
115 mrr->sc = sc; in match_name()
116 if (mrr->lock) in match_name()
117 mrr->rc = begin_synchronized_op(mrr->sc, NULL, 0, "t4clon"); in match_name()
119 mrr->rc = 0; in match_name()
138 struct match_rr mrr; in t4_cloner_create() local
144 mrr.name = name; in t4_cloner_create()
[all …]
/freebsd-14-stable/sys/dev/ath/ath_rate/sample/
HDsample.c672 int rix, mrr, best_rix, change_rates; in ath_rate_findrate() local
712 mrr = sc->sc_mrretry; in ath_rate_findrate()
715 if (mrr && (ic->ic_flags & IEEE80211_F_USEPROT && !sc->sc_mrrprot)) in ath_rate_findrate()
716 mrr = 0; in ath_rate_findrate()
718 best_rix = pick_best_rate(an, rt, size_bin, !mrr); in ath_rate_findrate()
849 mrr); in ath_rate_findrate()
864 *try0 = mrr ? sn->sched[rix].t0 : ATH_TXMAXTRY; in ath_rate_findrate()
1100 int mrr; in ath_rate_tx_complete() local
1158 mrr = sc->sc_mrretry; in ath_rate_tx_complete()
1160 if (mrr && (ic->ic_flags & IEEE80211_F_USEPROT && !sc->sc_mrrprot)) in ath_rate_tx_complete()
[all …]
/freebsd-14-stable/sys/amd64/include/
HDvmm_instruction_emul.h55 struct vm_guest_paging *paging, mem_region_read_t mrr,
/freebsd-14-stable/sys/dev/wpi/
HDif_wpi.c3331 struct wpi_mrr_setup mrr; in wpi_mrr_setup() local
3337 mrr.rates[i].flags = 0; in wpi_mrr_setup()
3338 mrr.rates[i].plcp = wpi_ridx_to_plcp[i]; in wpi_mrr_setup()
3340 mrr.rates[i].next = in wpi_mrr_setup()
3343 mrr.rates[i].ntries = WPI_NTRIES_DEFAULT; in wpi_mrr_setup()
3347 mrr.rates[i].flags = 0; in wpi_mrr_setup()
3348 mrr.rates[i].plcp = wpi_ridx_to_plcp[i]; in wpi_mrr_setup()
3351 mrr.rates[i].next = (i == WPI_RIDX_OFDM6) ? in wpi_mrr_setup()
3356 mrr.rates[i].ntries = WPI_NTRIES_DEFAULT; in wpi_mrr_setup()
3359 mrr.which = htole32(WPI_MRR_CTL); in wpi_mrr_setup()
[all …]
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/VE/
HDVEInstrInfo.td667 def mrr : RR<opc, (outs RC:$sx), (ins mimm:$sz, RC:$low, I32:$sy),