Home
last modified time | relevance | path

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

/linux/drivers/mfd/
A Dtps6586x.c312 uint32_t acks; in tps6586x_irq() local
317 sizeof(acks), (uint8_t *)&val); in tps6586x_irq()
324 acks = le32_to_cpu(val); in tps6586x_irq()
326 while (acks) { in tps6586x_irq()
327 int i = __ffs(acks); in tps6586x_irq()
333 acks &= ~(1 << i); in tps6586x_irq()
/linux/drivers/net/ethernet/intel/ixgbevf/
A Dmbx.c175 hw->mbx.stats.acks++; in ixgbevf_check_for_ack_vf()
309 mbx->stats.acks = 0; in ixgbevf_init_mbx_params_vf()
A Dvf.h89 u32 acks; member
/linux/drivers/net/ethernet/intel/igbvf/
A Dmbx.c180 hw->mbx.stats.acks++; in e1000_check_for_ack_vf()
332 mbx->stats.acks = 0; in e1000_init_mbx_params_vf()
A Dvf.h198 u32 acks; member
/linux/drivers/net/ethernet/intel/ixgbe/
A Dixgbe_mbx.c258 hw->mbx.stats.acks++; in ixgbe_check_for_ack_pf()
419 mbx->stats.acks = 0; in ixgbe_init_mbx_params_pf()
A Dixgbe_type.h3612 u32 acks; member
/linux/drivers/net/ethernet/intel/igb/
A De1000_mbx.c287 hw->mbx.stats.acks++; in igb_check_for_ack_pf()
470 mbx->stats.acks = 0; in igb_init_mbx_params_pf()
A De1000_hw.h492 u32 acks; member
/linux/net/rxrpc/
A Dprotocol.h129 uint8_t acks[0]; /* list of ACK/NAKs */ member
A Dinput.c766 static void rxrpc_input_soft_acks(struct rxrpc_call *call, u8 *acks, in rxrpc_input_soft_acks() argument
778 switch (*acks++) { in rxrpc_input_soft_acks()
849 u8 acks[RXRPC_MAXACKS]; in rxrpc_input_ack() member
972 if (skb_copy_bits(skb, offset, buf.acks, nr_acks) < 0) { in rxrpc_input_ack()
976 rxrpc_input_soft_acks(call, buf.acks, first_soft_ack, nr_acks, in rxrpc_input_ack()
A Doutput.c21 u8 acks[255]; member
80 u8 *ackp = pkt->acks; in rxrpc_fill_out_ack()
/linux/Documentation/networking/
A Drds.rst236 traffic to be used for acks. RDS piggybacks acks on sent data
238 in flight at a time, and by the sender only asking for acks when
A Dsnmp_counter.rst992 The number of challenge acks sent.
996 The number of challenge acks sent in response to SYN packets. After
/linux/Documentation/livepatch/
A Dcallbacks.rst113 example, 75ff39ccc1bd ("tcp: make challenge acks less predictable")
/linux/Documentation/networking/device_drivers/ethernet/google/
A Dgve.rst101 the workqueue to check the register and acks the irq.
/linux/Documentation/fb/
A Dudlfb.rst18 does not require any acks - the effect is very low latency that
/linux/drivers/scsi/aic7xxx/
A Daic79xx.seq902 * To speed up CDB delivery in Rev B, all CDB acks
906 * before all data are sent, we have left over acks
909 * the target goes to data-in, but if the acks go
1754 * For data-in phases, wait for any pending acks from the
A Daic7xxx.seq1344 * For data-in phases, wait for any pending acks from the

Completed in 58 milliseconds