HomeSort by relevance Sort by last modified time
    Searched refs:tx_queue (Results 1 - 6 of 6) sorted by null

  /external/bluetooth/bluedroid/stack/gap/
gap_conn.c 459 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)
    [all...]
gap_int.h 99 BUFFER_Q tx_queue; /* Queue of buffers waiting to be sent */ member in struct:__anon5887
  /external/wpa_supplicant_8/src/ap/
ap_config.c 166 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;
ap_config.h 568 struct hostapd_tx_queue_params tx_queue[NUM_TX_QUEUES]; member in struct:hostapd_config
hostapd.c 904 p = &iface->conf->tx_queue[i];
    [all...]
  /external/wpa_supplicant_8/hostapd/
config_file.c 887 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);
    [all...]

Completed in 247 milliseconds