Searched refs:acks (Results 1 - 8 of 8) sorted by relevance

/freebsd-12-stable/sys/dev/ixgbe/
H A Dixgbe_mbx.c255 hw->mbx.stats.acks++;
330 /* flush msg and acks as we are overwriting the message buffer */
413 mbx->stats.acks = 0;
472 hw->mbx.stats.acks++;
568 /* flush msg and acks as we are overwriting the message buffer */
658 mbx->stats.acks = 0;
H A Dixgbe_type.h4135 u32 acks; member in struct:ixgbe_mbx_stats
/freebsd-12-stable/sys/dev/e1000/
H A De1000_mbx.c392 hw->mbx.stats.acks++;
472 /* flush msg and acks as we are overwriting the message buffer */
554 mbx->stats.acks = 0;
609 hw->mbx.stats.acks++;
693 /* flush msg and acks as we are overwriting the message buffer */
780 mbx->stats.acks = 0;
H A De1000_vf.h244 u32 acks; member in struct:e1000_mbx_stats
H A De1000_hw.h937 u32 acks; member in struct:e1000_mbx_stats
/freebsd-12-stable/sys/netgraph/
H A Dng_l2tp.c141 u_int16_t acks; /* # consecutive acks rec'd */ member in struct:l2tp_seq
1299 seq->acks = 0;
1365 seq->acks += nack;
1366 while (seq->acks >= seq->cwnd) {
1367 seq->acks -= seq->cwnd;
1485 seq->acks = 0;
1610 CHECK(seq->acks == 0);
1612 CHECK(seq->acks <= seq->cwnd);
/freebsd-12-stable/crypto/openssh/
H A Dsftp-client.c1591 TAILQ_HEAD(ackhead, outstanding_ack) acks;
1595 TAILQ_INIT(&acks);
1700 TAILQ_INSERT_TAIL(&acks, ack, tq);
1714 } else if (TAILQ_FIRST(&acks) == NULL)
1741 for (ack = TAILQ_FIRST(&acks);
1747 TAILQ_REMOVE(&acks, ack, tq);
/freebsd-12-stable/contrib/tcpdump/
H A Dprint-rx.c123 uint8_t acks[RX_MAXACKS]; /* Up to RX_MAXACKS acknowledgements */ member in struct:rx_ackPacket
127 * Values for the acks array
2751 * If we have a contiguous range of acks/nacks, try to
2763 * using bp, but instead use rxa->acks[]. But nAcks gets added
2777 if (rxa->acks[i] == RX_ACK_TYPE_ACK) {
2848 if (rxa->acks[i] == RX_ACK_TYPE_NACK) {

Completed in 123 milliseconds