Searched refs:qi (Results 1 - 19 of 19) sorted by relevance

/freebsd-11-stable/sys/arm/xscale/ixp425/
H A Dixp425_qmgr.c253 struct qmgrInfo *qi = &sc->qinfo[i]; local
255 qi->cb = dummyCallback;
256 qi->priority = IX_QMGR_Q_PRIORITY_0; /* default priority */
263 qi->intRegCheckMask = (1<<(i%(IX_QMGR_MIN_QUEUPP_QID)));
272 qi->qAccRegAddr = IX_QMGR_Q_ACCESS_ADDR_GET(i);
273 qi->qAccRegAddr = IX_QMGR_Q_ACCESS_ADDR_GET(i);
274 qi->qConfigRegAddr = IX_QMGR_Q_CONFIG_ADDR_GET(i);
279 qi->qUOStatRegAddr = IX_QMGR_QUEUOSTAT0_OFFSET +
284 qi->qUflowStatBitMask =
290 qi
341 struct qmgrInfo *qi = &sc->qinfo[qId]; local
385 struct qmgrInfo *qi = &sc->qinfo[qId]; local
454 struct qmgrInfo *qi = &sc->qinfo[qId]; local
483 struct qmgrInfo *qi = &sc->qinfo[qId]; local
524 const struct qmgrInfo *qi = &sc->qinfo[qId]; local
656 struct qmgrInfo *qi; local
737 struct qmgrInfo *qi; local
958 const struct qmgrInfo *qi = &sc->qinfo[qId]; local
[all...]
/freebsd-11-stable/sys/dev/ath/ath_hal/ar5210/
H A Dar5210_xmit.c72 HAL_TX_QUEUE_INFO *qi; local
93 qi = &ahp->ah_txq[q];
94 if (qi->tqi_type != HAL_TX_QUEUE_INACTIVE) {
99 OS_MEMZERO(qi, sizeof(HAL_TX_QUEUE_INFO));
100 qi->tqi_type = type;
103 qi->tqi_qflags =
109 qi->tqi_aifs = INIT_AIFS;
110 qi->tqi_cwmin = HAL_TXQ_USEDEFAULT; /* NB: do at reset */
111 qi->tqi_shretry = INIT_SH_RETRY;
112 qi
126 HAL_TX_QUEUE_INFO *qi; local
158 HAL_TX_QUEUE_INFO *qi; local
260 HAL_TX_QUEUE_INFO *qi; local
285 HAL_TX_QUEUE_INFO *qi; local
370 HAL_TX_QUEUE_INFO *qi; local
403 HAL_TX_QUEUE_INFO *qi; local
431 HAL_TX_QUEUE_INFO *qi; local
[all...]
/freebsd-11-stable/sys/dev/ath/ath_hal/ar5211/
H A Dar5211_xmit.c116 HAL_TX_QUEUE_INFO *qi; local
139 qi = &ahp->ah_txq[q];
140 if (qi->tqi_type != HAL_TX_QUEUE_INACTIVE) {
145 OS_MEMZERO(qi, sizeof(HAL_TX_QUEUE_INFO));
146 qi->tqi_type = type;
149 qi->tqi_qflags =
155 qi->tqi_aifs = INIT_AIFS;
156 qi->tqi_cwmin = HAL_TXQ_USEDEFAULT; /* NB: do at reset */
157 qi->tqi_cwmax = INIT_CWMAX;
158 qi
169 setTxQInterrupts(struct ath_hal *ah, HAL_TX_QUEUE_INFO *qi) argument
202 HAL_TX_QUEUE_INFO *qi; local
237 HAL_TX_QUEUE_INFO *qi; local
[all...]
/freebsd-11-stable/sys/dev/ath/ath_hal/ar5212/
H A Dar5212_xmit.c125 HAL_TX_QUEUE_INFO *qi; local
177 qi = &ahp->ah_txq[q];
178 if (qi->tqi_type != HAL_TX_QUEUE_INACTIVE) {
183 OS_MEMZERO(qi, sizeof(HAL_TX_QUEUE_INFO));
184 qi->tqi_type = type;
186 qi->tqi_qflags = defqflags;
187 qi->tqi_aifs = INIT_AIFS;
188 qi->tqi_cwmin = HAL_TXQ_USEDEFAULT; /* NB: do at reset */
189 qi->tqi_cwmax = INIT_CWMAX;
190 qi
205 setTxQInterrupts(struct ath_hal *ah, HAL_TX_QUEUE_INFO *qi) argument
235 HAL_TX_QUEUE_INFO *qi; local
274 HAL_TX_QUEUE_INFO *qi; local
[all...]
/freebsd-11-stable/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_xmit.c141 HAL_TX_QUEUE_INFO *qi; local
188 qi = &ahp->ah_txq[q];
189 if (qi->tqi_type != HAL_TX_QUEUE_INACTIVE) {
195 OS_MEMZERO(qi, sizeof(HAL_TX_QUEUE_INFO));
196 qi->tqi_type = type;
200 qi->tqi_qflags = HAL_TXQ_TXOKINT_ENABLE
204 qi->tqi_aifs = INIT_AIFS;
205 qi->tqi_cwmin = HAL_TXQ_USEDEFAULT; /* NB: do at reset */
206 qi->tqi_cwmax = INIT_CWMAX;
207 qi
222 set_tx_q_interrupts(struct ath_hal *ah, HAL_TX_QUEUE_INFO *qi) argument
252 HAL_TX_QUEUE_INFO *qi; local
289 HAL_TX_QUEUE_INFO *qi; local
[all...]
H A Dar9300_radar.c438 HAL_TX_QUEUE_INFO *qi; local
444 qi = &ahp->ah_txq[q];
446 SM(qi->tqi_cwmin, AR_D_LCL_IFS_CWMIN)
447 | SM(qi->tqi_cwmax, AR_D_LCL_IFS_CWMAX)
448 | SM(qi->tqi_aifs, AR_D_LCL_IFS_AIFS));
/freebsd-11-stable/sys/dev/ath/ath_hal/ar5416/
H A Dar5416_xmit.c1128 HAL_TX_QUEUE_INFO *qi; local
1188 qi = &ahp->ah_txq[q];
1189 if (qi->tqi_type != HAL_TX_QUEUE_INACTIVE) {
1194 OS_MEMZERO(qi, sizeof(HAL_TX_QUEUE_INFO));
1195 qi->tqi_type = type;
1197 qi->tqi_qflags = defqflags;
1198 qi->tqi_aifs = INIT_AIFS;
1199 qi->tqi_cwmin = HAL_TXQ_USEDEFAULT; /* NB: do at reset */
1200 qi->tqi_cwmax = INIT_CWMAX;
1201 qi
1216 setTxQInterrupts(struct ath_hal *ah, HAL_TX_QUEUE_INFO *qi) argument
1250 HAL_TX_QUEUE_INFO *qi; local
[all...]
/freebsd-11-stable/contrib/wpa/src/ap/
H A Dgas_serv.c1091 struct anqp_query_info *qi)
1093 qi->request |= bit;
1103 struct anqp_query_info *qi)
1108 qi);
1112 hapd->conf->venue_name != NULL, qi);
1117 get_anqp_elem(hapd, info_id) != NULL, qi);
1121 hapd->conf->network_auth_type != NULL, qi);
1125 hapd->conf->roaming_consortium != NULL, qi);
1130 hapd->conf->ipaddr_type_configured, qi);
1134 hapd->conf->nai_realm_data != NULL, qi);
1090 set_anqp_req(unsigned int bit, const char *name, int local, struct anqp_query_info *qi) argument
1102 rx_anqp_query_list_id(struct hostapd_data *hapd, u16 info_id, struct anqp_query_info *qi) argument
1205 rx_anqp_query_list(struct hostapd_data *hapd, const u8 *pos, const u8 *end, struct anqp_query_info *qi) argument
1221 rx_anqp_hs_query_list(struct hostapd_data *hapd, u8 subtype, struct anqp_query_info *qi) argument
1270 rx_anqp_hs_nai_home_realm(struct hostapd_data *hapd, const u8 *pos, const u8 *end, struct anqp_query_info *qi) argument
1287 rx_anqp_hs_icon_request(struct hostapd_data *hapd, const u8 *pos, const u8 *end, struct anqp_query_info *qi) argument
1304 rx_anqp_vendor_specific_hs20(struct hostapd_data *hapd, const u8 *pos, const u8 *end, struct anqp_query_info *qi) argument
1340 rx_anqp_vendor_specific_p2p(struct hostapd_data *hapd, struct anqp_query_info *qi) argument
1359 rx_anqp_mbo_query_list(struct hostapd_data *hapd, u8 subtype, struct anqp_query_info *qi) argument
1376 rx_anqp_vendor_specific_mbo(struct hostapd_data *hapd, const u8 *pos, const u8 *end, struct anqp_query_info *qi) argument
1404 rx_anqp_vendor_specific(struct hostapd_data *hapd, const u8 *pos, const u8 *end, struct anqp_query_info *qi) argument
1448 gas_serv_req_local_processing(struct hostapd_data *hapd, const u8 *sa, u8 dialog_token, struct anqp_query_info *qi, int prot, int std_addr3) argument
1600 struct anqp_query_info qi; local
[all...]
/freebsd-11-stable/sys/dev/ath/ath_hal/
H A Dah.c956 HAL_TX_QUEUE_INFO *qi, const HAL_TXQ_INFO *qInfo)
960 if (qi->tqi_type == HAL_TX_QUEUE_INACTIVE) {
966 qi->tqi_ver = qInfo->tqi_ver;
967 qi->tqi_subtype = qInfo->tqi_subtype;
968 qi->tqi_qflags = qInfo->tqi_qflags;
969 qi->tqi_priority = qInfo->tqi_priority;
971 qi->tqi_aifs = AH_MIN(qInfo->tqi_aifs, 255);
973 qi->tqi_aifs = INIT_AIFS;
977 qi->tqi_cwmin = 1;
978 while (qi
955 ath_hal_setTxQProps(struct ath_hal *ah, HAL_TX_QUEUE_INFO *qi, const HAL_TXQ_INFO *qInfo) argument
1016 ath_hal_getTxQProps(struct ath_hal *ah, HAL_TXQ_INFO *qInfo, const HAL_TX_QUEUE_INFO *qi) argument
[all...]
H A Dah_internal.h536 HAL_TX_QUEUE_INFO *qi, const HAL_TXQ_INFO *qInfo);
538 HAL_TXQ_INFO *qInfo, const HAL_TX_QUEUE_INFO *qi);
/freebsd-11-stable/contrib/expat/xmlwf/
H A Dxmlwin32url.cxx375 QuitInfo *qi = (QuitInfo *)p; local
376 qi->hr = hr;
377 qi->stop = 1;
398 QuitInfo qi; local
399 qi.stop = 0;
400 qi.url = url;
403 HRESULT hr = openStream(parser, baseMoniker, url, threadQuit, &qi);
408 else if (FAILED(qi.hr)) {
409 winPerror(url, qi.hr);
413 while (!qi
[all...]
/freebsd-11-stable/sys/dev/ath/
H A Dif_ath_beacon.c115 HAL_TXQ_INFO qi; local
117 memset(&qi, 0, sizeof(qi));
118 qi.tqi_aifs = HAL_TXQ_USEDEFAULT;
119 qi.tqi_cwmin = HAL_TXQ_USEDEFAULT;
120 qi.tqi_cwmax = HAL_TXQ_USEDEFAULT;
122 qi.tqi_qflags = HAL_TXQ_TXDESCINT_ENABLE;
124 qi.tqi_qflags |= HAL_TXQ_TXOKINT_ENABLE |
127 return ath_hal_setuptxqueue(ah, HAL_TX_QUEUE_BEACON, &qi);
139 HAL_TXQ_INFO qi; local
[all...]
H A Dif_ath.c3853 HAL_TXQ_INFO qi; local
3856 memset(&qi, 0, sizeof(qi));
3857 qi.tqi_subtype = subtype;
3858 qi.tqi_aifs = HAL_TXQ_USEDEFAULT;
3859 qi.tqi_cwmin = HAL_TXQ_USEDEFAULT;
3860 qi.tqi_cwmax = HAL_TXQ_USEDEFAULT;
3874 qi.tqi_qflags = HAL_TXQ_TXEOLINT_ENABLE |
3877 qi.tqi_qflags = HAL_TXQ_TXEOLINT_ENABLE |
3880 qnum = ath_hal_setuptxqueue(ah, qtype, &qi);
3941 HAL_TXQ_INFO qi; local
[all...]
/freebsd-11-stable/contrib/unbound/util/data/
H A Dmsgreply.h297 struct regional* region, struct query_info* qi);
H A Dmsgreply.c931 struct query_info* qi)
943 if(!parse_create_msg(pkt, msg, NULL, qi, &rep, region)) {
930 parse_reply_in_temp_region(sldns_buffer* pkt, struct regional* region, struct query_info* qi) argument
/freebsd-11-stable/contrib/gcc/
H A Dlibgcc2.h239 #define __NW(a,b) __ ## a ## qi ## b
/freebsd-11-stable/contrib/unbound/validator/
H A Dautotrust.c1472 time_t x, qi = tp->autr->query_interval, rt = tp->autr->retry_time; local
1500 if(qi != tp->autr->query_interval || rt != tp->autr->retry_time) {
/freebsd-11-stable/contrib/subversion/subversion/libsvn_wc/
H A Dwc_db.c16442 const commit_queue_item_t *qi local
16445 if (qi == item)
16448 if (qi->recurse && svn_relpath_skip_ancestor(qi->local_relpath,
/freebsd-11-stable/contrib/netbsd-tests/usr.bin/netpgpverify/
H A Dt_netpgpverify.sh6375 iKY/qi+KZ1ORdnuE7dbKes8t5rCy1qlfeVuRzl3iFGeaU4y8UtqjzU0153h1vp0M

Completed in 272 milliseconds