Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/ap/
Dap_config.c213 conf->tx_queue[0] = txq_vo; in hostapd_config_defaults()
214 conf->tx_queue[1] = txq_vi; in hostapd_config_defaults()
215 conf->tx_queue[2] = txq_be; in hostapd_config_defaults()
216 conf->tx_queue[3] = txq_bk; in hostapd_config_defaults()
1093 int tx_cwmin = conf->tx_queue[queue].cwmin; in hostapd_config_check_cw()
1094 int tx_cwmax = conf->tx_queue[queue].cwmax; in hostapd_config_check_cw()
Dap_config.h791 struct hostapd_tx_queue_params tx_queue[NUM_TX_QUEUES]; member
Dhostapd.c1312 p = &iface->conf->tx_queue[i]; in hostapd_tx_queue_params()
/external/u-boot/drivers/net/ldpaa_eth/
Dldpaa_eth.c954 struct dpni_queue tx_queue; in ldpaa_dpni_bind() local
968 memset(&tx_queue, 0, sizeof(struct dpni_queue)); in ldpaa_dpni_bind()
972 DPNI_QUEUE_TX, 0, 0, &tx_queue); in ldpaa_dpni_bind()
/external/u-boot/drivers/serial/
Dusbtty.c815 if (!endpoint->tx_queue) { in next_urb()
835 endpoint->tx_queue++; in next_urb()
/external/u-boot/drivers/usb/gadget/
Dcore.c406 endpoint->tx_queue--; in usbd_tx_complete()
/external/u-boot/include/
Dusbdevice.h515 int tx_queue; member
/external/wpa_supplicant_8/hostapd/
Dconfig_file.c1086 queue = &conf->tx_queue[num]; in hostapd_config_tx_queue()