Home
last modified time | relevance | path

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

12345678910>>...30

/kernel/linux/linux-5.10/arch/m68k/coldfire/
H A Dintc-5272.c41 unsigned char ack; member
45 /*MCF_IRQ_SPURIOUS*/ { .icr = 0, .index = 0, .ack = 0, },
46 /*MCF_IRQ_EINT1*/ { .icr = MCFSIM_ICR1, .index = 28, .ack = 1, },
47 /*MCF_IRQ_EINT2*/ { .icr = MCFSIM_ICR1, .index = 24, .ack = 1, },
48 /*MCF_IRQ_EINT3*/ { .icr = MCFSIM_ICR1, .index = 20, .ack = 1, },
49 /*MCF_IRQ_EINT4*/ { .icr = MCFSIM_ICR1, .index = 16, .ack = 1, },
50 /*MCF_IRQ_TIMER1*/ { .icr = MCFSIM_ICR1, .index = 12, .ack = 0, },
51 /*MCF_IRQ_TIMER2*/ { .icr = MCFSIM_ICR1, .index = 8, .ack = 0, },
52 /*MCF_IRQ_TIMER3*/ { .icr = MCFSIM_ICR1, .index = 4, .ack = 0, },
53 /*MCF_IRQ_TIMER4*/ { .icr = MCFSIM_ICR1, .index = 0, .ack
[all...]
/kernel/linux/linux-6.6/arch/m68k/coldfire/
H A Dintc-5272.c41 unsigned char ack; member
45 /*MCF_IRQ_SPURIOUS*/ { .icr = 0, .index = 0, .ack = 0, },
46 /*MCF_IRQ_EINT1*/ { .icr = MCFSIM_ICR1, .index = 28, .ack = 1, },
47 /*MCF_IRQ_EINT2*/ { .icr = MCFSIM_ICR1, .index = 24, .ack = 1, },
48 /*MCF_IRQ_EINT3*/ { .icr = MCFSIM_ICR1, .index = 20, .ack = 1, },
49 /*MCF_IRQ_EINT4*/ { .icr = MCFSIM_ICR1, .index = 16, .ack = 1, },
50 /*MCF_IRQ_TIMER1*/ { .icr = MCFSIM_ICR1, .index = 12, .ack = 0, },
51 /*MCF_IRQ_TIMER2*/ { .icr = MCFSIM_ICR1, .index = 8, .ack = 0, },
52 /*MCF_IRQ_TIMER3*/ { .icr = MCFSIM_ICR1, .index = 4, .ack = 0, },
53 /*MCF_IRQ_TIMER4*/ { .icr = MCFSIM_ICR1, .index = 0, .ack
[all...]
/kernel/linux/linux-5.10/drivers/net/wimax/i2400m/
H A Dfw.c58 * reboot barker (4 le32 words with the same value). We ack it by
60 * reboot ack barker (4 le32 words with value I2400M_ACK_BARKER) and
437 * Verify the ack data received
442 * @opcode: opcode which generated this ack. For error messages.
443 * @ack: pointer to ack data we received
451 struct i2400m_bootrom_header *ack, in __i2400m_bm_ack_verify()
457 d_fnstart(8, dev, "(i2400m %p opcode %d ack %p size %zu)\n", in __i2400m_bm_ack_verify()
458 i2400m, opcode, ack, ack_size); in __i2400m_bm_ack_verify()
459 if (ack_size < sizeof(*ack)) { in __i2400m_bm_ack_verify()
450 __i2400m_bm_ack_verify(struct i2400m *i2400m, int opcode, struct i2400m_bootrom_header *ack, size_t ack_size, int flags) __i2400m_bm_ack_verify() argument
580 i2400m_bm_cmd(struct i2400m *i2400m, const struct i2400m_bootrom_header *cmd, size_t cmd_size, struct i2400m_bootrom_header *ack, size_t ack_size, int flags) i2400m_bm_cmd() argument
654 struct i2400m_bootrom_header ack; i2400m_download_chunk() local
708 struct i2400m_bootrom_header ack; i2400m_dnload_bcf() local
792 struct i2400m_bootrom_header *cmd, ack; i2400m_dnload_finalize() local
885 struct i2400m_bootrom_header ack; i2400m_bootrom_init() local
1029 struct i2400m_bootrom_header ack; i2400m_read_mac_addr() member
1117 struct i2400m_bootrom_header ack; i2400m_dnload_init_signed() local
[all...]
/kernel/linux/linux-5.10/block/
H A Dbadblocks.c209 int ack = BB_ACK(p[lo]); in badblocks_set() local
215 ack = acknowledged; in badblocks_set()
217 ack = ack && acknowledged; in badblocks_set()
222 p[lo] = BB_MAKE(a, e-a, ack); in badblocks_set()
229 p[lo] = BB_MAKE(a, BB_MAX_LEN, ack); in badblocks_set()
241 int ack = BB_ACK(p[hi]); in badblocks_set() local
248 ack = acknowledged; in badblocks_set()
250 ack = ack in badblocks_set()
275 int ack = BB_ACK(p[lo]) && BB_ACK(p[hi]); badblocks_set() local
374 int ack = BB_ACK(p[lo]); badblocks_clear() local
400 int ack = BB_ACK(p[lo]); badblocks_clear() local
486 int ack = BB_ACK(p[i]); badblocks_show() local
[all...]
/kernel/linux/linux-6.6/block/
H A Dbadblocks.c208 int ack = BB_ACK(p[lo]); in badblocks_set() local
214 ack = acknowledged; in badblocks_set()
216 ack = ack && acknowledged; in badblocks_set()
221 p[lo] = BB_MAKE(a, e-a, ack); in badblocks_set()
228 p[lo] = BB_MAKE(a, BB_MAX_LEN, ack); in badblocks_set()
240 int ack = BB_ACK(p[hi]); in badblocks_set() local
247 ack = acknowledged; in badblocks_set()
249 ack = ack in badblocks_set()
274 int ack = BB_ACK(p[lo]) && BB_ACK(p[hi]); badblocks_set() local
372 int ack = BB_ACK(p[lo]); badblocks_clear() local
398 int ack = BB_ACK(p[lo]); badblocks_clear() local
484 int ack = BB_ACK(p[i]); badblocks_show() local
[all...]
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/
H A Dcgroup_tcp_skb.c51 if (tcph->fin || !tcph->syn || !tcph->ack) in egress_accept()
65 if (!tcph->syn || tcph->fin || tcph->ack) in ingress_accept()
71 if (tcph->fin || tcph->syn || !tcph->ack) in ingress_accept()
87 if (!tcph->syn || tcph->fin || tcph->ack) in egress_connect()
100 if (tcph->fin || !tcph->syn || !tcph->ack) in ingress_connect()
117 if (tcph->fin || tcph->syn || !tcph->ack) in egress_close_remote()
143 if (tcph->fin || tcph->syn || !tcph->ack) in ingress_close_remote()
164 if (tcph->fin || tcph->syn || !tcph->ack) in egress_close_local()
182 if (tcph->fin || tcph->syn || !tcph->ack) in ingress_close_local()
188 if (!tcph->fin || tcph->syn || !tcph->ack) in ingress_close_local()
[all...]
/kernel/linux/linux-5.10/arch/powerpc/kernel/
H A Dsmp-tbsync.c31 volatile int ack; member
57 tbsync->ack = 1; in smp_generic_take_timebase()
65 tbsync->ack = 0; in smp_generic_take_timebase()
95 while (tbsync->ack) in start_contest()
103 while (!tbsync->ack) in start_contest()
124 while (!tbsync->ack) in smp_generic_give_timebase()
127 pr_debug("Got ack\n"); in smp_generic_give_timebase()
165 while (tbsync->ack) in smp_generic_give_timebase()
/kernel/linux/linux-6.6/arch/powerpc/kernel/
H A Dsmp-tbsync.c31 volatile int ack; member
57 tbsync->ack = 1; in smp_generic_take_timebase()
65 tbsync->ack = 0; in smp_generic_take_timebase()
95 while (tbsync->ack) in start_contest()
103 while (!tbsync->ack) in start_contest()
124 while (!tbsync->ack) in smp_generic_give_timebase()
127 pr_debug("Got ack\n"); in smp_generic_give_timebase()
165 while (tbsync->ack) in smp_generic_give_timebase()
/kernel/linux/common_modules/newip/third_party/linux-5.10/net/newip/
H A Dtcp_nip_input.c33 * next packet on ack of previous packet.
42 * Andi Kleen: Make sure we never ack data there is not
166 * happens, we must ack the received FIN and in tcp_nip_fin()
552 nip_dbg("no data, only handle ack"); in tcp_nip_data_queue()
573 /* A retransmit, 2nd most common case. Force an immediate ack. */ in tcp_nip_data_queue()
714 /* Else, send delayed ack. */ in __tcp_nip_ack_snd_check()
729 static void tcp_nip_snd_una_update(struct tcp_sock *tp, u32 ack) in tcp_nip_snd_una_update() argument
731 u32 delta = ack - tp->snd_una; in tcp_nip_snd_una_update()
735 tp->snd_una = ack; in tcp_nip_snd_una_update()
802 nip_dbg("ack erro in tcp_nip_clean_rtx_queue()
1254 tcp_nip_may_update_window(const struct tcp_sock *tp, const u32 ack, const u32 ack_seq, const u32 nwin) tcp_nip_may_update_window() argument
1263 tcp_nip_ack_update_window(struct sock *sk, const struct sk_buff *skb, u32 ack, u32 ack_seq) tcp_nip_ack_update_window() argument
1313 tcp_nip_ack_retrans(struct sock *sk, u32 ack, int ack_type, u32 retrans_num) tcp_nip_ack_retrans() argument
1369 tcp_nip_dup_ack_retrans(struct sock *sk, const struct sk_buff *skb, u32 ack, u32 retrans_num) tcp_nip_dup_ack_retrans() argument
1410 tcp_nip_nor_ack_retrans(struct sock *sk, u32 ack, u32 retrans_num) tcp_nip_nor_ack_retrans() argument
1449 __tcp_nip_ack_calc_ssthresh_bw(struct tcp_nip_common *ntp, u32 rtt_tstamp, u32 icsk_rto, u32 ack) __tcp_nip_ack_calc_ssthresh_bw() argument
1459 __tcp_nip_ack_calc_ssthresh_rto_up(struct tcp_nip_common *ntp, u32 rtt_tstamp, u32 icsk_rto, u32 ack, int icsk_rto_last) __tcp_nip_ack_calc_ssthresh_rto_up() argument
1470 __tcp_nip_ack_calc_ssthresh_rtt_high(struct tcp_nip_common *ntp, u32 rtt_tstamp, u32 ack) __tcp_nip_ack_calc_ssthresh_rtt_high() argument
1480 __tcp_nip_ack_calc_ssthresh_rtt_mid_high(struct tcp_nip_common *ntp, u32 rtt_tstamp, u32 ack) __tcp_nip_ack_calc_ssthresh_rtt_mid_high() argument
1490 __tcp_nip_ack_calc_ssthresh_rtt_mid_low(struct tcp_nip_common *ntp, u32 rtt_tstamp, u32 ack) __tcp_nip_ack_calc_ssthresh_rtt_mid_low() argument
1512 __tcp_nip_ack_calc_ssthresh_default(struct tcp_nip_common *ntp, u32 rtt_tstamp, u32 ack) __tcp_nip_ack_calc_ssthresh_default() argument
1528 __tcp_nip_ack_calc_ssthresh(struct tcp_nip_common *ntp, u32 rtt_tstamp, u32 icsk_rto, u32 ack, int icsk_rto_last) __tcp_nip_ack_calc_ssthresh() argument
1544 tcp_nip_ack_calc_ssthresh(struct sock *sk, u32 ack, int icsk_rto_last, ktime_t skb_snd_tstamp) tcp_nip_ack_calc_ssthresh() argument
1628 u32 ack = TCP_SKB_CB(skb)->ack_seq; tcp_nip_ack() local
[all...]
/kernel/linux/linux-5.10/net/rxrpc/
H A Dconn_event.c34 struct rxrpc_ackpacket ack; in rxrpc_conn_retransmit_call() member
46 &pkt.ack, sizeof(pkt.ack)) < 0) in rxrpc_conn_retransmit_call()
48 if (pkt.ack.reason == RXRPC_ACK_PING_RESPONSE) in rxrpc_conn_retransmit_call()
99 pkt.ack.bufferSpace = 0; in rxrpc_conn_retransmit_call()
100 pkt.ack.maxSkew = htons(skb ? skb->priority : 0); in rxrpc_conn_retransmit_call()
101 pkt.ack.firstPacket = htonl(chan->last_seq + 1); in rxrpc_conn_retransmit_call()
102 pkt.ack.previousPacket = htonl(chan->last_seq); in rxrpc_conn_retransmit_call()
103 pkt.ack.serial = htonl(skb ? sp->hdr.serial : 0); in rxrpc_conn_retransmit_call()
104 pkt.ack in rxrpc_conn_retransmit_call()
[all...]
H A Dinput.c419 u8 ack = 0; in rxrpc_input_data() local
461 ack = RXRPC_ACK_NOSPACE; in rxrpc_input_data()
463 goto ack; in rxrpc_input_data()
502 ack = RXRPC_ACK_DUPLICATE; in rxrpc_input_data()
510 if (ack != RXRPC_ACK_DUPLICATE) { in rxrpc_input_data()
511 ack = RXRPC_ACK_DUPLICATE; in rxrpc_input_data()
519 ack = RXRPC_ACK_EXCEEDS_WINDOW; in rxrpc_input_data()
528 goto ack; in rxrpc_input_data()
531 if (flags & RXRPC_REQUEST_ACK && !ack) { in rxrpc_input_data()
532 ack in rxrpc_input_data()
856 struct rxrpc_ackpacket ack; rxrpc_input_ack() member
[all...]
/kernel/linux/linux-6.6/net/rxrpc/
H A Dconn_event.c88 struct rxrpc_ackpacket ack; in rxrpc_conn_retransmit_call() member
100 &pkt.ack, sizeof(pkt.ack)) < 0) in rxrpc_conn_retransmit_call()
102 if (pkt.ack.reason == RXRPC_ACK_PING_RESPONSE) in rxrpc_conn_retransmit_call()
154 pkt.ack.bufferSpace = 0; in rxrpc_conn_retransmit_call()
155 pkt.ack.maxSkew = htons(skb ? skb->priority : 0); in rxrpc_conn_retransmit_call()
156 pkt.ack.firstPacket = htonl(chan->last_seq + 1); in rxrpc_conn_retransmit_call()
157 pkt.ack.previousPacket = htonl(chan->last_seq); in rxrpc_conn_retransmit_call()
158 pkt.ack.serial = htonl(skb ? sp->hdr.serial : 0); in rxrpc_conn_retransmit_call()
159 pkt.ack in rxrpc_conn_retransmit_call()
[all...]
H A Dcall_event.c88 txb->ack.bufferSpace = 0; in rxrpc_send_ACK()
89 txb->ack.maxSkew = 0; in rxrpc_send_ACK()
90 txb->ack.firstPacket = 0; in rxrpc_send_ACK()
91 txb->ack.previousPacket = 0; in rxrpc_send_ACK()
92 txb->ack.serial = htonl(serial); in rxrpc_send_ACK()
93 txb->ack.reason = ack_reason; in rxrpc_send_ACK()
94 txb->ack.nAcks = 0; in rxrpc_send_ACK()
114 struct rxrpc_ackpacket *ack = NULL; in rxrpc_resend() local
144 ack = (void *)ack_skb->data + sizeof(struct rxrpc_wire_header); in rxrpc_resend()
149 if (ack in rxrpc_resend()
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/mediatek/
H A Dmtk_hdmi_ddc.c115 u32 ack; in mtk_hdmi_ddc_read_msg() local
123 ack = sif_read_mask(ddc, DDC_DDCMCTL1, DDCM_ACK_MASK, DDCM_ACK_OFFSET); in mtk_hdmi_ddc_read_msg()
124 dev_dbg(dev, "ack = 0x%x\n", ack); in mtk_hdmi_ddc_read_msg()
125 if (ack != 0x01) { in mtk_hdmi_ddc_read_msg()
126 dev_err(dev, "i2c ack err!\n"); in mtk_hdmi_ddc_read_msg()
150 ack = sif_read_mask(ddc, DDC_DDCMCTL1, DDCM_ACK_MASK, in mtk_hdmi_ddc_read_msg()
153 while (((ack & (1 << temp_count)) != 0) && (temp_count < 8)) in mtk_hdmi_ddc_read_msg()
157 dev_err(dev, "Address NACK! ACK(0x%x)\n", ack); in mtk_hdmi_ddc_read_msg()
188 u32 ack; in mtk_hdmi_ddc_write_msg() local
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/mediatek/
H A Dmtk_hdmi_ddc.c118 u32 ack; in mtk_hdmi_ddc_read_msg() local
126 ack = sif_read_mask(ddc, DDC_DDCMCTL1, DDCM_ACK_MASK, DDCM_ACK_OFFSET); in mtk_hdmi_ddc_read_msg()
127 dev_dbg(dev, "ack = 0x%x\n", ack); in mtk_hdmi_ddc_read_msg()
128 if (ack != 0x01) { in mtk_hdmi_ddc_read_msg()
129 dev_err(dev, "i2c ack err!\n"); in mtk_hdmi_ddc_read_msg()
153 ack = sif_read_mask(ddc, DDC_DDCMCTL1, DDCM_ACK_MASK, in mtk_hdmi_ddc_read_msg()
156 while (((ack & (1 << temp_count)) != 0) && (temp_count < 8)) in mtk_hdmi_ddc_read_msg()
160 dev_err(dev, "Address NACK! ACK(0x%x)\n", ack); in mtk_hdmi_ddc_read_msg()
191 u32 ack; in mtk_hdmi_ddc_write_msg() local
[all...]
/kernel/linux/linux-5.10/drivers/reset/sti/
H A Dreset-syscfg.c23 * @ack: regmap field for the channel's ack bit (optional).
27 struct regmap_field *ack; member
66 if (ch->ack) { in syscfg_reset_program_hw()
71 err = regmap_field_read(ch->ack, &ack_val); in syscfg_reset_program_hw()
124 if (ch->ack) in syscfg_reset_status()
125 err = regmap_field_read(ch->ack, &ret_val); in syscfg_reset_status()
179 f = devm_regmap_field_alloc(dev, map, data->channels[i].ack); in syscfg_reset_controller_register()
183 rc->channels[i].ack = f; in syscfg_reset_controller_register()
/kernel/linux/linux-6.6/drivers/reset/sti/
H A Dreset-syscfg.c23 * @ack: regmap field for the channel's ack bit (optional).
27 struct regmap_field *ack; member
66 if (ch->ack) { in syscfg_reset_program_hw()
69 err = regmap_field_read_poll_timeout(ch->ack, ack_val, (ack_val == ctrl_val), in syscfg_reset_program_hw()
114 if (ch->ack) in syscfg_reset_status()
115 err = regmap_field_read(ch->ack, &ret_val); in syscfg_reset_status()
169 f = devm_regmap_field_alloc(dev, map, data->channels[i].ack); in syscfg_reset_controller_register()
173 rc->channels[i].ack = f; in syscfg_reset_controller_register()
/kernel/linux/linux-6.6/drivers/usb/typec/ucsi/
H A Ducsi_acpi.c78 bool ack = UCSI_COMMAND(*(u64 *)val) == UCSI_ACK_CC_CI; in ucsi_acpi_sync_write() local
81 if (ack) in ucsi_acpi_sync_write()
94 if (ack) in ucsi_acpi_sync_write()
143 u64 cmd = *(u64 *)val, ack = 0; in ucsi_dell_sync_write() local
148 ack = UCSI_ACK_CC_CI | UCSI_ACK_COMMAND_COMPLETE; in ucsi_dell_sync_write()
153 if (ack == 0) in ucsi_dell_sync_write()
164 &ack, sizeof(ack)); in ucsi_dell_sync_write()
176 return ucsi_acpi_sync_write(ucsi, UCSI_CONTROL, &ack, sizeof(ack)); in ucsi_dell_sync_write()
[all...]
/kernel/linux/linux-5.10/drivers/hid/
H A Dhid-hyperv.c130 struct synthhid_device_info_ack ack; member
186 struct mousevsc_prt_msg ack; in mousevsc_on_receive_device_info() local
222 /* Send the ack */ in mousevsc_on_receive_device_info()
223 memset(&ack, 0, sizeof(struct mousevsc_prt_msg)); in mousevsc_on_receive_device_info()
225 ack.type = PIPE_MESSAGE_DATA; in mousevsc_on_receive_device_info()
226 ack.size = sizeof(struct synthhid_device_info_ack); in mousevsc_on_receive_device_info()
228 ack.ack.header.type = SYNTH_HID_INITIAL_DEVICE_INFO_ACK; in mousevsc_on_receive_device_info()
229 ack.ack in mousevsc_on_receive_device_info()
[all...]
/kernel/linux/linux-6.6/drivers/hid/
H A Dhid-hyperv.c122 struct synthhid_device_info_ack ack; member
178 struct mousevsc_prt_msg ack; in mousevsc_on_receive_device_info() local
215 /* Send the ack */ in mousevsc_on_receive_device_info()
216 memset(&ack, 0, sizeof(struct mousevsc_prt_msg)); in mousevsc_on_receive_device_info()
218 ack.type = PIPE_MESSAGE_DATA; in mousevsc_on_receive_device_info()
219 ack.size = sizeof(struct synthhid_device_info_ack); in mousevsc_on_receive_device_info()
221 ack.ack.header.type = SYNTH_HID_INITIAL_DEVICE_INFO_ACK; in mousevsc_on_receive_device_info()
222 ack.ack in mousevsc_on_receive_device_info()
[all...]
/kernel/linux/linux-5.10/drivers/infiniband/hw/hfi1/
H A Dtrace.c160 u8 *ack, bool *becn, bool *fecn, u8 *mig, in hfi1_trace_parse_9b_bth()
164 *ack = ib_bth_get_ackreq(ohdr); in hfi1_trace_parse_9b_bth()
178 u8 *ack, u8 *mig, u8 *opcode, in hfi1_trace_parse_16b_bth()
182 *ack = ib_bth_get_ackreq(ohdr); in hfi1_trace_parse_16b_bth()
259 u8 ack, bool becn, bool fecn, u8 mig, in hfi1_trace_fmt_rest()
273 se, mig, pad, tver, qpn, ack, psn); in hfi1_trace_fmt_rest()
279 qpn, ack, psn); in hfi1_trace_fmt_rest()
411 le32_to_cpu(eh->tid_rdma.ack.kdeth0), in parse_everbs_hdrs()
412 le32_to_cpu(eh->tid_rdma.ack.kdeth1), in parse_everbs_hdrs()
413 be32_to_cpu(eh->tid_rdma.ack in parse_everbs_hdrs()
159 hfi1_trace_parse_9b_bth(struct ib_other_headers *ohdr, u8 *ack, bool *becn, bool *fecn, u8 *mig, u8 *se, u8 *pad, u8 *opcode, u8 *tver, u16 *pkey, u32 *psn, u32 *qpn) hfi1_trace_parse_9b_bth() argument
177 hfi1_trace_parse_16b_bth(struct ib_other_headers *ohdr, u8 *ack, u8 *mig, u8 *opcode, u8 *pad, u8 *se, u8 *tver, u32 *psn, u32 *qpn) hfi1_trace_parse_16b_bth() argument
258 hfi1_trace_fmt_rest(struct trace_seq *p, bool bypass, u8 l4, u8 ack, bool becn, bool fecn, u8 mig, u8 se, u8 pad, u8 opcode, const char *opname, u8 tver, u16 pkey, u32 psn, u32 qpn, u32 dest_qpn, u32 src_qpn) hfi1_trace_fmt_rest() argument
[all...]
/kernel/linux/linux-6.6/drivers/infiniband/hw/hfi1/
H A Dtrace.c118 u8 *ack, bool *becn, bool *fecn, u8 *mig, in hfi1_trace_parse_9b_bth()
122 *ack = ib_bth_get_ackreq(ohdr); in hfi1_trace_parse_9b_bth()
136 u8 *ack, u8 *mig, u8 *opcode, in hfi1_trace_parse_16b_bth()
140 *ack = ib_bth_get_ackreq(ohdr); in hfi1_trace_parse_16b_bth()
222 u8 ack, bool becn, bool fecn, u8 mig, in hfi1_trace_fmt_rest()
236 se, mig, pad, tver, qpn, ack, psn); in hfi1_trace_fmt_rest()
242 qpn, ack, psn); in hfi1_trace_fmt_rest()
374 le32_to_cpu(eh->tid_rdma.ack.kdeth0), in parse_everbs_hdrs()
375 le32_to_cpu(eh->tid_rdma.ack.kdeth1), in parse_everbs_hdrs()
376 be32_to_cpu(eh->tid_rdma.ack in parse_everbs_hdrs()
117 hfi1_trace_parse_9b_bth(struct ib_other_headers *ohdr, u8 *ack, bool *becn, bool *fecn, u8 *mig, u8 *se, u8 *pad, u8 *opcode, u8 *tver, u16 *pkey, u32 *psn, u32 *qpn) hfi1_trace_parse_9b_bth() argument
135 hfi1_trace_parse_16b_bth(struct ib_other_headers *ohdr, u8 *ack, u8 *mig, u8 *opcode, u8 *pad, u8 *se, u8 *tver, u32 *psn, u32 *qpn) hfi1_trace_parse_16b_bth() argument
221 hfi1_trace_fmt_rest(struct trace_seq *p, bool bypass, u8 l4, u8 ack, bool becn, bool fecn, u8 mig, u8 se, u8 pad, u8 opcode, const char *opname, u8 tver, u16 pkey, u32 psn, u32 qpn, u32 dest_qpn, u32 src_qpn) hfi1_trace_fmt_rest() argument
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/irq/dcn303/
H A Dirq_service_dcn303.c80 .ack = hpd_ack
85 .ack = NULL
90 .ack = NULL
95 .ack = NULL
100 .ack = NULL
105 .ack = NULL
200 .ack = dal_irq_service_dummy_ack
/kernel/linux/linux-5.10/include/linux/mfd/
H A Dipaq-micro.h80 * @ack: a completion that will be completed when RX is complete
89 struct completion ack; member
134 init_completion(&msg->ack); in ipaq_micro_tx_msg_sync()
136 wait_for_completion(&msg->ack); in ipaq_micro_tx_msg_sync()
145 init_completion(&msg->ack); in ipaq_micro_tx_msg_async()
/kernel/linux/linux-6.6/include/linux/mfd/
H A Dipaq-micro.h80 * @ack: a completion that will be completed when RX is complete
89 struct completion ack; member
134 init_completion(&msg->ack); in ipaq_micro_tx_msg_sync()
136 wait_for_completion(&msg->ack); in ipaq_micro_tx_msg_sync()
145 init_completion(&msg->ack); in ipaq_micro_tx_msg_async()

Completed in 15 milliseconds

12345678910>>...30