Searched refs:acks (Results 1 – 11 of 11) sorted by relevance
310 uint32_t acks; in tps6586x_irq() local315 sizeof(acks), (uint8_t *)&val); in tps6586x_irq()322 acks = le32_to_cpu(val); in tps6586x_irq()324 while (acks) { in tps6586x_irq()325 int i = __ffs(acks); in tps6586x_irq()331 acks &= ~(1 << i); in tps6586x_irq()
95 hw->mbx.stats.acks++; in ixgbevf_clear_ack_vf()168 hw->mbx.stats.acks++; in ixgbevf_check_for_ack_vf()425 mbx->stats.acks = 0; in ixgbevf_init_mbx_params_vf()
91 u32 acks; member
181 hw->mbx.stats.acks++; in e1000_check_for_ack_vf()333 mbx->stats.acks = 0; in e1000_init_mbx_params_vf()
198 u32 acks; member
258 hw->mbx.stats.acks++; in ixgbe_check_for_ack_pf()421 mbx->stats.acks = 0; in ixgbe_init_mbx_params_pf()
3704 u32 acks; member
287 hw->mbx.stats.acks++; in igb_check_for_ack_pf()470 mbx->stats.acks = 0; in igb_init_mbx_params_pf()
492 u32 acks; member
902 * To speed up CDB delivery in Rev B, all CDB acks906 * before all data are sent, we have left over acks909 * the target goes to data-in, but if the acks go1754 * For data-in phases, wait for any pending acks from the
1344 * For data-in phases, wait for any pending acks from the
Completed in 50 milliseconds