Searched refs:tx_queue (Results 1 – 10 of 10) sorted by relevance
/external/crosvm/devices/src/virtio/ |
D | net.rs | 152 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/ |
D | mss_ipc_drv.h | 91 struct mss_pm_ipc_queue *tx_queue; member
|
/external/wpa_supplicant_8/src/ap/ |
D | ap_config.c | 238 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()
|
D | ap_config.h | 983 struct hostapd_tx_queue_params tx_queue[NUM_TX_QUEUES]; member
|
D | hostapd.c | 1417 p = &iface->conf->tx_queue[i]; in hostapd_tx_queue_params()
|
/external/wpa_supplicant_8/wpa_supplicant/ |
D | config.h | 1089 struct hostapd_tx_queue_params tx_queue[4]; member
|
D | ap.c | 943 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()
|
D | config.c | 4371 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/ |
D | ieee802_11_common.c | 815 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/ |
D | config_file.c | 3373 if (hostapd_config_tx_queue(conf->tx_queue, buf, pos)) {
|