Home
last modified time | relevance | path

Searched refs:tx_queue (Results 1 – 10 of 10) sorted by relevance

/external/crosvm/devices/src/virtio/
Dnet.rs152 tx_queue: Queue, field
224 while let Some(desc_chain) = self.tx_queue.pop(&self.mem) { in process_tx()
247 self.tx_queue.add_used(&self.mem, index, 0); in process_tx()
250 self.interrupt.signal_used_queue(self.tx_queue.vector); in process_tx()
680 let tx_queue = queues.remove(0); in activate() localVariable
701 tx_queue, in activate()
/external/arm-trusted-firmware/plat/marvell/armada/common/mss/
Dmss_ipc_drv.h91 struct mss_pm_ipc_queue *tx_queue; member
/external/wpa_supplicant_8/src/ap/
Dap_config.c238 conf->tx_queue[0] = txq_vo; in hostapd_config_defaults()
239 conf->tx_queue[1] = txq_vi; in hostapd_config_defaults()
240 conf->tx_queue[2] = txq_be; in hostapd_config_defaults()
241 conf->tx_queue[3] = txq_bk; in hostapd_config_defaults()
1427 int tx_cwmin = conf->tx_queue[queue].cwmin; in hostapd_config_check_cw()
1428 int tx_cwmax = conf->tx_queue[queue].cwmax; in hostapd_config_check_cw()
Dap_config.h983 struct hostapd_tx_queue_params tx_queue[NUM_TX_QUEUES]; member
Dhostapd.c1417 p = &iface->conf->tx_queue[i]; in hostapd_tx_queue_params()
/external/wpa_supplicant_8/wpa_supplicant/
Dconfig.h1089 struct hostapd_tx_queue_params tx_queue[4]; member
Dap.c943 os_memcpy(wpa_s->ap_iface->conf->tx_queue, wpa_s->conf->tx_queue, in wpa_supplicant_create_ap()
944 sizeof(wpa_s->conf->tx_queue)); in wpa_supplicant_create_ap()
Dconfig.c4371 config->tx_queue[0] = txq_vo; in wpa_config_alloc_empty()
4372 config->tx_queue[1] = txq_vi; in wpa_config_alloc_empty()
4373 config->tx_queue[2] = txq_be; in wpa_config_alloc_empty()
4374 config->tx_queue[3] = txq_bk; in wpa_config_alloc_empty()
5341 if (hostapd_config_tx_queue(config->tx_queue, pos, in wpa_config_process_global()
/external/wpa_supplicant_8/src/common/
Dieee802_11_common.c815 int hostapd_config_tx_queue(struct hostapd_tx_queue_params tx_queue[], in hostapd_config_tx_queue() argument
843 queue = &tx_queue[num]; in hostapd_config_tx_queue()
/external/wpa_supplicant_8/hostapd/
Dconfig_file.c3373 if (hostapd_config_tx_queue(conf->tx_queue, buf, pos)) {