Home
last modified time | relevance | path

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

/openbmc/ipmitool/src/plugins/lanplus/
H A DREADME.sol29 the recipient to return an acknowledgement packet, though acks themself are
31 regarding acks, partial acks, sequence numbers. SOL acknowledgements
32 packets be acks, partial acks (the remote destination processed only some
/openbmc/linux/drivers/mfd/
H A Dtps6586x.c308 uint32_t acks; in tps6586x_irq() local
313 sizeof(acks), (uint8_t *)&val); in tps6586x_irq()
320 acks = le32_to_cpu(val); in tps6586x_irq()
322 while (acks) { in tps6586x_irq()
323 int i = __ffs(acks); in tps6586x_irq()
329 acks &= ~(1 << i); in tps6586x_irq()
/openbmc/linux/drivers/net/ethernet/intel/ixgbevf/
H 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()
H A Dvf.h89 u32 acks; member
/openbmc/linux/drivers/net/ethernet/intel/igbvf/
H A Dmbx.c181 hw->mbx.stats.acks++; in e1000_check_for_ack_vf()
333 mbx->stats.acks = 0; in e1000_init_mbx_params_vf()
H A Dvf.h198 u32 acks; member
/openbmc/linux/drivers/net/ethernet/intel/ixgbe/
H 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()
H A Dixgbe_type.h3619 u32 acks; member
/openbmc/linux/drivers/net/ethernet/intel/igb/
H 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()
H A De1000_hw.h492 u32 acks; member
/openbmc/linux/net/rxrpc/
H A Dprotocol.h129 uint8_t acks[]; /* list of ACK/NAKs */ member
H A Doutput.c91 u8 *ackp = txb->acks; in rxrpc_fill_out_ack()
109 memcpy(txb->acks, call->ackr_sack_table + sack, txb->ack.nAcks); in rxrpc_fill_out_ack()
111 memcpy(txb->acks, call->ackr_sack_table + sack, wrap); in rxrpc_fill_out_ack()
112 memcpy(txb->acks + wrap, call->ackr_sack_table, in rxrpc_fill_out_ack()
H A Dinput.c741 u8 *acks = skb->data + sizeof(struct rxrpc_wire_header) + sizeof(ack); in rxrpc_input_check_prev_ack() local
751 if (acks[i] == RXRPC_ACK_TYPE_NACK) { in rxrpc_input_check_prev_ack()
784 u8 *acks = skb->data + sizeof(struct rxrpc_wire_header) + sizeof(struct rxrpc_ackpacket); in rxrpc_input_soft_acks() local
787 if (acks[i] == RXRPC_ACK_TYPE_ACK) { in rxrpc_input_soft_acks()
H A Dcall_event.c149 if (ack->acks[i] & 1) in rxrpc_resend()
H A Dar-internal.h812 DECLARE_FLEX_ARRAY(u8, acks);
/openbmc/linux/Documentation/networking/
H 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
H A Dsnmp_counter.rst992 The number of challenge acks sent.
996 The number of challenge acks sent in response to SYN packets. After
/openbmc/linux/Documentation/livepatch/
H A Dcallbacks.rst113 example, 75ff39ccc1bd ("tcp: make challenge acks less predictable")
/openbmc/linux/Documentation/networking/device_drivers/ethernet/google/
H A Dgve.rst110 the workqueue to check the register and acks the irq.
/openbmc/linux/Documentation/fb/
H A Dudlfb.rst18 does not require any acks - the effect is very low latency that
/openbmc/docs/designs/
H A Dbios-bmc-smm-error-logging.md73 …ets BIOS know BMC has seen the overflow incident</li><li>Toggled when BMC acks the overflow incide…
/openbmc/linux/drivers/scsi/aic7xxx/
H 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
H A Daic7xxx.seq1344 * For data-in phases, wait for any pending acks from the
/openbmc/linux/Documentation/process/
H A Dmaintainer-kvm-x86.rst70 tree) and/or have other acks/reviews also jump the queue to some extent.