Searched refs:acks (Results 1 – 14 of 14) sorted by relevance
| /freebsd/sys/dev/e1000/ |
| H A D | e1000_mbx.c | 395 hw->mbx.stats.acks++; in e1000_check_for_ack_vf() 557 mbx->stats.acks = 0; in e1000_init_mbx_params_vf() 612 hw->mbx.stats.acks++; in e1000_check_for_ack_pf() 783 mbx->stats.acks = 0; in e1000_init_mbx_params_pf()
|
| H A D | e1000_vf.h | 243 u32 acks; member
|
| H A D | e1000_hw.h | 954 u32 acks; member
|
| /freebsd/sys/dev/ixgbe/ |
| H A D | ixgbe_mbx.c | 323 hw->mbx.stats.acks++; in ixgbe_clear_ack_vf() 689 mbx->stats.acks = 0; in ixgbe_init_mbx_params_vf() 720 mbx->stats.acks = 0; in ixgbe_upgrade_mbx_params_vf() 748 hw->mbx.stats.acks++; in ixgbe_clear_ack_pf() 1160 mbx->stats.acks = 0; in ixgbe_init_mbx_params_pf() 1208 mbx->stats.acks = 0; in ixgbe_upgrade_mbx_params_pf()
|
| H A D | ixgbe_mbx.h | 55 u32 acks; member
|
| /freebsd/contrib/tcpdump/ |
| H A D | README.md | 85 the other only acks, all address information is left off and 100 for acks). The number in parens following an ack is 105 sends or acks have a number in square brackets showing 133 number of acks. 151 # 134 chunks. 536 packets sent. 508 acks.
|
| H A D | print-rx.c | 123 uint8_t acks[RX_MAXACKS]; /* Up to RX_MAXACKS acknowledgements */
|
| /freebsd/sys/netgraph/ |
| H A D | ng_l2tp.c | 142 u_int16_t acks; /* # consecutive acks rec'd */ member 1290 seq->acks = 0; in ng_l2tp_seq_reset() 1349 seq->acks += nack; in ng_l2tp_seq_recv_nr() 1350 while (seq->acks >= seq->cwnd) { in ng_l2tp_seq_recv_nr() 1351 seq->acks -= seq->cwnd; in ng_l2tp_seq_recv_nr() 1465 seq->acks = 0; in ng_l2tp_seq_rack_timeout() 1589 CHECK(seq->acks == 0); in ng_l2tp_seq_check() 1591 CHECK(seq->acks <= seq->cwnd); in ng_l2tp_seq_check()
|
| /freebsd/crypto/openssl/doc/designs/quic-design/ |
| H A D | quic-connID-retire.md | 41 * Send retirement acks for all retired CIDs 67 sent before the retirement acks are send. If these fragments need to
|
| /freebsd/crypto/openssh/ |
| H A D | sftp-client.c | 2046 struct requests acks; in sftp_upload() local 2052 TAILQ_INIT(&acks); in sftp_upload() 2143 ack = request_enqueue(&acks, ++id, len, offset); in sftp_upload() 2155 } else if (TAILQ_FIRST(&acks) == NULL) in sftp_upload() 2180 if ((ack = request_find(&acks, rid)) == NULL) in sftp_upload() 2182 TAILQ_REMOVE(&acks, ack, tq); in sftp_upload()
|
| H A D | ChangeLog | 444 reordered acks" debug message. ok djm@
|
| /freebsd/sys/dev/aic7xxx/ |
| H A D | aic79xx.seq | 900 * To speed up CDB delivery in Rev B, all CDB acks 904 * before all data are sent, we have left over acks 907 * the target goes to data-in, but if the acks go 1752 * For data-in phases, wait for any pending acks from the
|
| H A D | aic7xxx.seq | 1346 * For data-in phases, wait for any pending acks from the
|
| /freebsd/crypto/heimdal/appl/telnet/ |
| H A D | README.ORIG | 323 state changes and the returning acks; and wind up
|