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

  /system/bt/stack/gap/
gap_int.h 77 BUFFER_Q tx_queue; /* Queue of buffers waiting to be sent */ member in struct:__anon69367
gap_conn.c 470 GKI_enqueue (&p_ccb->tx_queue, p_buf);
481 while ((p_buf = (BT_HDR *)GKI_dequeue (&p_ccb->tx_queue)) != NULL)
554 GKI_enqueue (&p_ccb->tx_queue, p_buf);
566 while ((p_buf = (BT_HDR *)GKI_dequeue (&p_ccb->tx_queue)) != NULL)
    [all...]
  /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;
848 int tx_cwmin = conf->tx_queue[queue].cwmin;
849 int tx_cwmax = conf->tx_queue[queue].cwmax;
ap_config.h 607 struct hostapd_tx_queue_params tx_queue[NUM_TX_QUEUES]; member in struct:hostapd_config
hostapd.c 1116 p = &iface->conf->tx_queue[i];
    [all...]
  /external/wpa_supplicant_8/hostapd/
config_file.c 933 wpa_printf(MSG_ERROR, "Unknown tx_queue name '%s'", pos);
943 queue = &conf->tx_queue[num];
969 wpa_printf(MSG_ERROR, "Unknown tx_queue field '%s'", pos);
    [all...]

Completed in 5337 milliseconds