Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/ixgbe/
H A Dixgbe_mbx.c356 hw->mbx.stats.acks++; in ixgbe_check_for_ack_vf()
518 mbx->stats.acks = 0; in ixgbe_init_mbx_params_vf()
577 hw->mbx.stats.acks++; in ixgbe_check_for_ack_pf()
757 mbx->stats.acks = 0; in ixgbe_init_mbx_params_pf()
H A Dixgbe_type.h3117 u32 acks; member
/titanic_41/usr/src/uts/common/io/e1000api/
H A De1000_mbx.c391 hw->mbx.stats.acks++; in e1000_check_for_ack_vf()
547 mbx->stats.acks = 0; in e1000_init_mbx_params_vf()
602 hw->mbx.stats.acks++; in e1000_check_for_ack_pf()
765 mbx->stats.acks = 0; in e1000_init_mbx_params_pf()
H A De1000_vf.h243 u32 acks; member
H A De1000_hw.h898 u32 acks; member
/titanic_41/usr/src/cmd/ssh/sftp/
H A Dsftp-client.c1019 TAILQ_HEAD(ackhead, outstanding_ack) acks; in do_upload()
1022 TAILQ_INIT(&acks); in do_upload()
1101 TAILQ_INSERT_TAIL(&acks, ack, tq); in do_upload()
1112 } else if (TAILQ_FIRST(&acks) == NULL) in do_upload()
1135 for (ack = TAILQ_FIRST(&acks); in do_upload()
1141 TAILQ_REMOVE(&acks, ack, tq); in do_upload()