Home
last modified time | relevance | path

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

/dragonfly/sys/dev/netif/ig_hal/
H A De1000_mbx.c391 hw->mbx.stats.acks++; in e1000_check_for_ack_vf()
553 mbx->stats.acks = 0; in e1000_init_mbx_params_vf()
608 hw->mbx.stats.acks++; in e1000_check_for_ack_pf()
779 mbx->stats.acks = 0; in e1000_init_mbx_params_pf()
H A De1000_vf.h243 u32 acks; member
H A De1000_hw.h975 u32 acks; member
/dragonfly/sys/dev/netif/ix/
H A Dixgbe_mbx.c365 hw->mbx.stats.acks++; in ixgbe_check_for_ack_vf()
523 mbx->stats.acks = 0; in ixgbe_init_mbx_params_vf()
582 hw->mbx.stats.acks++; in ixgbe_check_for_ack_pf()
768 mbx->stats.acks = 0; in ixgbe_init_mbx_params_pf()
H A Dixgbe_type.h4131 u32 acks; member
/dragonfly/contrib/tcpdump/
H A DREADME.md84 the other only acks, all address information is left off and
99 for acks). The number in parens following an ack is
104 sends or acks have a number in square brackets showing
132 number of acks.
150 # 134 chunks. 536 packets sent. 508 acks.
H A Dprint-rx.c125 uint8_t acks[RX_MAXACKS]; /* Up to RX_MAXACKS acknowledgements */
/dragonfly/sys/netgraph7/l2tp/
H A Dng_l2tp.c141 u_int16_t acks; /* # consecutive acks rec'd */ member
1314 seq->acks = 0; in ng_l2tp_seq_reset()
1380 seq->acks += nack; in ng_l2tp_seq_recv_nr()
1381 while (seq->acks >= seq->cwnd) { in ng_l2tp_seq_recv_nr()
1382 seq->acks -= seq->cwnd; in ng_l2tp_seq_recv_nr()
1497 seq->acks = 0; in ng_l2tp_seq_rack_timeout()
1603 CHECK(seq->acks == 0); in ng_l2tp_seq_check()
1605 CHECK(seq->acks <= seq->cwnd); in ng_l2tp_seq_check()
/dragonfly/sys/netgraph/l2tp/
H A Dng_l2tp.c128 u_int16_t acks; /* # consecutive acks rec'd */ member
1175 seq->acks += nack; in ng_l2tp_seq_recv_nr()
1176 while (seq->acks >= seq->cwnd) { in ng_l2tp_seq_recv_nr()
1177 seq->acks -= seq->cwnd; in ng_l2tp_seq_recv_nr()
1348 seq->acks = 0; in ng_l2tp_seq_rack_timeout()
1447 CHECK(seq->acks == 0); in ng_l2tp_seq_check()
1449 CHECK(seq->acks <= seq->cwnd); in ng_l2tp_seq_check()
/dragonfly/crypto/openssh/
H A Dsftp-client.c2005 struct requests acks; in do_upload() local
2011 TAILQ_INIT(&acks); in do_upload()
2101 ack = request_enqueue(&acks, ++id, len, offset); in do_upload()
2113 } else if (TAILQ_FIRST(&acks) == NULL) in do_upload()
2138 if ((ack = request_find(&acks, rid)) == NULL) in do_upload()
2140 TAILQ_REMOVE(&acks, ack, tq); in do_upload()
/dragonfly/usr.bin/telnet/
H A DREADME324 state changes and the returning acks; and wind up