Searched refs:lq (Results 1 - 18 of 18) sorted by relevance

/freebsd-13-stable/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_labelclear/
H A Dzpool_labelclear_active.ksh47 log_must zdb -lq $disk1
49 log_must zdb -lq $disk1
51 log_must zdb -lq $disk2
53 log_must zdb -lq $disk2
60 log_must zdb -lq $disk3
62 log_must zdb -lq $disk3
65 log_mustnot zdb -lq $disk3
H A Dzpool_labelclear_exported.ksh56 log_must zdb -lq $disk1
58 log_must zdb -lq $disk2
62 log_mustnot zdb -lq $disk1
64 log_mustnot zdb -lq $disk2
69 log_mustnot zdb -lq $disk3
H A Dzpool_labelclear_removed.ksh59 log_mustnot zdb -lq $dev
H A Dzpool_labelclear_valid.ksh86 log_mustnot zdb -lq $dev
/freebsd-13-stable/sys/contrib/openzfs/tests/zfs-tests/tests/functional/l2arc/
H A Dpersist_l2arc_004_pos.ksh98 log_must zdb -lq $VDEV_CACHE
H A Dpersist_l2arc_007_pos.ksh93 log_must zdb -lq $VDEV_CACHE
H A Dpersist_l2arc_002_pos.ksh111 log_must zdb -lq $VDEV_CACHE
H A Dpersist_l2arc_005_pos.ksh105 log_must zdb -lq $VDEV_CACHE
H A Dpersist_l2arc_006_pos.ksh97 log_must zdb -lq $VDEV_CACHE
H A Dpersist_l2arc_008_pos.ksh139 log_must zdb -lq $VDEV_CACHE
/freebsd-13-stable/sys/dev/iwm/
H A Dif_iwm_util.h123 extern int iwm_send_lq_cmd(struct iwm_softc *sc, struct iwm_lq_cmd *lq,
H A Dif_iwm_util.c503 iwm_send_lq_cmd(struct iwm_softc *sc, struct iwm_lq_cmd *lq, boolean_t init) argument
509 .data = { lq, },
512 if (lq->sta_id == IWM_STATION_COUNT)
H A Dif_iwm.c4339 struct iwm_lq_cmd *lq = &in->in_lq; local
4347 if (nrates > nitems(lq->rs_table)) {
4350 "only %zu\n", __func__, nrates, nitems(lq->rs_table));
4364 memset(lq, 0, sizeof(*lq));
4365 lq->sta_id = IWM_STATION_ID;
4369 lq->flags |= IWM_LQ_FLAG_USE_RTS_MSK;
4375 lq->single_stream_ant_msk = 1;
4376 lq->dual_stream_ant_msk = 1;
4410 lq
[all...]
/freebsd-13-stable/sys/dev/cxgbe/
H A Dt4_netmap.c1355 uint32_t lq; local
1367 lq = be32toh(d->rsp.pldbuflen_qid);
1388 ring->slot[fl_cidx].len = G_RSPD_LEN(lq) -
1392 if (!(lq & F_RSPD_NEWBUF)) {
1409 __func__, lq);
H A Dt4_sge.c1446 uint32_t lq; local
1468 lq = be32toh(d->rsp.pldbuflen_qid);
1491 if (__predict_true(lq >= 1024)) {
1496 q = sc->sge.iqmap[lq - sc->sge.iq_start -
1604 uint32_t lq; local
1642 lq = be32toh(d->rsp.pldbuflen_qid);
1646 if (lq & F_RSPD_NEWBUF) {
1649 lq = G_RSPD_LEN(lq);
1659 if (__predict_true(eth_rx(sc, rxq, d, lq)
[all...]
/freebsd-13-stable/sys/dev/cp/
H A Dif_cp.c2047 int lq, x; local
2051 lq = cp_get_lq (c);
2054 length += sprintf (s + length, " (level=-%.1fdB)", lq / 10.0);
/freebsd-13-stable/tools/tools/netmap/
H A Dlb.c609 ND(1, "revoked %d buffers from %s", j, lq->name);
/freebsd-13-stable/sys/dev/iwi/
H A Dif_iwi.c1364 struct iwi_notif_link_quality *lq; local
1383 lq = (struct iwi_notif_link_quality *)(notif + 1);
1384 memcpy(&sc->sc_linkqual, lq, sizeof(sc->sc_linkqual));

Completed in 219 milliseconds