HomeSort by relevance Sort by last modified time
    Searched full:num_packets (Results 1 - 4 of 4) sorted by null

  /external/qemu/hw/
smc91c111.c 18 #define NUM_PACKETS 4
38 int tx_fifo[NUM_PACKETS];
40 int rx_fifo[NUM_PACKETS];
42 int tx_fifo_done[NUM_PACKETS];
44 uint8_t data[NUM_PACKETS][BUFFER_PER_PACKET];
175 if (s->allocated == (1 << NUM_PACKETS) - 1) {
179 for (i = 0; i < NUM_PACKETS; i++) {
285 else if (s->tx_fifo_done_len < NUM_PACKETS)
296 if (s->tx_fifo_len == NUM_PACKETS)
526 return NUM_PACKETS;
    [all...]
bt.h 1460 uint16_t num_packets; member in struct:__anon10026::__anon10027
    [all...]
bt-hci.c     [all...]
  /external/qemu/
shaper.c 100 int num_packets; member in struct:NetShaperRec_
148 shaper->num_packets--;
169 shaper->num_packets = 0;
192 shaper->num_packets = 0;
251 shaper->num_packets += 1;

Completed in 291 milliseconds