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

/freebsd-10-stable/contrib/tcpdump/
H A Drx.h105 u_int8_t acks[RX_MAXACKS]; /* Up to RX_MAXACKS acknowledgements */ member in struct:rx_ackPacket
109 * Values for the acks array
H A Dprint-rx.c2650 * If we have a contiguous range of acks/nacks, try to
2662 * using bp, but instead use rxa->acks[]. But nAcks gets added
2676 if (rxa->acks[i] == RX_ACK_TYPE_ACK) {
2748 if (rxa->acks[i] == RX_ACK_TYPE_NACK) {
/freebsd-10-stable/sys/dev/ixgbe/
H A Dixv_mbx.c254 hw->mbx.stats.acks++;
329 /* flush msg and acks as we are overwriting the message buffer */
412 mbx->stats.acks = 0;
471 hw->mbx.stats.acks++;
567 /* flush msg and acks as we are overwriting the message buffer */
657 mbx->stats.acks = 0;
H A Dixgbe_mbx.c365 hw->mbx.stats.acks++;
440 /* flush msg and acks as we are overwriting the message buffer */
523 mbx->stats.acks = 0;
582 hw->mbx.stats.acks++;
678 /* flush msg and acks as we are overwriting the message buffer */
768 mbx->stats.acks = 0;
H A Dixv_vf.h159 u32 acks; member in struct:ixgbe_mbx_stats
H A Dixgbe_type.h4079 u32 acks; member in struct:ixgbe_mbx_stats
/freebsd-10-stable/sys/dev/e1000/
H A De1000_mbx.c391 hw->mbx.stats.acks++;
471 /* flush msg and acks as we are overwriting the message buffer */
553 mbx->stats.acks = 0;
608 hw->mbx.stats.acks++;
692 /* flush msg and acks as we are overwriting the message buffer */
779 mbx->stats.acks = 0;
H A De1000_vf.h243 u32 acks; member in struct:e1000_mbx_stats
H A De1000_hw.h913 u32 acks; member in struct:e1000_mbx_stats
/freebsd-10-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;
1482 seq->acks = 0;
1595 CHECK(seq->acks == 0);
1597 CHECK(seq->acks <= seq->cwnd);
/freebsd-10-stable/crypto/openssh/
H A Dsftp-client.c1571 TAILQ_HEAD(ackhead, outstanding_ack) acks;
1575 TAILQ_INIT(&acks);
1680 TAILQ_INSERT_TAIL(&acks, ack, tq);
1694 } else if (TAILQ_FIRST(&acks) == NULL)
1721 for (ack = TAILQ_FIRST(&acks);
1727 TAILQ_REMOVE(&acks, ack, tq);

Completed in 155 milliseconds