Searched refs:acks (Results 1 – 17 of 17) sorted by relevance
/Linux-v4.19/drivers/mfd/ |
D | tps6586x.c | 315 u32 acks; in tps6586x_irq() local 319 sizeof(acks), (uint8_t *)&acks); in tps6586x_irq() 326 acks = le32_to_cpu(acks); in tps6586x_irq() 328 while (acks) { in tps6586x_irq() 329 int i = __ffs(acks); in tps6586x_irq() 335 acks &= ~(1 << i); in tps6586x_irq()
|
/Linux-v4.19/drivers/net/ethernet/intel/ixgbevf/ |
D | mbx.c | 175 hw->mbx.stats.acks++; in ixgbevf_check_for_ack_vf() 309 mbx->stats.acks = 0; in ixgbevf_init_mbx_params_vf()
|
D | vf.h | 92 u32 acks; member
|
/Linux-v4.19/drivers/net/ethernet/intel/igbvf/ |
D | mbx.c | 180 hw->mbx.stats.acks++; in e1000_check_for_ack_vf() 332 mbx->stats.acks = 0; in e1000_init_mbx_params_vf()
|
D | vf.h | 198 u32 acks; member
|
/Linux-v4.19/drivers/net/ethernet/intel/ixgbe/ |
D | ixgbe_mbx.c | 258 hw->mbx.stats.acks++; in ixgbe_check_for_ack_pf() 419 mbx->stats.acks = 0; in ixgbe_init_mbx_params_pf()
|
D | ixgbe_type.h | 3603 u32 acks; member
|
/Linux-v4.19/net/rxrpc/ |
D | protocol.h | 124 uint8_t acks[0]; /* list of ACK/NAKs */ member
|
D | input.c | 777 static void rxrpc_input_soft_acks(struct rxrpc_call *call, u8 *acks, in rxrpc_input_soft_acks() argument 789 switch (*acks++) { in rxrpc_input_soft_acks() 837 u8 acks[RXRPC_MAXACKS]; in rxrpc_input_ack() member 937 if (skb_copy_bits(skb, offset, buf.acks, nr_acks) < 0) { in rxrpc_input_ack() 941 rxrpc_input_soft_acks(call, buf.acks, first_soft_ack, nr_acks, in rxrpc_input_ack()
|
D | output.c | 25 u8 acks[255]; member 69 u8 *ackp = pkt->acks; in rxrpc_fill_out_ack()
|
/Linux-v4.19/drivers/net/ethernet/intel/igb/ |
D | e1000_mbx.c | 286 hw->mbx.stats.acks++; in igb_check_for_ack_pf() 469 mbx->stats.acks = 0; in igb_init_mbx_params_pf()
|
D | e1000_hw.h | 492 u32 acks; member
|
/Linux-v4.19/Documentation/networking/ |
D | rds.txt | 222 traffic to be used for acks. RDS piggybacks acks on sent data 224 in flight at a time, and by the sender only asking for acks when
|
/Linux-v4.19/Documentation/fb/ |
D | udlfb.txt | 18 does not require any acks - the effect is very low latency that
|
/Linux-v4.19/drivers/scsi/aic7xxx/ |
D | aic79xx.seq | 902 * 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
|
D | aic7xxx.seq | 1344 * For data-in phases, wait for any pending acks from the
|
/Linux-v4.19/Documentation/livepatch/ |
D | callbacks.txt | 97 example, 75ff39ccc1bd ("tcp: make challenge acks less predictable")
|