/freebsd/sys/dev/ath/ath_hal/ar5210/ |
H A D | ar5210_xmit.c | 72 HAL_TX_QUEUE_INFO *qi; in ar5210SetupTxQueue() local 93 qi = &ahp->ah_txq[q]; in ar5210SetupTxQueue() 94 if (qi->tqi_type != HAL_TX_QUEUE_INACTIVE) { in ar5210SetupTxQueue() 99 OS_MEMZERO(qi, sizeof(HAL_TX_QUEUE_INFO)); in ar5210SetupTxQueue() 100 qi->tqi_type = type; in ar5210SetupTxQueue() 103 qi->tqi_qflags = in ar5210SetupTxQueue() 109 qi->tqi_aifs = INIT_AIFS; in ar5210SetupTxQueue() 110 qi->tqi_cwmin = HAL_TXQ_USEDEFAULT; /* NB: do at reset */ in ar5210SetupTxQueue() 111 qi->tqi_shretry = INIT_SH_RETRY; in ar5210SetupTxQueue() 112 qi->tqi_lgretry = INIT_LG_RETRY; in ar5210SetupTxQueue() [all …]
|
/freebsd/sys/contrib/dev/ath/ath_hal/ar9300/ |
H A D | ar9300_xmit.c | 141 HAL_TX_QUEUE_INFO *qi; in ar9300_setup_tx_queue() local 188 qi = &ahp->ah_txq[q]; in ar9300_setup_tx_queue() 189 if (qi->tqi_type != HAL_TX_QUEUE_INACTIVE) { in ar9300_setup_tx_queue() 195 OS_MEMZERO(qi, sizeof(HAL_TX_QUEUE_INFO)); in ar9300_setup_tx_queue() 196 qi->tqi_type = type; in ar9300_setup_tx_queue() 200 qi->tqi_qflags = HAL_TXQ_TXOKINT_ENABLE in ar9300_setup_tx_queue() 204 qi->tqi_aifs = INIT_AIFS; in ar9300_setup_tx_queue() 205 qi->tqi_cwmin = HAL_TXQ_USEDEFAULT; /* NB: do at reset */ in ar9300_setup_tx_queue() 206 qi->tqi_cwmax = INIT_CWMAX; in ar9300_setup_tx_queue() 207 qi->tqi_shretry = INIT_SH_RETRY; in ar9300_setup_tx_queue() [all …]
|
H A D | ar9300_radar.c | 463 HAL_TX_QUEUE_INFO *qi; local 469 qi = &ahp->ah_txq[q]; 471 SM(qi->tqi_cwmin, AR_D_LCL_IFS_CWMIN) 472 | SM(qi->tqi_cwmax, AR_D_LCL_IFS_CWMAX) 473 | SM(qi->tqi_aifs, AR_D_LCL_IFS_AIFS));
|
/freebsd/sys/dev/ath/ath_hal/ar5211/ |
H A D | ar5211_xmit.c | 116 HAL_TX_QUEUE_INFO *qi; in ar5211SetupTxQueue() local 139 qi = &ahp->ah_txq[q]; in ar5211SetupTxQueue() 140 if (qi->tqi_type != HAL_TX_QUEUE_INACTIVE) { in ar5211SetupTxQueue() 145 OS_MEMZERO(qi, sizeof(HAL_TX_QUEUE_INFO)); in ar5211SetupTxQueue() 146 qi->tqi_type = type; in ar5211SetupTxQueue() 149 qi->tqi_qflags = in ar5211SetupTxQueue() 155 qi->tqi_aifs = INIT_AIFS; in ar5211SetupTxQueue() 156 qi->tqi_cwmin = HAL_TXQ_USEDEFAULT; /* NB: do at reset */ in ar5211SetupTxQueue() 157 qi->tqi_cwmax = INIT_CWMAX; in ar5211SetupTxQueue() 158 qi->tqi_shretry = INIT_SH_RETRY; in ar5211SetupTxQueue() [all …]
|
/freebsd/sys/dev/ath/ath_hal/ar5212/ |
H A D | ar5212_xmit.c | 124 HAL_TX_QUEUE_INFO *qi; in ar5212SetupTxQueue() local 176 qi = &ahp->ah_txq[q]; in ar5212SetupTxQueue() 177 if (qi->tqi_type != HAL_TX_QUEUE_INACTIVE) { in ar5212SetupTxQueue() 182 OS_MEMZERO(qi, sizeof(HAL_TX_QUEUE_INFO)); in ar5212SetupTxQueue() 183 qi->tqi_type = type; in ar5212SetupTxQueue() 185 qi->tqi_qflags = defqflags; in ar5212SetupTxQueue() 186 qi->tqi_aifs = INIT_AIFS; in ar5212SetupTxQueue() 187 qi->tqi_cwmin = HAL_TXQ_USEDEFAULT; /* NB: do at reset */ in ar5212SetupTxQueue() 188 qi->tqi_cwmax = INIT_CWMAX; in ar5212SetupTxQueue() 189 qi->tqi_shretry = INIT_SH_RETRY; in ar5212SetupTxQueue() [all …]
|
/freebsd/sys/dev/ath/ath_hal/ar5416/ |
H A D | ar5416_xmit.c | 1126 HAL_TX_QUEUE_INFO *qi; in ar5416SetupTxQueue() local 1186 qi = &ahp->ah_txq[q]; in ar5416SetupTxQueue() 1187 if (qi->tqi_type != HAL_TX_QUEUE_INACTIVE) { in ar5416SetupTxQueue() 1192 OS_MEMZERO(qi, sizeof(HAL_TX_QUEUE_INFO)); in ar5416SetupTxQueue() 1193 qi->tqi_type = type; in ar5416SetupTxQueue() 1195 qi->tqi_qflags = defqflags; in ar5416SetupTxQueue() 1196 qi->tqi_aifs = INIT_AIFS; in ar5416SetupTxQueue() 1197 qi->tqi_cwmin = HAL_TXQ_USEDEFAULT; /* NB: do at reset */ in ar5416SetupTxQueue() 1198 qi->tqi_cwmax = INIT_CWMAX; in ar5416SetupTxQueue() 1199 qi->tqi_shretry = INIT_SH_RETRY; in ar5416SetupTxQueue() [all …]
|
/freebsd/contrib/wpa/src/ap/ |
H A D | gas_serv.c | 1091 struct anqp_query_info *qi) in set_anqp_req() argument 1093 qi->request |= bit; in set_anqp_req() 1103 struct anqp_query_info *qi) in rx_anqp_query_list_id() argument 1108 qi); in rx_anqp_query_list_id() 1112 hapd->conf->venue_name != NULL, qi); in rx_anqp_query_list_id() 1117 get_anqp_elem(hapd, info_id) != NULL, qi); in rx_anqp_query_list_id() 1121 hapd->conf->network_auth_type != NULL, qi); in rx_anqp_query_list_id() 1125 hapd->conf->roaming_consortium != NULL, qi); in rx_anqp_query_list_id() 1130 hapd->conf->ipaddr_type_configured, qi); in rx_anqp_query_list_id() 1134 hapd->conf->nai_realm_data != NULL, qi); in rx_anqp_query_list_id() [all …]
|
/freebsd/sys/dev/ath/ath_hal/ |
H A D | ah.c | 1058 HAL_TX_QUEUE_INFO *qi, const HAL_TXQ_INFO *qInfo) in ath_hal_setTxQProps() argument 1062 if (qi->tqi_type == HAL_TX_QUEUE_INACTIVE) { in ath_hal_setTxQProps() 1068 qi->tqi_ver = qInfo->tqi_ver; in ath_hal_setTxQProps() 1069 qi->tqi_subtype = qInfo->tqi_subtype; in ath_hal_setTxQProps() 1070 qi->tqi_qflags = qInfo->tqi_qflags; in ath_hal_setTxQProps() 1071 qi->tqi_priority = qInfo->tqi_priority; in ath_hal_setTxQProps() 1073 qi->tqi_aifs = AH_MIN(qInfo->tqi_aifs, 255); in ath_hal_setTxQProps() 1075 qi->tqi_aifs = INIT_AIFS; in ath_hal_setTxQProps() 1079 qi->tqi_cwmin = 1; in ath_hal_setTxQProps() 1080 while (qi->tqi_cwmin < cw) in ath_hal_setTxQProps() [all …]
|
H A D | ah_internal.h | 542 HAL_TX_QUEUE_INFO *qi, const HAL_TXQ_INFO *qInfo); 544 HAL_TXQ_INFO *qInfo, const HAL_TX_QUEUE_INFO *qi);
|
/freebsd/sys/dev/ath/ |
H A D | if_ath_beacon.c | 115 HAL_TXQ_INFO qi; in ath_beaconq_setup() local 117 memset(&qi, 0, sizeof(qi)); in ath_beaconq_setup() 118 qi.tqi_aifs = HAL_TXQ_USEDEFAULT; in ath_beaconq_setup() 119 qi.tqi_cwmin = HAL_TXQ_USEDEFAULT; in ath_beaconq_setup() 120 qi.tqi_cwmax = HAL_TXQ_USEDEFAULT; in ath_beaconq_setup() 122 qi.tqi_qflags = HAL_TXQ_TXDESCINT_ENABLE; in ath_beaconq_setup() 124 qi.tqi_qflags |= HAL_TXQ_TXOKINT_ENABLE | in ath_beaconq_setup() 127 return ath_hal_setuptxqueue(ah, HAL_TX_QUEUE_BEACON, &qi); in ath_beaconq_setup() 139 HAL_TXQ_INFO qi; in ath_beaconq_config() local 141 ath_hal_gettxqueueprops(ah, sc->sc_bhalq, &qi); in ath_beaconq_config() [all …]
|
H A D | if_ath.c | 4009 HAL_TXQ_INFO qi; in ath_txq_setup() local 4012 memset(&qi, 0, sizeof(qi)); in ath_txq_setup() 4013 qi.tqi_subtype = subtype; in ath_txq_setup() 4014 qi.tqi_aifs = HAL_TXQ_USEDEFAULT; in ath_txq_setup() 4015 qi.tqi_cwmin = HAL_TXQ_USEDEFAULT; in ath_txq_setup() 4016 qi.tqi_cwmax = HAL_TXQ_USEDEFAULT; in ath_txq_setup() 4030 qi.tqi_qflags = HAL_TXQ_TXEOLINT_ENABLE | in ath_txq_setup() 4033 qi.tqi_qflags = HAL_TXQ_TXEOLINT_ENABLE | in ath_txq_setup() 4036 qnum = ath_hal_setuptxqueue(ah, qtype, &qi); in ath_txq_setup() 4098 HAL_TXQ_INFO qi; in ath_txq_update() local [all …]
|
/freebsd/contrib/arm-optimized-routines/math/aarch64/advsimd/ |
H A D | tan.c | 70 int64x2_t qi = vcvtq_s64_f64 (q); in V_NAME_D1() local 105 uint64x2_t no_recip = vtstq_u64 (vreinterpretq_u64_s64 (qi), v_u64 (1)); in V_NAME_D1()
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_set/ |
H A D | zpool_set_001_pos.ksh | 54 zpool set 2>&1 | grep -qi usage
|
/freebsd/sys/dev/ice/ |
H A D | ice_controlq.c | 321 #define ICE_FREE_CQ_BUFS(hw, qi, ring) \ 324 if ((qi)->ring.r.ring##_bi) { \ 327 for (i = 0; i < (qi)->num_##ring##_entries; i++) \ 328 if ((qi)->ring.r.ring##_bi[i].pa) \ 330 &(qi)->ring.r.ring##_bi[i]); \ 333 ice_free(hw, (qi)->ring.dma_head); \ 306 ICE_FREE_CQ_BUFS(hw,qi,ring) global() argument
|
/freebsd/sys/contrib/openzfs/.github/workflows/scripts/ |
H A D | qemu-test-repo-vm.sh | 72 sudo rpm -qi zfs-release
|
/freebsd/contrib/unbound/services/ |
H A D | rpz.c | 2019 struct query_info* qi, struct local_rrset* rrset, struct auth_zone* az) in rpz_synthesize_localdata_from_rrset() argument 2029 msg->qinfo = *qi; in rpz_synthesize_localdata_from_rrset() 2053 rp->rk.dname = qi->qname; in rpz_synthesize_localdata_from_rrset() 2054 rp->rk.dname_len = qi->qname_len; in rpz_synthesize_localdata_from_rrset() 2073 struct query_info* qi, struct clientip_synthesized_rr* data, in rpz_synthesize_nsip_localdata() argument 2078 rrset = rpz_find_synthesized_rrset(qi->qtype, data, 1); in rpz_synthesize_nsip_localdata() 2084 return rpz_synthesize_localdata_from_rrset(r, ms, qi, rrset, az); in rpz_synthesize_nsip_localdata() 2107 struct query_info* qi, struct local_zone* z, in rpz_synthesize_nsdname_localdata() argument 2129 rrset = local_data_find_type(ld, qi->qtype, 1); in rpz_synthesize_nsdname_localdata() 2135 return rpz_synthesize_localdata_from_rrset(r, ms, qi, rrset, az); in rpz_synthesize_nsdname_localdata()
|
/freebsd/sys/contrib/openzfs/tests/test-runner/include/ |
H A D | logapi.shlib | 119 if grep -qi "$expect" $logfile; then 232 if grep -qi "$expect" $logfile; then
|
/freebsd/contrib/unbound/util/data/ |
H A D | msgreply.h | 327 struct regional* region, struct query_info* qi);
|
H A D | msgreply.c | 1089 struct query_info* qi) in parse_reply_in_temp_region() argument 1101 if(!parse_create_msg(pkt, msg, NULL, qi, &rep, region)) { in parse_reply_in_temp_region()
|
/freebsd/sys/contrib/device-tree/src/mips/ingenic/ |
H A D | qi_lb60.dts | 18 compatible = "qi,lb60", "ingenic,jz4740";
|
/freebsd/contrib/unbound/validator/ |
H A D | autotrust.c | 1483 time_t x, qi = tp->autr->query_interval, rt = tp->autr->retry_time; in set_tp_times() local 1511 if(qi != tp->autr->query_interval || rt != tp->autr->retry_time) { in set_tp_times()
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/include/ |
H A D | libtest.shlib | 1732 zpool get -H -o value health $pool | grep -qi "$state" 1734 zpool status -v $pool | grep "$disk" | grep -qi "$state" 1989 echo $scan | grep -qi "$keyword"
|
/freebsd/contrib/sendmail/ |
H A D | PGPKEYS | 2649 MkqtVYEAtjzdIga6M3xYuJlus+qi/uEj5kivtf2LUDxXpGE6XFrArum0za/URiW8
|
/freebsd/contrib/netbsd-tests/usr.bin/netpgpverify/ |
H A D | t_netpgpverify.sh | 6375 iKY/qi+KZ1ORdnuE7dbKes8t5rCy1qlfeVuRzl3iFGeaU4y8UtqjzU0153h1vp0M
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMInstrMVE.td | 6553 // loads, and both the rq and qi types of gather/scatter.
|