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

/freebsd-11-stable/sys/dev/liquidio/
H A Dlio_sysctl.c1047 uint32_t rx_count, rx_count_old, tx_count, tx_count_old; local
1079 tx_count = tx_count_old = oct->instr_queue[0]->max_count;
1080 err = sysctl_handle_int(oidp, &tx_count, 0, req);
1085 tx_count = min(max(tx_count, LIO_CN23XX_MIN_IQ_DESCRIPTORS),
1088 if (tx_count == tx_count_old)
1100 lio->ifidx, tx_count); local
1120 if (arg2 == LIO_SET_RING_TX && tx_count != tx_count_old)
/freebsd-11-stable/contrib/ntp/sntp/libevent/
H A Devdns.c176 int tx_count; /* the number of times that this packet has been sent */ member in struct:request
606 if (req->tx_count == 0 && req->ns == ns) {
731 req->tx_count = 0;
2173 if (req->tx_count >= req->base->global_max_retransmits) {
2176 log(EVDNS_LOG_DEBUG, "Giving up on request %p; tx_count==%d",
2177 arg, req->tx_count);
2184 log(EVDNS_LOG_DEBUG, "Retransmitting request %p; tx_count==%d",
2185 arg, req->tx_count);
2284 req->tx_count++;
2434 req->tx_count
[all...]
/freebsd-11-stable/sys/dev/bxe/
H A Dbxe.c5574 int tx_count = 0; local
5614 tx_count++;
5632 if (tx_count > 0) {
5679 int depth, rc, tx_count; local
5682 rc = tx_count = 0;
5757 tx_count++;
5766 if (tx_count > 0) {

Completed in 203 milliseconds