Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/io/ixgbe/core/
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()
766 mbx->stats.acks = 0; in ixgbe_init_mbx_params_pf()
H A Dixgbe_type.h3867 u32 acks; member
/titanic_44/usr/src/uts/common/io/e1000api/
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.h900 u32 acks; member
/titanic_44/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()