Searched refs:ack (Results 1 - 16 of 16) sorted by relevance

/include/linux/mfd/
H A Dipaq-micro.h79 * @ack: a completion that will be completed when RX is complete
88 struct completion ack; member in struct:ipaq_micro_msg
133 init_completion(&msg->ack);
135 wait_for_completion(&msg->ack);
144 init_completion(&msg->ack);
/include/linux/netfilter/
H A Dnf_conntrack_proto_gre.h38 ack:1; member in struct:gre_hdr
46 ack:1,
63 __be32 ack; /* seq number of highest packet received by */ member in struct:gre_hdr_pptp
/include/uapi/linux/
H A Dconnector.h73 __u32 ack; member in struct:cn_msg
H A Dif_arcnet.h94 __u8 ack; member in union:arc_cap::__anon1822
H A Dcn_proc.h70 } ack; member in union:proc_event::__anon1697
H A Dtcp.h36 ack:1, member in struct:tcphdr
46 ack:1, member in struct:tcphdr
/include/sound/
H A Dpcm-indirect.h44 * helper function for playback ack callback
103 if (substream->ops->ack)
104 substream->ops->ack(substream);
110 * helper function for capture ack callback
172 if (substream->ops->ack)
173 substream->ops->ack(substream);
H A Dcompress_driver.h103 * @ack: Ack for DSP when data is written to audio buffer, Optional
126 int (*ack)(struct snd_compr_stream *stream, size_t bytes); member in struct:snd_compr_ops
H A Di2c.h45 int (*getdata)(struct snd_i2c_bus *bus, int ack);
H A Dgus.h216 void (*ack)(struct snd_gus_card * gus, void *private_data); member in struct:snd_gf1_dma_block
H A Dpcm.h84 int (*ack)(struct snd_pcm_substream *substream); member in struct:snd_pcm_ops
/include/video/
H A Duvesafb.h108 u32 ack; member in struct:uvesafb_ktask
/include/linux/
H A Dfirewire.h303 * For successful transmission, the status code is the ack received
310 int ack; member in struct:fw_packet
H A Dirq.h298 * @irq_mask_ack: ack and mask an interrupt source
654 * @ack: Ack register offset to reg_base
663 unsigned long ack; member in struct:irq_chip_regs
/include/net/
H A Dtcp.h776 CA_EVENT_DELAYED_ACK, /* Delayed ack is sent */
784 CA_ACK_ECE = (1 << 2), /* ECE bit is set on ack */
811 void (*cong_avoid)(struct sock *sk, u32 ack, u32 acked);
816 /* call when ack arrives (optional) */
820 /* hook for packet ack accounting (optional) */
845 void tcp_reno_cong_avoid(struct sock *sk, u32 ack, u32 acked);
H A Dcfg80211.h2019 * @dont_wait_for_ack: tells the low level not to wait for an ack
4479 * @ack: Whether frame was acknowledged
4487 const u8 *buf, size_t len, bool ack, gfp_t gfp);

Completed in 270 milliseconds