Searched refs:tx_queue (Results 1 - 12 of 12) sorted by relevance

/external/bluetooth/bluedroid/stack/gap/
H A Dgap_conn.c459 GKI_enqueue (&p_ccb->tx_queue, p_buf);
470 while ((p_buf = (BT_HDR *)GKI_dequeue (&p_ccb->tx_queue)) != NULL)
543 GKI_enqueue (&p_ccb->tx_queue, p_buf);
555 while ((p_buf = (BT_HDR *)GKI_dequeue (&p_ccb->tx_queue)) != NULL)
1054 while ((p_buf = (BT_HDR *)GKI_dequeue (&p_ccb->tx_queue)) != NULL)
1179 while (p_ccb->tx_queue.p_first)
1180 GKI_freebuf (GKI_dequeue (&p_ccb->tx_queue));
1258 while ((p_buf = (BT_HDR *)GKI_dequeue (&p_ccb->tx_queue)) != NULL)
H A Dgap_int.h99 BUFFER_Q tx_queue; /* Queue of buffers waiting to be sent */ member in struct:__anon1267
/external/wpa_supplicant_8/hostapd/src/ap/
H A Dap_config.c166 conf->tx_queue[0] = txq_vo;
167 conf->tx_queue[1] = txq_vi;
168 conf->tx_queue[2] = txq_be;
169 conf->tx_queue[3] = txq_bk;
H A Dap_config.h568 struct hostapd_tx_queue_params tx_queue[NUM_TX_QUEUES]; member in struct:hostapd_config
H A Dhostapd.c903 p = &iface->conf->tx_queue[i];
/external/wpa_supplicant_8/src/ap/
H A Dap_config.c166 conf->tx_queue[0] = txq_vo;
167 conf->tx_queue[1] = txq_vi;
168 conf->tx_queue[2] = txq_be;
169 conf->tx_queue[3] = txq_bk;
H A Dap_config.h568 struct hostapd_tx_queue_params tx_queue[NUM_TX_QUEUES]; member in struct:hostapd_config
H A Dhostapd.c903 p = &iface->conf->tx_queue[i];
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dap_config.c166 conf->tx_queue[0] = txq_vo;
167 conf->tx_queue[1] = txq_vi;
168 conf->tx_queue[2] = txq_be;
169 conf->tx_queue[3] = txq_bk;
H A Dap_config.h568 struct hostapd_tx_queue_params tx_queue[NUM_TX_QUEUES]; member in struct:hostapd_config
H A Dhostapd.c903 p = &iface->conf->tx_queue[i];
/external/wpa_supplicant_8/hostapd/
H A Dconfig_file.c887 wpa_printf(MSG_ERROR, "Unknown tx_queue name '%s'", pos);
897 queue = &conf->tx_queue[num];
923 wpa_printf(MSG_ERROR, "Unknown tx_queue field '%s'", pos);

Completed in 7301 milliseconds