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

/freebsd-13-stable/sys/dev/axgbe/
H A Dxgbe-sysctl.c86 tx_count, enumerator in enum:__anon11547
163 unsigned int tx_count; member in struct:sysctl_op
1086 { "tx", SYSL_S32, tx_count, "supported" },
1124 sys_op->tx_count = tx;
1142 sys_op->rx_count, sys_op->tx_count,
1158 sys_op->rx_count, sys_op->tx_count);
/freebsd-13-stable/sys/dev/liquidio/
H A Dlio_sysctl.c1044 uint32_t rx_count, rx_count_old, tx_count, tx_count_old; local
1076 tx_count = tx_count_old = oct->instr_queue[0]->max_count;
1077 err = sysctl_handle_int(oidp, &tx_count, 0, req);
1082 tx_count = min(max(tx_count, LIO_CN23XX_MIN_IQ_DESCRIPTORS),
1085 if (tx_count == tx_count_old)
1097 lio->ifidx, tx_count); local
1117 if (arg2 == LIO_SET_RING_TX && tx_count != tx_count_old)
/freebsd-13-stable/contrib/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;
2171 if (req->tx_count >= req->base->global_max_retransmits) {
2174 log(EVDNS_LOG_DEBUG, "Giving up on request %p; tx_count==%d",
2175 arg, req->tx_count);
2182 log(EVDNS_LOG_DEBUG, "Retransmitting request %p; tx_count==%d",
2183 arg, req->tx_count);
2282 req->tx_count++;
2432 req->tx_count
[all...]
/freebsd-13-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-13-stable/sys/dev/bxe/
H A Dbxe.c5544 int tx_count = 0; local
5584 tx_count++;
5602 if (tx_count > 0) {
5647 int depth, rc, tx_count; local
5650 rc = tx_count = 0;
5725 tx_count++;
5734 if (tx_count > 0) {

Completed in 203 milliseconds