Home
last modified time | relevance | path

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

12

/linux/drivers/mfd/
A Dtps6586x.c310 uint32_t acks; in tps6586x_irq() local
315 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()
/linux/drivers/net/ethernet/intel/ixgbevf/
A Dmbx.c95 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()
A Dvf.h89 u32 acks; member
/linux/drivers/net/ethernet/intel/igbvf/
A Dmbx.c181 hw->mbx.stats.acks++; in e1000_check_for_ack_vf()
333 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.h3621 u32 acks; member
/linux/net/rxrpc/
A Dprotocol.h129 uint8_t acks[]; /* list of ACK/NAKs */ member
A Dinput.c737 u8 *acks = skb->data + sizeof(struct rxrpc_wire_header) + sizeof(struct rxrpc_ackpacket); in rxrpc_input_check_prev_ack() local
747 if (acks[i] == RXRPC_ACK_TYPE_NACK) { in rxrpc_input_check_prev_ack()
780 u8 *acks = skb->data + sizeof(struct rxrpc_wire_header) + sizeof(struct rxrpc_ackpacket); in rxrpc_input_soft_acks() local
783 if (acks[i] == RXRPC_ACK_TYPE_ACK) { in rxrpc_input_soft_acks()
A Dcall_event.c99 if (ack->acks[i] & 1) in rxrpc_resend()
/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/tools/testing/selftests/net/packetdrill/
A Dtcp_zerocopy_epoll_edge.pkt7 // fire two sends with MSG_ZEROCOPY and receive the acks. confirm that EPOLLERR
A Dtcp_zerocopy_epoll_exclusive.pkt8 // fire two sends with MSG_ZEROCOPY and receive the acks. confirm that EPOLLERR
A Dtcp_zerocopy_epoll_oneshot.pkt7 // fire two sends with MSG_ZEROCOPY and receive the acks. confirm that EPOLLERR
/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.rst988 The number of challenge acks sent.
992 The number of challenge acks sent in response to SYN packets. After
/linux/Documentation/livepatch/
A Dcallbacks.rst113 example, commit 75ff39ccc1bd ("tcp: make challenge acks less predictable")
/linux/Documentation/networking/device_drivers/ethernet/google/
A Dgve.rst110 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
/linux/Documentation/process/
A Dmaintainer-kvm-x86.rst70 tree) and/or have other acks/reviews also jump the queue to some extent.
A Dbackporting.rst594 4) Ask relevant maintainers for explicit acks.
/linux/Documentation/translations/sp_SP/process/
A Dmaintainer-kvm-x86.rst84 través del árbol de consejos) y/o que tengan otros acks/revisiones también
/linux/Documentation/netlink/specs/
A Dtc.yaml2182 name: acks-dropped-packets
2185 name: acks-dropped-bytes64

Completed in 69 milliseconds

12