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

/freebsd-current/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-current/sys/contrib/openzfs/tests/zfs-tests/tests/functional/l2arc/
H A Dpersist_l2arc_005_pos.ksh99 log_must zdb -lq $VDEV_CACHE
H A Dpersist_l2arc_004_pos.ksh98 log_must zdb -lq $VDEV_CACHE
H A Dpersist_l2arc_002_pos.ksh112 log_must zdb -lq $VDEV_CACHE
/freebsd-current/sys/contrib/dev/iwlwifi/mvm/
H A Drs.h68 struct iwl_lq_cmd lq; member in struct:iwl_lq_sta
H A Dutils.c249 * @lq: Link quality command to send.
256 int iwl_mvm_send_lq_cmd(struct iwl_mvm *mvm, struct iwl_lq_cmd *lq) argument
262 .data = { lq, },
265 if (WARN_ON(lq->sta_id == IWL_MVM_INVALID_STA ||
H A Dsta.c3320 mvmsta->deflink.lq_sta.rs_drv.lq.agg_frame_cnt_limit =
3326 return iwl_mvm_send_lq_cmd(mvm, &mvmsta->deflink.lq_sta.rs_drv.lq);
H A Dmvm.h2047 int iwl_mvm_send_lq_cmd(struct iwl_mvm *mvm, struct iwl_lq_cmd *lq);
/freebsd-current/sys/dev/iwm/
H A Dif_iwm_util.h122 extern int iwm_send_lq_cmd(struct iwm_softc *sc, struct iwm_lq_cmd *lq,
H A Dif_iwm_util.c501 iwm_send_lq_cmd(struct iwm_softc *sc, struct iwm_lq_cmd *lq, boolean_t init) argument
507 .data = { lq, },
510 if (lq->sta_id == IWM_STATION_COUNT)
H A Dif_iwm.c4245 struct iwm_lq_cmd *lq = &in->in_lq; local
4253 if (nrates > nitems(lq->rs_table)) {
4256 "only %zu\n", __func__, nrates, nitems(lq->rs_table));
4270 memset(lq, 0, sizeof(*lq));
4271 lq->sta_id = IWM_STATION_ID;
4275 lq->flags |= IWM_LQ_FLAG_USE_RTS_MSK;
4281 lq->single_stream_ant_msk = 1;
4282 lq->dual_stream_ant_msk = 1;
4316 lq
[all...]
/freebsd-current/sys/dev/cxgbe/
H A Dt4_netmap.c1338 uint32_t lq; local
1350 lq = be32toh(d->rsp.pldbuflen_qid);
1379 ring->slot[fl_cidx].len = G_RSPD_LEN(lq) -
1383 if (!(lq & F_RSPD_NEWBUF)) {
1400 __func__, lq);
H A Dt4_sge.c1390 uint32_t lq; local
1412 lq = be32toh(d->rsp.pldbuflen_qid);
1435 if (__predict_true(lq >= 1024)) {
1440 q = sc->sge.iqmap[lq - sc->sge.iq_start -
1578 uint32_t lq; local
1616 lq = be32toh(d->rsp.pldbuflen_qid);
1620 if (lq & F_RSPD_NEWBUF) {
1623 lq = G_RSPD_LEN(lq);
1633 if (__predict_true(eth_rx(sc, rxq, d, lq)
[all...]
/freebsd-current/tools/tools/netmap/
H A Dlb.c609 ND(1, "revoked %d buffers from %s", j, lq->name);
/freebsd-current/sys/dev/iwi/
H A Dif_iwi.c1357 struct iwi_notif_link_quality *lq; local
1376 lq = (struct iwi_notif_link_quality *)(notif + 1);
1377 memcpy(&sc->sc_linkqual, lq, sizeof(sc->sc_linkqual));

Completed in 362 milliseconds