Searched defs:qinfo (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/PC/ipxe/src/net/udp/
H A Ddns.c85 struct dns_query_info *qinfo; member in struct:dns_request
312 qlen = ( ( ( void * ) dns->qinfo ) - ( ( void * ) &dns->query )
313 + sizeof ( dns->qinfo ) );
348 unsigned int qtype = dns->qinfo->qtype;
406 dns->qinfo = ( void * ) dns_decompress_name ( reply,
409 dns->qinfo->qtype = htons ( DNS_TYPE_A );
410 dns->qinfo->qclass = htons ( DNS_CLASS_IN );
439 dns->qinfo->qtype = htons ( DNS_TYPE_CNAME );
449 if ( dns->qinfo->qtype == htons ( DNS_TYPE_A ) ) {
551 dns->qinfo
[all...]
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/ath/ath9k/
H A Dath9k_mac.c163 const struct ath9k_tx_queue_info *qinfo)
177 qi->tqi_ver = qinfo->tqi_ver;
178 qi->tqi_subtype = qinfo->tqi_subtype;
179 qi->tqi_qflags = qinfo->tqi_qflags;
180 qi->tqi_priority = qinfo->tqi_priority;
181 if (qinfo->tqi_aifs != ATH9K_TXQ_USEDEFAULT)
182 qi->tqi_aifs = min(qinfo->tqi_aifs, 255U);
185 if (qinfo->tqi_cwmin != ATH9K_TXQ_USEDEFAULT) {
186 cw = min(qinfo->tqi_cwmin, 1024U);
191 qi->tqi_cwmin = qinfo
162 ath9k_hw_set_txq_props(struct ath_hw *ah, int q, const struct ath9k_tx_queue_info *qinfo) argument
216 ath9k_hw_setuptxqueue(struct ath_hw *ah, enum ath9k_tx_queue type, const struct ath9k_tx_queue_info *qinfo) argument
[all...]

Completed in 44 milliseconds