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 78 fixed_queue_t *tx_queue; /* Queue of buffers waiting to be sent */ member in struct:__anon73607
gap_conn.c 519 fixed_queue_enqueue(p_ccb->tx_queue, p_buf);
531 while ((p_buf = (BT_HDR *)fixed_queue_try_dequeue(p_ccb->tx_queue)) != NULL)
    [all...]
  /external/wpa_supplicant_8/src/ap/
ap_config.c 169 conf->tx_queue[0] = txq_vo;
170 conf->tx_queue[1] = txq_vi;
171 conf->tx_queue[2] = txq_be;
172 conf->tx_queue[3] = txq_bk;
892 int tx_cwmin = conf->tx_queue[queue].cwmin;
893 int tx_cwmax = conf->tx_queue[queue].cwmax;
ap_config.h 643 struct hostapd_tx_queue_params tx_queue[NUM_TX_QUEUES]; member in struct:hostapd_config
hostapd.c 1150 p = &iface->conf->tx_queue[i];
    [all...]
  /external/wpa_supplicant_8/hostapd/
config_file.c 938 wpa_printf(MSG_ERROR, "Unknown tx_queue name '%s'", pos);
948 queue = &conf->tx_queue[num];
974 wpa_printf(MSG_ERROR, "Unknown tx_queue field '%s'", pos);
    [all...]

Completed in 301 milliseconds