Searched refs:tx_count (Results 1 - 7 of 7) sorted by relevance

/external/libese/libese-teq1/
H A Dteq1_private.h66 uint32_t tx_count; member in struct:Teq1State::__anon10621
86 .tx_count = (TX_LEN), \
H A Dteq1.c193 copied = ese_sg_to_buf(state->app_data.tx, state->app_data.tx_count,
/external/syslinux/gpxe/src/util/
H A Dhijack.c35 unsigned long tx_count; member in struct:hijack
253 hijack->tx_count++;
341 hijack.rx_count, hijack.tx_count );
/external/autotest/server/cros/chaos_lib/
H A Dchaos_capture_analyzer.py629 tx_count = capture.count_packets_from([dut_mac])
630 if not tx_count:
637 "DUT packet count Tx: %d, Rx: %d." % (tx_count, rx_count))
/external/libevent/
H A Devdns.c178 int tx_count; /* the number of times that this packet has been sent */ member in struct:request
605 if (req->tx_count == 0 && req->ns == ns) {
722 req->tx_count = 0;
2163 if (req->tx_count >= req->base->global_max_retransmits) {
2165 log(EVDNS_LOG_DEBUG, "Giving up on request %p; tx_count==%d",
2166 arg, req->tx_count);
2172 log(EVDNS_LOG_DEBUG, "Retransmitting request %p; tx_count==%d",
2173 arg, req->tx_count);
2260 req->tx_count++;
2410 req->tx_count
[all...]
/external/kernel-headers/original/uapi/linux/
H A Dethtool.h503 * @tx_count: Valid values are in the range 1 to the max_tx.
517 __u32 tx_count; member in struct:ethtool_channels
/external/valgrind/include/vki/
H A Dvki-linux.h3486 __vki_u32 tx_count; member in struct:vki_ethtool_channels

Completed in 325 milliseconds