/linux-4.1.27/arch/m68k/coldfire/ |
D | intc-5272.c | 41 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 = 0, }, [all …]
|
/linux-4.1.27/drivers/net/wimax/i2400m/ |
D | fw.c | 454 struct i2400m_bootrom_header *ack, in __i2400m_bm_ack_verify() argument 461 i2400m, opcode, ack, ack_size); in __i2400m_bm_ack_verify() 462 if (ack_size < sizeof(*ack)) { in __i2400m_bm_ack_verify() 466 opcode, ack_size, sizeof(*ack)); in __i2400m_bm_ack_verify() 469 result = i2400m_is_boot_barker(i2400m, ack, ack_size); in __i2400m_bm_ack_verify() 476 && memcmp(ack, i2400m_ACK_BARKER, sizeof(*ack)) == 0) { in __i2400m_bm_ack_verify() 485 ack->data_size = le32_to_cpu(ack->data_size); in __i2400m_bm_ack_verify() 486 ack->target_addr = le32_to_cpu(ack->target_addr); in __i2400m_bm_ack_verify() 487 ack->block_checksum = le32_to_cpu(ack->block_checksum); in __i2400m_bm_ack_verify() 490 opcode, i2400m_brh_get_opcode(ack), in __i2400m_bm_ack_verify() [all …]
|
D | control.c | 933 const struct i2400m_l3l4_hdr *ack; in i2400m_get_device_info() local 953 ack = wimax_msg_data_len(ack_skb, &ack_len); in i2400m_get_device_info() 954 result = i2400m_msg_check_status(ack, strerr, sizeof(strerr)); in i2400m_get_device_info() 961 tlv = i2400m_tlv_find(i2400m, ack->pl, ack_len - sizeof(*ack), in i2400m_get_device_info() 1015 const struct i2400m_l3l4_hdr *ack; in i2400m_firmware_check() local 1037 ack = wimax_msg_data_len(ack_skb, &ack_len); in i2400m_firmware_check() 1038 result = i2400m_msg_check_status(ack, strerr, sizeof(strerr)); in i2400m_firmware_check() 1045 tlv = i2400m_tlv_find(i2400m, ack->pl, ack_len - sizeof(*ack), in i2400m_firmware_check() 1147 const struct i2400m_l3l4_hdr *ack; in i2400m_cmd_get_state() local 1166 ack = wimax_msg_data_len(ack_skb, &ack_len); in i2400m_cmd_get_state() [all …]
|
D | usb-fw.c | 284 void *ack = _ack; in i2400mu_bus_bm_wait_for_ack() local 291 i2400m, ack, ack_size); in i2400mu_bus_bm_wait_for_ack() 345 memcpy(ack + offset, i2400m->bm_ack_buf, len); in i2400mu_bus_bm_wait_for_ack() 356 i2400m, ack, ack_size, (long) result); in i2400mu_bus_bm_wait_for_ack()
|
/linux-4.1.27/net/rxrpc/ |
D | ar-ack.c | 338 struct rxrpc_ackpacket *ack, in rxrpc_process_soft_ACKs() argument 350 ack->nAcks); in rxrpc_process_soft_ACKs() 352 if (skb_copy_bits(skb, 0, sacks, ack->nAcks) < 0) in rxrpc_process_soft_ACKs() 357 for (loop = 0; loop < ack->nAcks; loop++) { in rxrpc_process_soft_ACKs() 634 struct rxrpc_ackpacket ack; in rxrpc_process_rx_queue() local 672 if (skb_copy_bits(skb, 0, &ack, sizeof(ack)) < 0) { in rxrpc_process_rx_queue() 676 if (!skb_pull(skb, sizeof(ack))) in rxrpc_process_rx_queue() 680 hard = ntohl(ack.firstPacket); in rxrpc_process_rx_queue() 685 ntohs(ack.maxSkew), in rxrpc_process_rx_queue() 687 ntohl(ack.previousPacket), in rxrpc_process_rx_queue() [all …]
|
D | ar-input.c | 139 int ret, ackbit, ack; in rxrpc_fast_process_data() local 157 ack = RXRPC_ACK_DUPLICATE; in rxrpc_fast_process_data() 168 ack = RXRPC_ACK_DUPLICATE; in rxrpc_fast_process_data() 175 ack = RXRPC_ACK_EXCEEDS_WINDOW; in rxrpc_fast_process_data() 186 ack = RXRPC_ACK_OUT_OF_SEQUENCE; in rxrpc_fast_process_data() 213 ack = RXRPC_ACK_NOSPACE; in rxrpc_fast_process_data() 254 __rxrpc_propose_ACK(call, ack, sp->hdr.serial, true); in rxrpc_fast_process_data() 262 __rxrpc_propose_ACK(call, ack, sp->hdr.serial, true); in rxrpc_fast_process_data()
|
D | Makefile | 8 ar-ack.o \
|
/linux-4.1.27/arch/powerpc/kernel/ |
D | smp-tbsync.c | 30 volatile int ack; member 56 tbsync->ack = 1; in smp_generic_take_timebase() 64 tbsync->ack = 0; in smp_generic_take_timebase() 94 while (tbsync->ack) in start_contest() 102 while (!tbsync->ack) in start_contest() 123 while (!tbsync->ack) in smp_generic_give_timebase() 164 while (tbsync->ack) in smp_generic_give_timebase()
|
/linux-4.1.27/drivers/hid/ |
D | hid-hyperv.c | 138 struct synthhid_device_info_ack ack; member 194 struct mousevsc_prt_msg ack; in mousevsc_on_receive_device_info() local 227 memset(&ack, 0, sizeof(struct mousevsc_prt_msg)); in mousevsc_on_receive_device_info() 229 ack.type = PIPE_MESSAGE_DATA; in mousevsc_on_receive_device_info() 230 ack.size = sizeof(struct synthhid_device_info_ack); in mousevsc_on_receive_device_info() 232 ack.ack.header.type = SYNTH_HID_INITIAL_DEVICE_INFO_ACK; in mousevsc_on_receive_device_info() 233 ack.ack.header.size = 1; in mousevsc_on_receive_device_info() 234 ack.ack.reserved = 0; in mousevsc_on_receive_device_info() 237 &ack, in mousevsc_on_receive_device_info() 240 (unsigned long)&ack, in mousevsc_on_receive_device_info()
|
/linux-4.1.27/net/decnet/ |
D | dn_nsp_in.c | 100 static void dn_ack(struct sock *sk, struct sk_buff *skb, unsigned short ack) in dn_ack() argument 103 unsigned short type = ((ack >> 12) & 0x0003); in dn_ack() 108 if (dn_after(ack, scp->ackrcv_dat)) { in dn_ack() 109 scp->ackrcv_dat = ack & 0x0fff; in dn_ack() 112 ack); in dn_ack() 118 if (dn_after(ack, scp->ackrcv_oth)) { in dn_ack() 119 scp->ackrcv_oth = ack & 0x0fff; in dn_ack() 122 ack); in dn_ack() 140 unsigned short ack; in dn_process_ack() local 145 if ((ack = le16_to_cpu(*ptr)) & 0x8000) { in dn_process_ack() [all …]
|
D | dn_nsp_out.c | 384 struct sk_buff *skb2, *n, *ack = NULL; in dn_nsp_check_xmit_queue() local 396 ack = skb2; in dn_nsp_check_xmit_queue() 400 if (ack == NULL) in dn_nsp_check_xmit_queue() 414 skb_unlink(ack, q); in dn_nsp_check_xmit_queue() 415 kfree_skb(ack); in dn_nsp_check_xmit_queue() 416 ack = NULL; in dn_nsp_check_xmit_queue()
|
/linux-4.1.27/include/linux/mfd/ |
D | ipaq-micro.h | 88 struct completion ack; member 133 init_completion(&msg->ack); in ipaq_micro_tx_msg_sync() 135 wait_for_completion(&msg->ack); in ipaq_micro_tx_msg_sync() 144 init_completion(&msg->ack); in ipaq_micro_tx_msg_async()
|
/linux-4.1.27/drivers/connector/ |
D | cn_proc.c | 92 msg->ack = 0; /* not used */ in proc_fork_connector() 118 msg->ack = 0; /* not used */ in proc_exec_connector() 157 msg->ack = 0; /* not used */ in proc_id_connector() 182 msg->ack = 0; /* not used */ in proc_sid_connector() 215 msg->ack = 0; /* not used */ in proc_ptrace_connector() 241 msg->ack = 0; /* not used */ in proc_comm_connector() 266 msg->ack = 0; /* not used */ in proc_coredump_connector() 293 msg->ack = 0; /* not used */ in proc_exit_connector() 323 ev->event_data.ack.err = err; in cn_proc_ack() 325 msg->ack = rcvd_ack + 1; in cn_proc_ack() [all …]
|
/linux-4.1.27/drivers/reset/sti/ |
D | reset-syscfg.c | 31 struct regmap_field *ack; member 69 if (ch->ack) { in syscfg_reset_program_hw() 74 err = regmap_field_read(ch->ack, &ack_val); in syscfg_reset_program_hw() 159 f = devm_regmap_field_alloc(dev, map, data->channels[i].ack); in syscfg_reset_controller_register() 163 rc->channels[i].ack = f; in syscfg_reset_controller_register()
|
D | reset-syscfg.h | 29 struct reg_field ack; member 35 .ack = REG_FIELD(_ar, _ab, _ab), }
|
/linux-4.1.27/include/linux/netfilter/ |
D | nf_conntrack_proto_gre.h | 38 ack:1; member 46 ack:1, 63 __be32 ack; /* seq number of highest packet received by */ member
|
/linux-4.1.27/drivers/media/pci/cx18/ |
D | cx18-mailbox.c | 127 "\n", name, mb->request, mb->ack, mb->cmd, mb->error, in dump_mb() 420 req == cx18_readl(cx, &ack_mb->ack)) { in mb_ack_irq() 428 cx18_writel(cx, req, &ack_mb->ack); in mb_ack_irq() 575 if (order_mb->request == order_mb->ack) { in cx18_api_epu_cmd_irq() 603 u32 irq, req, ack, err; in cx18_api_call() local 661 (ack = cx18_readl(cx, &mb->ack)) == req, in cx18_api_call() 663 if (req != ack) { in cx18_api_call() 665 cx18_writel(cx, req, &mb->ack); in cx18_api_call() 680 cx18_writel(cx, req - 1, &mb->ack); /* ensure ack & req are distinct */ in cx18_api_call() 695 ack = cx18_readl(cx, &mb->ack); in cx18_api_call() [all …]
|
D | cx18-mailbox.h | 64 u32 ack; member
|
/linux-4.1.27/arch/powerpc/platforms/cell/ |
D | interrupt.c | 108 unsigned long bits, ack; in iic_ioexc_cascade() local 116 ack = bits & IIC_ISR_EDGE_MASK; in iic_ioexc_cascade() 117 if (ack) in iic_ioexc_cascade() 118 out_be64(&node_iic->iic_is, ack); in iic_ioexc_cascade() 129 ack = bits & ~IIC_ISR_EDGE_MASK; in iic_ioexc_cascade() 130 if (ack) in iic_ioexc_cascade() 131 out_be64(&node_iic->iic_is, ack); in iic_ioexc_cascade()
|
/linux-4.1.27/drivers/net/ppp/ |
D | pptp.c | 90 __be32 ack; member 238 header_len -= sizeof(hdr->ack); in pptp_xmit() 254 hdr->ack = htonl(seq_recv); in pptp_xmit() 317 __u32 ack; in pptp_rcv_core() local 324 ack = PPTP_GRE_IS_S(header->flags) ? header->ack : header->seq; in pptp_rcv_core() 326 ack = ntohl(ack); in pptp_rcv_core() 328 if (ack > opt->ack_recv) in pptp_rcv_core() 329 opt->ack_recv = ack; in pptp_rcv_core() 331 if (WRAPPED(ack, opt->ack_recv)) in pptp_rcv_core() 332 opt->ack_recv = ack; in pptp_rcv_core() [all …]
|
/linux-4.1.27/sound/pci/asihpi/ |
D | hpi6000.c | 1302 u16 ack; in hpi6000_message_response_sequence() local 1308 ack = hpi6000_wait_dsp_ack(pao, dsp_index, HPI_HIF_IDLE); in hpi6000_message_response_sequence() 1309 if (ack & HPI_HIF_ERROR_MASK) { in hpi6000_message_response_sequence() 1342 ack = hpi6000_wait_dsp_ack(pao, dsp_index, HPI_HIF_GET_RESP); in hpi6000_message_response_sequence() 1343 if (ack & HPI_HIF_ERROR_MASK) in hpi6000_message_response_sequence() 1421 u16 ack; in hpi6000_send_data() local 1431 ack = hpi6000_wait_dsp_ack(pao, dsp_index, HPI_HIF_IDLE); in hpi6000_send_data() 1432 if (ack & HPI_HIF_ERROR_MASK) in hpi6000_send_data() 1441 ack = hpi6000_wait_dsp_ack(pao, dsp_index, HPI_HIF_SEND_DATA); in hpi6000_send_data() 1443 if (ack & HPI_HIF_ERROR_MASK) in hpi6000_send_data() [all …]
|
/linux-4.1.27/drivers/mfd/ |
D | qcom_rpm.c | 46 struct completion ack; member 407 reinit_completion(&rpm->ack); in qcom_rpm_write() 410 left = wait_for_completion_timeout(&rpm->ack, RPM_REQUEST_TIMEOUT); in qcom_rpm_write() 425 u32 ack; in qcom_rpm_ack_interrupt() local 428 ack = readl_relaxed(RPM_CTRL_REG(rpm, RPM_ACK_CONTEXT)); in qcom_rpm_ack_interrupt() 433 if (ack & RPM_NOTIFICATION) { in qcom_rpm_ack_interrupt() 436 rpm->ack_status = ack; in qcom_rpm_ack_interrupt() 437 complete(&rpm->ack); in qcom_rpm_ack_interrupt() 476 init_completion(&rpm->ack); in qcom_rpm_probe()
|
D | db8500-prcmu.c | 383 } ack; member 402 } ack; member 439 } ack; member 915 if ((mb1_transfer.ack.header != MB1H_ARM_APE_OPP) || in db8500_prcmu_set_arm_opp() 916 (mb1_transfer.ack.arm_opp != opp)) in db8500_prcmu_set_arm_opp() 1042 if ((mb1_transfer.ack.header != MB1H_ARM_APE_OPP) || in db8500_prcmu_set_ape_opp() 1043 (mb1_transfer.ack.ape_opp != opp)) in db8500_prcmu_set_ape_opp() 1104 if ((mb1_transfer.ack.header != header) || in db8500_prcmu_request_ape_opp_100_voltage() 1105 ((mb1_transfer.ack.ape_voltage_status & BIT(0)) != 0)) in db8500_prcmu_request_ape_opp_100_voltage() 1134 if ((mb1_transfer.ack.header != MB1H_RELEASE_USB_WAKEUP) || in prcmu_release_usb_wakeup_state() [all …]
|
D | ipaq-micro.c | 105 complete(µ->msg->ack); in micro_rx_msg() 312 complete(µ->msg->ack); in micro_reset_comm()
|
D | jz4740-adc.c | 271 ct->regs.ack = JZ_REG_ADC_STATUS; in jz4740_adc_probe()
|
/linux-4.1.27/drivers/ptp/ |
D | ptp_ixp46x.c | 90 u32 ack = 0, lo, hi, val; in isr() local 95 ack |= TSER_SNS; in isr() 109 ack |= TSER_SNM; in isr() 123 ack |= TTIPEND; /* this bit seems to be always set */ in isr() 125 if (ack) { in isr() 126 __raw_writel(ack, ®s->event); in isr()
|
D | ptp_pch.c | 366 u32 ack = 0, lo, hi, val; in isr() local 371 ack |= PCH_TSE_SNS; in isr() 385 ack |= PCH_TSE_SNM; in isr() 399 ack |= PCH_TSE_TTIPEND; /* this bit seems to be always set */ in isr() 401 if (ack) { in isr() 402 iowrite32(ack, ®s->event); in isr()
|
/linux-4.1.27/drivers/staging/comedi/drivers/ |
D | ni_tiocmd.c | 355 unsigned ack = 0; in ni_tio_acknowledge_and_confirm() local 367 ack |= GI_GATE_ERROR_CONFIRM(cidx); in ni_tio_acknowledge_and_confirm() 378 ack |= GI_TC_ERROR_CONFIRM(cidx); in ni_tio_acknowledge_and_confirm() 383 ack |= GI_TC_INTERRUPT_ACK; in ni_tio_acknowledge_and_confirm() 386 ack |= GI_GATE_INTERRUPT_ACK; in ni_tio_acknowledge_and_confirm() 388 if (ack) in ni_tio_acknowledge_and_confirm() 389 write_register(counter, ack, NITIO_INT_ACK_REG(cidx)); in ni_tio_acknowledge_and_confirm()
|
D | ni_mio_common.c | 1445 unsigned short ack = 0; in ack_a_interrupt() local 1448 ack |= AI_SC_TC_Interrupt_Ack; in ack_a_interrupt() 1450 ack |= AI_START1_Interrupt_Ack; in ack_a_interrupt() 1452 ack |= AI_START_Interrupt_Ack; in ack_a_interrupt() 1455 ack |= AI_STOP_Interrupt_Ack /*| AI_START_Interrupt_Ack */; in ack_a_interrupt() 1456 if (ack) in ack_a_interrupt() 1457 ni_stc_writew(dev, ack, Interrupt_A_Ack_Register); in ack_a_interrupt() 1540 unsigned short ack = 0; in ack_b_interrupt() local 1543 ack |= AO_BC_TC_Interrupt_Ack; in ack_b_interrupt() 1545 ack |= AO_Error_Interrupt_Ack; in ack_b_interrupt() [all …]
|
/linux-4.1.27/include/sound/ |
D | pcm-indirect.h | 103 if (substream->ops->ack) in snd_pcm_indirect_playback_pointer() 104 substream->ops->ack(substream); in snd_pcm_indirect_playback_pointer() 172 if (substream->ops->ack) in snd_pcm_indirect_capture_pointer() 173 substream->ops->ack(substream); in snd_pcm_indirect_capture_pointer()
|
D | compress_driver.h | 128 int (*ack)(struct snd_compr_stream *stream, size_t bytes); member
|
D | i2c.h | 45 int (*getdata)(struct snd_i2c_bus *bus, int ack);
|
/linux-4.1.27/net/ipv4/ |
D | tcp_vegas.c | 164 static void tcp_vegas_cong_avoid(struct sock *sk, u32 ack, u32 acked) in tcp_vegas_cong_avoid() argument 170 tcp_reno_cong_avoid(sk, ack, acked); in tcp_vegas_cong_avoid() 174 if (after(ack, vegas->beg_snd_nxt)) { in tcp_vegas_cong_avoid() 195 tcp_reno_cong_avoid(sk, ack, acked); in tcp_vegas_cong_avoid()
|
D | tcp_veno.c | 117 static void tcp_veno_cong_avoid(struct sock *sk, u32 ack, u32 acked) in tcp_veno_cong_avoid() argument 123 tcp_reno_cong_avoid(sk, ack, acked); in tcp_veno_cong_avoid() 136 tcp_reno_cong_avoid(sk, ack, acked); in tcp_veno_cong_avoid()
|
D | tcp_hybla.c | 89 static void hybla_cong_avoid(struct sock *sk, u32 ack, u32 acked) in hybla_cong_avoid() argument 106 tcp_reno_cong_avoid(sk, ack, acked); in hybla_cong_avoid()
|
D | tcp_input.c | 2955 static void tcp_cong_avoid(struct sock *sk, u32 ack, u32 acked) in tcp_cong_avoid() argument 2959 icsk->icsk_ca_ops->cong_avoid(sk, ack, acked); in tcp_cong_avoid() 3276 const u32 ack, const u32 ack_seq, in tcp_may_update_window() argument 3279 return after(ack, tp->snd_una) || in tcp_may_update_window() 3285 static void tcp_snd_una_update(struct tcp_sock *tp, u32 ack) in tcp_snd_una_update() argument 3287 u32 delta = ack - tp->snd_una; in tcp_snd_una_update() 3292 tp->snd_una = ack; in tcp_snd_una_update() 3311 static int tcp_ack_update_window(struct sock *sk, const struct sk_buff *skb, u32 ack, in tcp_ack_update_window() argument 3321 if (tcp_may_update_window(tp, ack, ack_seq, nwin)) { in tcp_ack_update_window() 3341 tcp_snd_una_update(tp, ack); in tcp_ack_update_window() [all …]
|
D | tcp_yeah.c | 70 static void tcp_yeah_cong_avoid(struct sock *sk, u32 ack, u32 acked) in tcp_yeah_cong_avoid() argument 120 if (after(ack, yeah->vegas.beg_snd_nxt)) { in tcp_yeah_cong_avoid()
|
D | tcp_scalable.c | 18 static void tcp_scalable_cong_avoid(struct sock *sk, u32 ack, u32 acked) in tcp_scalable_cong_avoid() argument
|
D | tcp_lp.c | 118 static void tcp_lp_cong_avoid(struct sock *sk, u32 ack, u32 acked) in tcp_lp_cong_avoid() argument 123 tcp_reno_cong_avoid(sk, ack, acked); in tcp_lp_cong_avoid()
|
D | tcp_illinois.c | 258 static void tcp_illinois_cong_avoid(struct sock *sk, u32 ack, u32 acked) in tcp_illinois_cong_avoid() argument 263 if (after(ack, ca->end_seq)) in tcp_illinois_cong_avoid()
|
D | tcp_highspeed.c | 111 static void hstcp_cong_avoid(struct sock *sk, u32 ack, u32 acked) in hstcp_cong_avoid() argument
|
D | tcp_minisocks.c | 137 if (!th->ack || in tcp_timewait_state_process() 234 if (th->syn && !th->rst && !th->ack && !paws_reject && in tcp_timewait_state_process() 255 if (paws_reject || th->ack) in tcp_timewait_state_process()
|
D | tcp_cubic.c | 336 static void bictcp_cong_avoid(struct sock *sk, u32 ack, u32 acked) in bictcp_cong_avoid() argument 345 if (hystart && after(ack, ca->end_seq)) in bictcp_cong_avoid()
|
D | tcp_bic.c | 141 static void bictcp_cong_avoid(struct sock *sk, u32 ack, u32 acked) in bictcp_cong_avoid() argument
|
D | tcp_cong.c | 408 void tcp_reno_cong_avoid(struct sock *sk, u32 ack, u32 acked) in tcp_reno_cong_avoid() argument
|
D | tcp_htcp.c | 231 static void htcp_cong_avoid(struct sock *sk, u32 ack, u32 acked) in htcp_cong_avoid() argument
|
D | syncookies.c | 307 if (!sysctl_tcp_syncookies || !th->ack || th->rst) in cookie_v4_check()
|
D | inet_lro.c | 68 if (tcph->cwr || tcph->ece || tcph->urg || !tcph->ack || in lro_tcp_ip_check()
|
D | tcp_ipv4.c | 615 if (th->ack) { in tcp_v4_send_reset() 618 rep.th.ack = 1; in tcp_v4_send_reset() 709 struct sk_buff *skb, u32 seq, u32 ack, in tcp_v4_send_ack() argument 744 rep.th.ack_seq = htonl(ack); in tcp_v4_send_ack() 745 rep.th.ack = 1; in tcp_v4_send_ack()
|
/linux-4.1.27/Documentation/networking/ |
D | proc_net_tcp.txt | 32 | | | | | | | |-------> (ack.quick<<1)|ack.pingpong 45 2 another timer (e.g. delayed ack or keepalive) is pending
|
D | rds.txt | 183 ACK_REQUIRED - receiver must ack this packet 200 to ack messages that have been received. The problem is that IB 201 hardware generates an ack message before it has DMAed the message 203 disabled for any reason between when it sends the ack and before 207 Sending an ack immediately would allow the sender to free the sent 323 piggybacks ack 342 note if ack is required
|
D | secid.txt | 9 resets, timewait ack, etc.). It is also conceivable that the label could be
|
D | tcp.txt | 90 sk->tcp_last_tx_ack Last ack seen 91 sk->tcp_dup_ack Dup ack count for fast retransmit
|
/linux-4.1.27/net/netfilter/ |
D | nf_conntrack_proto_tcp.c | 328 else if (tcph->syn) return (tcph->ack ? TCP_SYNACK_SET : TCP_SYN_SET); in get_conntrack_index() 330 else if (tcph->ack) return TCP_ACK_SET; in get_conntrack_index() 514 __u32 seq, ack, sack, end, win, swin; in tcp_in_window() local 522 ack = sack = ntohl(tcph->ack_seq); in tcp_in_window() 530 receiver_offset = nf_ct_seq_offset(ct, !dir, ack - 1); in tcp_in_window() 531 ack -= receiver_offset; in tcp_in_window() 538 seq, ack, receiver_offset, sack, receiver_offset, win, end); in tcp_in_window() 569 if (!tcph->ack) in tcp_in_window() 607 if (!(tcph->ack)) { in tcp_in_window() 611 ack = sack = receiver->td_end; in tcp_in_window() [all …]
|
D | nfnetlink.c | 326 goto ack; in nfnetlink_rcv_batch() 332 goto ack; in nfnetlink_rcv_batch() 346 goto ack; in nfnetlink_rcv_batch() 354 goto ack; in nfnetlink_rcv_batch() 360 goto ack; in nfnetlink_rcv_batch() 373 goto ack; in nfnetlink_rcv_batch() 392 ack: in nfnetlink_rcv_batch()
|
D | nf_log_common.c | 97 if (th->ack) in nf_log_dump_tcp_header()
|
D | xt_TPROXY.c | 265 if (hp->syn && !hp->rst && !hp->ack && !hp->fin) { in tproxy_handle_time_wait4() 428 if (hp->syn && !hp->rst && !hp->ack && !hp->fin) { in tproxy_handle_time_wait6()
|
D | nf_conntrack_h323_main.c | 481 H2250LogicalChannelAckParameters *ack; in process_olca() local 509 ack = &olca->forwardMultiplexAckParameters. in process_olca() 511 if (ack->options & in process_olca() 516 &ack->mediaChannel); in process_olca() 521 if (ack->options & in process_olca() 526 &ack->mediaControlChannel); in process_olca()
|
/linux-4.1.27/arch/cris/arch-v32/drivers/ |
D | i2c.c | 238 int ack = 1; in i2c_getack() local 280 ack = 0; in i2c_getack() 282 if (!ack) { in i2c_getack() 284 ack = 1; in i2c_getack() 313 return ack; in i2c_getack()
|
/linux-4.1.27/sound/i2c/ |
D | i2c.c | 203 static int snd_i2c_bit_data(struct snd_i2c_bus *bus, int ack) in snd_i2c_bit_data() argument 205 return bus->hw_ops.bit->getdata(bus, ack); in snd_i2c_bit_data() 234 int ack; in snd_i2c_bit_ack() local 239 ack = snd_i2c_bit_data(bus, 1); in snd_i2c_bit_ack() 242 return ack ? -EIO : 0; in snd_i2c_bit_ack()
|
/linux-4.1.27/arch/cris/arch-v10/drivers/ |
D | i2c.c | 269 int ack = 1; in i2c_getack() local 308 ack = 0; in i2c_getack() 310 if(!ack){ in i2c_getack() 312 ack = 1; in i2c_getack() 339 return ack; in i2c_getack()
|
/linux-4.1.27/arch/powerpc/sysdev/ |
D | ipic.c | 150 .ack = IPIC_SEPNR, 158 .ack = IPIC_SEPNR, 166 .ack = IPIC_SEPNR, 174 .ack = IPIC_SEPNR, 182 .ack = IPIC_SEPNR, 190 .ack = IPIC_SEPNR, 198 .ack = IPIC_SEPNR, 569 ipic_write(ipic->regs, ipic_info[src].ack, temp); in ipic_ack_irq() 592 ipic_write(ipic->regs, ipic_info[src].ack, temp); in ipic_mask_irq_and_ack() 618 if ((flow_type & IRQ_TYPE_EDGE_FALLING) && !ipic_info[src].ack) { in ipic_set_irq_type()
|
D | ipic.h | 50 u8 ack; /* pending register offset from base if the irq member
|
/linux-4.1.27/drivers/net/ethernet/freescale/ |
D | gianfar_ptp.c | 211 u32 ack = 0, lo, hi, mask, val; in isr() local 216 ack |= ETS1; in isr() 227 ack |= ETS2; in isr() 238 ack |= ALM2; in isr() 267 ack |= PP1; in isr() 272 if (ack) { in isr() 273 gfar_write(&etsects->regs->tmr_tevent, ack); in isr()
|
/linux-4.1.27/drivers/gpu/drm/radeon/ |
D | radeon_dp_auxch.c | 62 uint32_t tmp, ack = 0; in radeon_dp_aux_transfer_native() local 183 ack = (tmp >> 8) & 0xff; in radeon_dp_aux_transfer_native() 202 msg->reply = ack >> 4; in radeon_dp_aux_transfer_native()
|
D | atombios_dp.c | 90 u8 delay, u8 *ack) in radeon_process_aux_ch() argument 119 *ack = args.v1.ucReplyStatus; in radeon_process_aux_ch() 168 u8 ack, delay = 0; in radeon_dp_aux_transfer_atom() local 199 tx_buf, tx_size, NULL, 0, delay, &ack); in radeon_dp_aux_transfer_atom() 215 tx_buf, tx_size, msg->buffer, msg->size, delay, &ack); in radeon_dp_aux_transfer_atom() 223 msg->reply = ack >> 4; in radeon_dp_aux_transfer_atom()
|
/linux-4.1.27/Documentation/connector/ |
D | ucon.c | 80 __func__, msg->id.idx, msg->id.val, msg->len, msg->seq, msg->ack); in netlink_send() 187 data->ack = 0; in main() 240 ctime(&tm), data->id.idx, data->id.val, data->seq, data->ack); in main()
|
D | cn_test.c | 42 msg->seq, msg->ack, msg->len, in cn_test_callback() 85 msg->ack = 0x345;
|
D | connector.txt | 47 __u32 ack; 107 msg->seq and msg->ack are used to determine message genealogy. When 142 cn_msg [main connector's message header] contains u32 seq and u32 ack
|
/linux-4.1.27/drivers/net/wan/ |
D | hdlc_cisco.c | 162 u32 ack; in cisco_rx() local 224 ack = ntohl(cisco_data->par2); in cisco_rx() 225 if (ack && (ack == st->txseq || in cisco_rx() 227 ack == st->txseq - 1)) { in cisco_rx()
|
D | sbni.c | 597 unsigned framelen = 0, frameno, ack; in recv_frame() local 600 if( check_fhdr( ioaddr, &framelen, &frameno, &ack, &is_first, &crc ) ) { in recv_frame() 605 interpret_ack( dev, ack ); in recv_frame() 775 interpret_ack( struct net_device *dev, unsigned ack ) in interpret_ack() argument 779 if( ack == FRAME_SENT_OK ) { in interpret_ack() 954 check_fhdr( u32 ioaddr, u32 *framelen, u32 *frameno, u32 *ack, in check_fhdr() argument 970 *ack = *framelen & FRAME_ACK_MASK; in check_fhdr()
|
/linux-4.1.27/drivers/net/ethernet/ti/ |
D | tlan.c | 1166 u32 ack; in tlan_handle_interrupt() local 1170 ack = tlan_int_vector[type](dev, host_int); in tlan_handle_interrupt() 1172 if (ack) { in tlan_handle_interrupt() 1173 host_cmd = TLAN_HC_ACK | ack | (type << 18); in tlan_handle_interrupt() 1375 u32 ack = 0; in tlan_handle_tx_eof() local 1384 && (ack < 255)) { in tlan_handle_tx_eof() 1387 ack++; in tlan_handle_tx_eof() 1407 if (!ack) in tlan_handle_tx_eof() 1421 ack |= TLAN_HC_GO; in tlan_handle_tx_eof() 1442 return ack; in tlan_handle_tx_eof() [all …]
|
/linux-4.1.27/net/sctp/ |
D | associola.c | 1628 struct sctp_chunk *ack; in sctp_assoc_free_asconf_acks() local 1631 list_for_each_entry_safe(ack, tmp, &asoc->asconf_ack_list, in sctp_assoc_free_asconf_acks() 1633 list_del_init(&ack->transmitted_list); in sctp_assoc_free_asconf_acks() 1634 sctp_chunk_free(ack); in sctp_assoc_free_asconf_acks() 1641 struct sctp_chunk *ack; in sctp_assoc_clean_asconf_ack_cache() local 1647 list_for_each_entry_safe(ack, tmp, &asoc->asconf_ack_list, in sctp_assoc_clean_asconf_ack_cache() 1649 if (ack->subh.addip_hdr->serial == in sctp_assoc_clean_asconf_ack_cache() 1653 list_del_init(&ack->transmitted_list); in sctp_assoc_clean_asconf_ack_cache() 1654 sctp_chunk_free(ack); in sctp_assoc_clean_asconf_ack_cache() 1663 struct sctp_chunk *ack; in sctp_assoc_lookup_asconf_ack() local [all …]
|
/linux-4.1.27/drivers/isdn/pcbit/ |
D | layer2.c | 55 static void pcbit_recv_ack(struct pcbit_dev *dev, unsigned char ack); 664 pcbit_recv_ack(struct pcbit_dev *dev, unsigned char ack) in pcbit_recv_ack() argument 677 if (ack <= dev->unack_seq || ack > dev->send_seq) { in pcbit_recv_ack() 683 } else if (ack > dev->send_seq && ack <= dev->unack_seq) { in pcbit_recv_ack() 698 } while (i != ack); in pcbit_recv_ack()
|
D | drv.c | 61 static int pcbit_xmit(int driver, int chan, int ack, struct sk_buff *skb); 328 static int pcbit_xmit(int driver, int chnum, int ack, struct sk_buff *skb) in pcbit_xmit() argument
|
/linux-4.1.27/sound/pci/ca0106/ |
D | ca_midi.c | 90 static void ca_midi_cmd(struct snd_ca_midi *midi, unsigned char cmd, int ack) in ca_midi_cmd() argument 100 if (ack) { in ca_midi_cmd() 105 if (ca_midi_read_data(midi) == midi->ack) in ca_midi_cmd() 109 if (!ok && ca_midi_read_data(midi) == midi->ack) in ca_midi_cmd()
|
D | ca_midi.h | 52 int ack, reset, enter_uart; member
|
/linux-4.1.27/drivers/irqchip/ |
D | irq-zevio.c | 50 readl(gc->reg_base + regs->ack); in zevio_irq_ack() 118 gc->chip_types[0].regs.ack = IO_IRQ_BASE + IO_RESET; in zevio_of_init()
|
D | irq-sunxi-nmi.c | 167 gc->chip_types[0].regs.ack = reg_offs->pend; in sunxi_sc_nmi_irq_init() 177 gc->chip_types[1].regs.ack = reg_offs->pend; in sunxi_sc_nmi_irq_init()
|
D | irq-digicolor.c | 65 gc->chip_types[0].regs.ack = ack_reg; in digicolor_set_gc()
|
D | irq-moxart.c | 102 gc->chip_types[0].regs.ack = IRQ_CLEAR_REG; in moxart_of_intc_init()
|
D | irq-imgpdc.c | 425 gc->chip_types[0].regs.ack = PDC_IRQ_CLEAR; in pdc_intc_probe() 438 gc->chip_types[1].regs.ack = PDC_IRQ_CLEAR; in pdc_intc_probe()
|
D | irq-tb10x.c | 169 gc->chip_types[1].regs.ack = AB_IRQCTL_INT_STATUS; in of_tb10x_init_irq()
|
D | irq-brcmstb-l2.c | 184 ct->regs.ack = CPU_CLEAR; in brcmstb_l2_intc_of_init()
|
D | irq-orion.c | 190 gc->chip_types[0].regs.ack = ORION_BRIDGE_IRQ_CAUSE; in orion_bridge_irq_init()
|
/linux-4.1.27/drivers/w1/slaves/ |
D | w1_ds28e04.c | 311 u8 ack; in pio_write() local 333 w1_read_block(sl->master, &ack, sizeof(ack)); in pio_write() 338 if (ack != 0xAA) in pio_write()
|
/linux-4.1.27/drivers/i2c/busses/ |
D | i2c-diolan-u2c.c | 237 static int diolan_i2c_get_byte_ack(struct i2c_diolan_u2c *dev, bool ack, in diolan_i2c_get_byte_ack() argument 242 ret = diolan_usb_cmd_data(dev, CMD_I2C_GET_BYTE_ACK, ack, true); in diolan_i2c_get_byte_ack() 370 bool ack = j < pmsg->len - 1; in diolan_usb_xfer() local 377 ack = true; in diolan_usb_xfer() 379 ret = diolan_i2c_get_byte_ack(dev, ack, &byte); in diolan_usb_xfer()
|
/linux-4.1.27/drivers/w1/ |
D | w1_netlink.c | 129 static void w1_netlink_setup_msg(struct w1_cb_block *block, u32 ack) in w1_netlink_setup_msg() argument 131 if (block->cn && block->cn->ack == ack) { in w1_netlink_setup_msg() 143 block->cn->ack = ack; in w1_netlink_setup_msg() 185 w1_netlink_setup_msg(block, block->request_cn.ack); in w1_netlink_queue_status() 431 cn->ack = req_cn->seq + 1; in w1_process_command_root()
|
/linux-4.1.27/arch/powerpc/platforms/powermac/ |
D | pic.c | 44 unsigned int ack; member 91 out_le32(&pmac_irq_hw[i]->ack, bit); in pmac_mask_and_ack_irq() 111 out_le32(&pmac_irq_hw[i]->ack, bit); in pmac_ack_irq() 112 (void)in_le32(&pmac_irq_hw[i]->ack); in pmac_ack_irq() 155 out_le32(&pmac_irq_hw[i]->ack, bit); in pmac_startup_irq()
|
D | low_i2c.c | 245 u8 ack; in kw_i2c_handle_interrupt() local 264 ack = kw_read_reg(reg_status); in kw_i2c_handle_interrupt() 265 if (ack & KW_I2C_STAT_BUSY) in kw_i2c_handle_interrupt() 275 ack = kw_read_reg(reg_status); in kw_i2c_handle_interrupt() 280 if ((ack & KW_I2C_STAT_LAST_AAK) == 0) { in kw_i2c_handle_interrupt() 311 ack = kw_read_reg(reg_status); in kw_i2c_handle_interrupt() 312 if ((ack & KW_I2C_STAT_LAST_AAK) == 0) { in kw_i2c_handle_interrupt()
|
/linux-4.1.27/tools/firewire/ |
D | nosy-dump.h | 67 uint32_t ack; member 158 uint32_t ack; member
|
D | nosy-dump.c | 155 sa->ack = data[length / 4 - 1]; in subaction_create() 510 if (!ACK_BUSY(prev->ack)) { in handle_request_packet() 528 switch (sa->ack) { in handle_request_packet() 578 if (!ACK_BUSY(prev->ack)) { in handle_response_packet() 592 if (prev->ack != ACK_PENDING) { in handle_response_packet() 607 switch (sa->ack) { in handle_response_packet()
|
/linux-4.1.27/include/uapi/linux/ |
D | tcp.h | 36 ack:1, member 46 ack:1, member
|
D | connector.h | 73 __u32 ack; member
|
D | if_arcnet.h | 94 __u8 ack; member
|
D | cn_proc.h | 70 } ack; member
|
/linux-4.1.27/drivers/i2c/algos/ |
D | i2c-algo-pca.c | 155 __u8 *b, int ack) in pca_rx_byte() argument 158 DEB2("=== READ %#04x %s\n", *b, ack ? "ACK" : "NACK"); in pca_rx_byte() 167 int ack) in pca_rx_ack() argument 173 if (ack) in pca_rx_ack()
|
D | i2c-algo-bit.c | 165 int ack; in i2c_outb() local 196 ack = !getsda(adap); /* ack: sda is pulled low -> success */ in i2c_outb() 198 ack ? "A" : "NA"); in i2c_outb() 201 return ack; in i2c_outb()
|
/linux-4.1.27/drivers/staging/sm750fb/ |
D | ddk750_swi2c.c | 320 static unsigned char swI2CReadByte(unsigned char ack) in swI2CReadByte() argument 340 if (ack) in swI2CReadByte()
|
/linux-4.1.27/net/ipv4/netfilter/ |
D | ipt_SYNPROXY.c | 274 if (th->syn && !(th->ack || th->fin || th->rst)) { in synproxy_tg4() 292 } else if (th->ack && !(th->fin || th->rst || th->syn)) { in synproxy_tg4() 339 if (!th->syn || th->ack || in ipv4_synproxy_hook() 356 if (!th->syn && th->ack && in ipv4_synproxy_hook() 374 if (!th->syn || !th->ack) in ipv4_synproxy_hook()
|
D | nf_reject_ipv4.c | 83 if (oth->ack) { in nf_reject_ip_tcphdr_put() 89 tcph->ack = 1; in nf_reject_ip_tcphdr_put()
|
/linux-4.1.27/drivers/staging/gdm72xx/ |
D | usb_boot.c | 246 int ack; in em_wait_ack() local 257 ret = gdm_wibro_recv(usbdev, &ack, sizeof(ack)); in em_wait_ack()
|
/linux-4.1.27/drivers/staging/lustre/lnet/lnet/ |
D | lib-msg.c | 107 ev->match_bits = hdr->msg.ack.match_bits; in lnet_build_msg_event() 108 ev->mlength = hdr->msg.ack.mlength; in lnet_build_msg_event() 382 msg->msg_hdr.msg.ack.dst_wmd = ack_wmd; in lnet_complete_msg_locked() 383 msg->msg_hdr.msg.ack.match_bits = msg->msg_ev.match_bits; in lnet_complete_msg_locked() 384 msg->msg_hdr.msg.ack.mlength = cpu_to_le32(msg->msg_ev.mlength); in lnet_complete_msg_locked()
|
D | lib-move.c | 1574 hdr->msg.ack.match_bits = le64_to_cpu(hdr->msg.ack.match_bits); in lnet_parse_ack() 1575 hdr->msg.ack.mlength = le32_to_cpu(hdr->msg.ack.mlength); in lnet_parse_ack() 1577 cpt = lnet_cpt_of_cookie(hdr->msg.ack.dst_wmd.wh_object_cookie); in lnet_parse_ack() 1581 md = lnet_wire_handle2md(&hdr->msg.ack.dst_wmd); in lnet_parse_ack() 1588 hdr->msg.ack.dst_wmd.wh_interface_cookie, in lnet_parse_ack() 1589 hdr->msg.ack.dst_wmd.wh_object_cookie); in lnet_parse_ack() 1600 hdr->msg.ack.dst_wmd.wh_object_cookie); in lnet_parse_ack() 1698 hdr->msg.ack.dst_wmd.wh_interface_cookie, in lnet_print_hdr() 1699 hdr->msg.ack.dst_wmd.wh_object_cookie, in lnet_print_hdr() 1700 hdr->msg.ack.mlength); in lnet_print_hdr() [all …]
|
D | api-ni.c | 231 CLASSERT((int)offsetof(lnet_hdr_t, msg.ack.dst_wmd) == 32); in lnet_assert_wire_constants() 232 CLASSERT((int)sizeof(((lnet_hdr_t *)0)->msg.ack.dst_wmd) == 16); in lnet_assert_wire_constants() 233 CLASSERT((int)offsetof(lnet_hdr_t, msg.ack.match_bits) == 48); in lnet_assert_wire_constants() 234 CLASSERT((int)sizeof(((lnet_hdr_t *)0)->msg.ack.match_bits) == 8); in lnet_assert_wire_constants() 235 CLASSERT((int)offsetof(lnet_hdr_t, msg.ack.mlength) == 56); in lnet_assert_wire_constants() 236 CLASSERT((int)sizeof(((lnet_hdr_t *)0)->msg.ack.mlength) == 4); in lnet_assert_wire_constants()
|
/linux-4.1.27/net/ipv6/netfilter/ |
D | ip6t_SYNPROXY.c | 289 if (th->syn && !(th->ack || th->fin || th->rst)) { in synproxy_tg6() 307 } else if (th->ack && !(th->fin || th->rst || th->syn)) { in synproxy_tg6() 361 if (!th->syn || th->ack || in ipv6_synproxy_hook() 378 if (!th->syn && th->ack && in ipv6_synproxy_hook() 396 if (!th->syn || !th->ack) in ipv6_synproxy_hook()
|
D | nf_reject_ipv6.c | 105 if (oth->ack) { in nf_reject_ip6_tcphdr_put() 119 tcph->ack = needs_ack; in nf_reject_ip6_tcphdr_put()
|
/linux-4.1.27/drivers/isdn/gigaset/ |
D | i4l.c | 43 static int writebuf_from_LL(int driverID, int channel, int ack, in writebuf_from_LL() argument 71 driverID, channel, ack, len); in writebuf_from_LL() 74 if (ack) in writebuf_from_LL() 94 if (ack) { in writebuf_from_LL() 101 len, ack, ack_header[0], ack_header[1]); in writebuf_from_LL()
|
/linux-4.1.27/drivers/gpu/drm/msm/edp/ |
D | edp_ctrl.c | 1058 u32 ack; in msm_edp_ctrl_irq() local 1074 ack = isr1 & EDP_INTR_STATUS1; in msm_edp_ctrl_irq() 1075 ack <<= 1; /* ack bits */ in msm_edp_ctrl_irq() 1076 ack |= mask1; in msm_edp_ctrl_irq() 1077 edp_write(ctrl->base + REG_EDP_INTERRUPT_REG_1, ack); in msm_edp_ctrl_irq() 1079 ack = isr2 & EDP_INTR_STATUS2; in msm_edp_ctrl_irq() 1080 ack <<= 1; /* ack bits */ in msm_edp_ctrl_irq() 1081 ack |= mask2; in msm_edp_ctrl_irq() 1082 edp_write(ctrl->base + REG_EDP_INTERRUPT_REG_2, ack); in msm_edp_ctrl_irq()
|
/linux-4.1.27/net/rds/ |
D | tcp_send.c | 164 static int rds_tcp_is_acked(struct rds_message *rm, uint64_t ack) in rds_tcp_is_acked() argument 168 return (__s32)((u32)rm->m_ack_seq - (u32)ack) < 0; in rds_tcp_is_acked()
|
D | send.c | 437 static inline int rds_send_is_acked(struct rds_message *rm, u64 ack, in rds_send_is_acked() argument 441 return is_acked(rm, ack); in rds_send_is_acked() 442 return be64_to_cpu(rm->m_inc.i_hdr.h_sequence) <= ack; in rds_send_is_acked() 674 void rds_send_drop_acked(struct rds_connection *conn, u64 ack, in rds_send_drop_acked() argument 684 if (!rds_send_is_acked(rm, ack, is_acked)) in rds_send_drop_acked()
|
D | rds.h | 720 typedef int (*is_acked_func)(struct rds_message *rm, uint64_t ack); 721 void rds_send_drop_acked(struct rds_connection *conn, u64 ack,
|
/linux-4.1.27/drivers/input/joystick/ |
D | walkera0701.c | 55 int ack; member 143 if (w->ack) { in walkera0701_irq_handler() 177 w->ack = read_ack(w->pardevice); in timer_handler()
|
/linux-4.1.27/arch/cris/arch-v32/mach-a3/ |
D | arbiter.c | 533 reg_marb_foo_bp_rw_ack ack = {0}; in crisv32_foo_arbiter_irq() local 568 REG_WR(marb_foo_bp, watch->instance, rw_ack, ack); in crisv32_foo_arbiter_irq() 589 reg_marb_bar_bp_rw_ack ack = {0}; in crisv32_bar_arbiter_irq() local 624 REG_WR(marb_bar_bp, watch->instance, rw_ack, ack); in crisv32_bar_arbiter_irq()
|
/linux-4.1.27/sound/core/seq/ |
D | seq_ports.c | 205 bool is_src, bool ack); 486 bool is_src, bool exclusive, bool ack) in check_and_subscribe_port() argument 510 err = subscribe_port(client, port, grp, &subs->info, ack); in check_and_subscribe_port() 535 bool is_src, bool ack) in delete_and_unsubscribe_port() argument 553 unsubscribe_port(client, port, grp, &subs->info, ack); in delete_and_unsubscribe_port()
|
/linux-4.1.27/drivers/firewire/ |
D | core-transaction.c | 281 packet->ack = 0; in fw_fill_request() 625 int ack; member 792 request->response.ack = 0; in allocate_request() 794 request->ack = p->ack; in allocate_request() 811 if (request->ack != ACK_PENDING || in fw_send_response() 914 if (p->ack != ACK_PENDING && p->ack != ACK_COMPLETE) in fw_core_handle_request()
|
D | ohci.c | 871 p.ack = evt - 16; in handle_ar_packet() 884 p.ack = ACK_COMPLETE; in handle_ar_packet() 1309 packet->ack = RCODE_SEND_ERROR; in at_context_queue_packet() 1368 packet->ack = RCODE_SEND_ERROR; in at_context_queue_packet() 1384 packet->ack = RCODE_SEND_ERROR; in at_context_queue_packet() 1413 packet->ack = RCODE_GENERATION; in at_context_queue_packet() 1469 packet->ack = RCODE_CANCELLED; in handle_at_packet() 1477 packet->ack = RCODE_GENERATION; in handle_at_packet() 1482 packet->ack = RCODE_GENERATION; in handle_at_packet() 1488 packet->ack = RCODE_NO_ACK; in handle_at_packet() [all …]
|
/linux-4.1.27/drivers/md/ |
D | dm-log-userspace-transfer.c | 65 msg->ack = 0; in dm_ulog_sendto_server() 102 pkg->error = -msg->ack; in fill_pkg()
|
D | md-cluster.h | 24 int (*new_disk_ack)(struct mddev *mddev, bool ack);
|
D | md.h | 187 #define BB_MAKE(a, l, ack) (((a)<<9) | ((l)-1) | ((u64)(!!(ack)) << 63)) argument
|
D | md.c | 8464 int ack = BB_ACK(p[lo]); in md_set_badblocks() local 8469 ack = acknowledged; in md_set_badblocks() 8471 ack = ack && acknowledged; in md_set_badblocks() 8476 p[lo] = BB_MAKE(a, e-a, ack); in md_set_badblocks() 8483 p[lo] = BB_MAKE(a, BB_MAX_LEN, ack); in md_set_badblocks() 8494 int ack = BB_ACK(p[hi]); in md_set_badblocks() local 8500 ack = acknowledged; in md_set_badblocks() 8502 ack = ack && acknowledged; in md_set_badblocks() 8506 p[hi] = BB_MAKE(a, e-a, ack); in md_set_badblocks() 8509 p[hi] = BB_MAKE(a, BB_MAX_LEN, ack); in md_set_badblocks() [all …]
|
/linux-4.1.27/drivers/infiniband/core/ |
D | mad_rmpp.c | 117 struct ib_rmpp_mad *ack = msg->mad; in format_ack() local 120 memcpy(ack, &data->mad_hdr, msg->hdr_len); in format_ack() 122 ack->mad_hdr.method ^= IB_MGMT_METHOD_RESP; in format_ack() 123 ack->rmpp_hdr.rmpp_type = IB_MGMT_RMPP_TYPE_ACK; in format_ack() 124 ib_set_rmpp_flags(&ack->rmpp_hdr, IB_MGMT_RMPP_FLAG_ACTIVE); in format_ack() 128 ack->rmpp_hdr.seg_num = cpu_to_be32(rmpp_recv->seg_num); in format_ack() 129 ack->rmpp_hdr.paylen_newwin = cpu_to_be32(rmpp_recv->newwin); in format_ack()
|
/linux-4.1.27/arch/cris/arch-v32/kernel/ |
D | time.c | 210 reg_timer_rw_ack_intr ack = { .tmr0 = 1 }; in crisv32_timer_interrupt() local 218 REG_WR(timer, timer_base, rw_ack_intr, ack); in crisv32_timer_interrupt()
|
/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/ |
D | niobuf.c | 51 lnet_ack_req_t ack, struct ptlrpc_cb_id *cbid, in ptl_send_buf() argument 63 md.threshold = (ack == LNET_ACK_REQ) ? 2 : 1; in ptl_send_buf() 68 if (unlikely(ack == LNET_ACK_REQ && in ptl_send_buf() 72 ack = LNET_NOACK_REQ; in ptl_send_buf() 85 rc = LNetPut(conn->c_self, *mdh, ack, in ptl_send_buf()
|
/linux-4.1.27/arch/sparc/kernel/ |
D | leon_pci_grpci2.c | 504 int i, ack = 0; in grpci2_pci_flow_irq() local 513 ack = 1; in grpci2_pci_flow_irq() 524 ack = 1; in grpci2_pci_flow_irq() 534 ack = 1; in grpci2_pci_flow_irq() 542 if (ack) in grpci2_pci_flow_irq()
|
D | leon_pci_grpci1.c | 363 int i, ack = 0; in grpci1_pci_flow_irq() local 372 ack = 1; in grpci1_pci_flow_irq() 382 ack = 1; in grpci1_pci_flow_irq() 390 if (ack) in grpci1_pci_flow_irq()
|
/linux-4.1.27/sound/pci/ |
D | intel8x0m.c | 183 int ack; member 403 ichdev->ack_reload = ichdev->ack = 2; in snd_intel8x0m_setup_periods() 415 ichdev->ack_reload = ichdev->ack = 1; in snd_intel8x0m_setup_periods() 451 int ack = 0; in snd_intel8x0m_update() local 486 if (--ichdev->ack == 0) { in snd_intel8x0m_update() 487 ichdev->ack = ichdev->ack_reload; in snd_intel8x0m_update() 488 ack = 1; in snd_intel8x0m_update() 491 if (ack && ichdev->substream) { in snd_intel8x0m_update()
|
D | rme32.c | 1095 s->ops->ack(s); in snd_rme32_pcm_trigger() 1261 .ack = snd_rme32_playback_fd_ack, 1273 .ack = snd_rme32_capture_fd_ack, 1284 .ack = snd_rme32_playback_fd_ack, 1295 .ack = snd_rme32_capture_fd_ack,
|
D | intel8x0.c | 372 int ack; member 689 ichdev->ack_reload = ichdev->ack = 2; in snd_intel8x0_setup_periods() 701 ichdev->ack_reload = ichdev->ack = 1; in snd_intel8x0_setup_periods() 759 int ack = 0; in snd_intel8x0_update() local 797 if (--ichdev->ack == 0) { in snd_intel8x0_update() 798 ichdev->ack = ichdev->ack_reload; in snd_intel8x0_update() 799 ack = 1; in snd_intel8x0_update() 803 if (ack && ichdev->substream) { in snd_intel8x0_update()
|
/linux-4.1.27/arch/x86/kernel/cpu/ |
D | perf_event_knc.c | 207 static inline void knc_pmu_ack_status(u64 ack) in knc_pmu_ack_status() argument 209 wrmsrl(MSR_KNC_IA32_PERF_GLOBAL_OVF_CONTROL, ack); in knc_pmu_ack_status()
|
/linux-4.1.27/arch/arc/plat-arcfpga/include/plat/ |
D | smp.h | 105 bool ack; member
|
/linux-4.1.27/drivers/infiniband/hw/nes/ |
D | nes_mgt.c | 174 static u32 nes_get_seq(struct sk_buff *skb, u32 *ack, u16 *wnd, u32 *fin_rcvd, u32 *rst_rcvd) in nes_get_seq() argument 180 *ack = be32_to_cpu(tcph->ack_seq); in nes_get_seq() 191 struct sk_buff *skb, u32 nextseq, u32 *ack, in nes_get_next_skb() argument 216 seq = nes_get_seq(skb, ack, wnd, fin_rcvd, rst_rcvd); in nes_get_next_skb() 255 u32 ack; in get_fpdu_info() local 264 skb = nes_get_next_skb(nesdev, nesqp, NULL, nesqp->pau_rcv_nxt, &ack, &wnd, &fin_rcvd, &rst_rcvd); in get_fpdu_info() 291 nesqp->pau_rcv_nxt + frag_tot, &ack, &wnd, &fin_rcvd, &rst_rcvd); in get_fpdu_info() 365 tcph->ack_seq = cpu_to_be32(ack); in get_fpdu_info()
|
/linux-4.1.27/drivers/input/touchscreen/ |
D | usbtouchscreen.c | 825 struct urb *ack; member 860 priv->ack = usb_alloc_urb(0, GFP_KERNEL); in nexio_alloc() 861 if (!priv->ack) { in nexio_alloc() 947 usb_fill_bulk_urb(priv->ack, dev, usb_sndbulkpipe(dev, output_ep), in nexio_init() 961 usb_kill_urb(priv->ack); in nexio_exit() 962 usb_free_urb(priv->ack); in nexio_exit() 986 ret = usb_submit_urb(priv->ack, GFP_ATOMIC); in nexio_read_data()
|
/linux-4.1.27/sound/isa/wavefront/ |
D | wavefront_synth.c | 339 int ack; in snd_wavefront_cmd() local 464 if ((ack = wavefront_read (dev)) == 0) { in snd_wavefront_cmd() 465 ack = WF_ACK; in snd_wavefront_cmd() 468 if (ack != WF_ACK) { in snd_wavefront_cmd() 469 if (ack == -1) { in snd_wavefront_cmd() 478 if (ack == 0xff) { /* explicit error */ in snd_wavefront_cmd() 490 cmd, wfcmd->action, ack, err, in snd_wavefront_cmd()
|
/linux-4.1.27/arch/mips/include/asm/sn/sn0/ |
D | hubio.h | 543 ack: 1, /* indicates data ack received */ member 591 ack: 1, /* indicates data ack received */ member 890 ack: 1, /* 17: Data ack received. */ member
|
/linux-4.1.27/arch/arm/mach-davinci/ |
D | irq.c | 66 ct->regs.ack = IRQ_REG0_OFFSET; in davinci_alloc_gc()
|
/linux-4.1.27/drivers/isdn/sc/ |
D | card.h | 112 int sndpkt(int devId, int channel, int ack, struct sk_buff *data);
|
D | packet.c | 23 int sndpkt(int devId, int channel, int ack, struct sk_buff *data) in sndpkt() argument
|
/linux-4.1.27/arch/cris/arch-v32/mach-fs/ |
D | arbiter.c | 358 reg_marb_bp_rw_ack ack = { 0 }; in crisv32_arbiter_irq() local 395 REG_WR(marb_bp, watch->instance, rw_ack, ack); in crisv32_arbiter_irq()
|
/linux-4.1.27/sound/soc/intel/atom/ |
D | sst-mfld-platform-compress.c | 224 stream->compr_ops->ack(sst->dev, stream->id, (unsigned long)bytes); in sst_platform_compr_ack() 265 .ack = sst_platform_compr_ack,
|
D | sst-mfld-platform.h | 113 int (*ack)(struct device *dev, unsigned int str_id, member
|
/linux-4.1.27/drivers/scsi/ |
D | wd7000.c | 1029 goto ack; in wd7000_intr() 1033 goto ack; in wd7000_intr() 1043 goto ack; in wd7000_intr() 1051 goto ack; in wd7000_intr() 1061 goto ack; in wd7000_intr() 1076 ack: in wd7000_intr()
|
/linux-4.1.27/drivers/gpu/drm/gma500/ |
D | cdv_intel_dp.c | 677 uint8_t ack; in cdv_intel_dp_aux_native_write() local 688 ret = cdv_intel_dp_aux_ch(encoder, msg, msg_bytes, &ack, 1); in cdv_intel_dp_aux_native_write() 691 ack >>= 4; in cdv_intel_dp_aux_native_write() 692 if ((ack & DP_AUX_NATIVE_REPLY_MASK) == DP_AUX_NATIVE_REPLY_ACK) in cdv_intel_dp_aux_native_write() 694 else if ((ack & DP_AUX_NATIVE_REPLY_MASK) == DP_AUX_NATIVE_REPLY_DEFER) in cdv_intel_dp_aux_native_write() 719 uint8_t ack; in cdv_intel_dp_aux_native_read() local 737 ack = reply[0] >> 4; in cdv_intel_dp_aux_native_read() 738 if ((ack & DP_AUX_NATIVE_REPLY_MASK) == DP_AUX_NATIVE_REPLY_ACK) { in cdv_intel_dp_aux_native_read() 742 else if ((ack & DP_AUX_NATIVE_REPLY_MASK) == DP_AUX_NATIVE_REPLY_DEFER) in cdv_intel_dp_aux_native_read()
|
/linux-4.1.27/drivers/isdn/act2000/ |
D | module.c | 420 act2000_sendbuf(act2000_card *card, int channel, int ack, struct sk_buff *skb) in act2000_sendbuf() argument 463 msg->msg.data_b3_req.flags = ack; /* Will be set to 0 on actual sending */ in act2000_sendbuf() 552 if_sendbuf(int id, int channel, int ack, struct sk_buff *skb) in if_sendbuf() argument 559 return (act2000_sendbuf(card, channel, ack, skb)); in if_sendbuf()
|
/linux-4.1.27/kernel/irq/ |
D | generic-chip.c | 117 irq_reg_writel(gc, mask, ct->regs.ack); in irq_gc_ack_set_bit() 133 irq_reg_writel(gc, mask, ct->regs.ack); in irq_gc_ack_clr_bit() 149 irq_reg_writel(gc, mask, ct->regs.ack); in irq_gc_mask_disable_reg_and_ack()
|
/linux-4.1.27/drivers/atm/ |
D | lanai.c | 1809 u32 ack = 0; in lanai_int_1() local 1811 ack = INT_SERVICE; in lanai_int_1() 1817 ack |= reason & (INT_AAL0_STR | INT_AAL0); in lanai_int_1() 1821 if (ack == reason) in lanai_int_1() 1828 ack |= reason & INT_STATUS; in lanai_int_1() 1840 ack |= (reason & INT_DMASHUT); in lanai_int_1() 1848 ack |= (reason & INT_TABORTSENT); in lanai_int_1() 1869 if (unlikely(ack != reason)) { in lanai_int_1() 1871 (unsigned int) (reason & ~ack)); in lanai_int_1() 1872 ack = reason; in lanai_int_1() [all …]
|
/linux-4.1.27/drivers/iio/accel/ |
D | bmc150-accel.c | 1345 bool ack = false; in bmc150_accel_irq_thread_handler() local 1354 ack = true; in bmc150_accel_irq_thread_handler() 1360 ack = true; in bmc150_accel_irq_thread_handler() 1363 if (ack) { in bmc150_accel_irq_thread_handler() 1384 bool ack = false; in bmc150_accel_irq_handler() local 1393 ack = true; in bmc150_accel_irq_handler() 1401 if (ack) in bmc150_accel_irq_handler()
|
/linux-4.1.27/include/video/ |
D | uvesafb.h | 108 u32 ack; member
|
/linux-4.1.27/drivers/s390/cio/ |
D | qdio.h | 106 int *start, int *count, int ack) in do_eqbs() argument 111 unsigned long _state = (unsigned long)ack << 63; in do_eqbs()
|
/linux-4.1.27/sound/soc/ |
D | soc-compress.c | 521 if (platform->driver->compr_ops && platform->driver->compr_ops->ack) in soc_compr_ack() 522 ret = platform->driver->compr_ops->ack(cstream, bytes); in soc_compr_ack() 595 .ack = soc_compr_ack, 610 .ack = soc_compr_ack,
|
/linux-4.1.27/drivers/pinctrl/mediatek/ |
D | pinctrl-mtk-common.h | 127 unsigned int ack; member
|
D | pinctrl-mt8173.c | 401 .ack = 0x040,
|
D | pinctrl-mt8135.c | 321 .ack = 0x040,
|
/linux-4.1.27/drivers/staging/rtl8712/ |
D | wifi.h | 286 #define SetAckpolicy(pbuf, ack) ({ \ argument 287 *(unsigned short *)(pbuf) |= cpu_to_le16((ack & 3) << 5); \
|
/linux-4.1.27/Documentation/ABI/stable/ |
D | sysfs-firmware-opal-dump | 35 acknowledge: When 'ack' is written to this, we will
|
D | sysfs-firmware-opal-elog | 54 acknowledge: Writing 'ack' to this file will acknowledge
|
/linux-4.1.27/sound/pci/emu10k1/ |
D | emumpu401.c | 120 …u10k1_midi_cmd(struct snd_emu10k1 * emu, struct snd_emu10k1_midi *midi, unsigned char cmd, int ack) in snd_emu10k1_midi_cmd() argument 130 if (ack) { in snd_emu10k1_midi_cmd()
|
/linux-4.1.27/drivers/media/dvb-frontends/ |
D | mb86a16.c | 484 int ack = -1; in rf_val_set() local 534 ack = 0; in rf_val_set() 536 ack = 0; in rf_val_set() 538 ack = 0; in rf_val_set() 540 ack = 0; in rf_val_set() 542 ack = 0; in rf_val_set() 543 if (ack == 0) { in rf_val_set()
|
/linux-4.1.27/arch/arm/mach-imx/ |
D | avic.c | 133 ct->regs.ack = ct->regs.mask; in avic_init_gc()
|
/linux-4.1.27/drivers/staging/wlan-ng/ |
D | p80211netdev.h | 122 u32 ack; member
|
/linux-4.1.27/arch/arm/mach-omap2/ |
D | prm_common.c | 342 ct->regs.ack = irq_setup->ack + i * 4; in omap_prcm_register_chain_handler()
|
D | prcm-common.h | 495 u16 ack; member
|
/linux-4.1.27/drivers/net/wireless/brcm80211/brcmfmac/ |
D | p2p.c | 1656 bool ack = false; in brcmf_p2p_send_action_frame() local 1776 (ack == false) && (tx_retry < P2P_AF_TX_MAX_RETRY)) { in brcmf_p2p_send_action_frame() 1777 ack = !brcmf_p2p_tx_action_frame(p2p, af_params); in brcmf_p2p_send_action_frame() 1780 if (ack == false) { in brcmf_p2p_send_action_frame() 1793 if (ack && config_af_params.extra_listen && !p2p->block_gon_req_tx && in brcmf_p2p_send_action_frame() 1829 ack = true; in brcmf_p2p_send_action_frame() 1837 return ack; in brcmf_p2p_send_action_frame()
|
/linux-4.1.27/arch/mips/include/asm/octeon/ |
D | cvmx-pcsx-defs.h | 413 uint64_t ack:1; member 427 uint64_t ack:1; 887 uint64_t ack:1; member 899 uint64_t ack:1;
|
D | cvmx-mdio.h | 143 uint16_t ack:1; member
|
/linux-4.1.27/drivers/net/can/ |
D | ti_hecc.c | 763 unsigned long ack, flags; in ti_hecc_interrupt() local 804 ack = hecc_read(priv, HECC_CANMIM); in ti_hecc_interrupt() 805 ack &= BIT(HECC_MAX_TX_MBOX) - 1; in ti_hecc_interrupt() 806 hecc_write(priv, HECC_CANMIM, ack); in ti_hecc_interrupt()
|
/linux-4.1.27/drivers/isdn/hisax/ |
D | isdnl1.c | 308 int ack; in BChannel_proc_ack() local 311 ack = bcs->ackcnt; in BChannel_proc_ack() 314 if (ack) in BChannel_proc_ack() 315 lli_writewakeup(bcs->st, ack); in BChannel_proc_ack()
|
/linux-4.1.27/sound/pci/ice1712/ |
D | revo.c | 139 static int revo_i2c_getdata(struct snd_i2c_bus *bus, int ack) in revo_i2c_getdata() argument 144 if (ack) in revo_i2c_getdata()
|
/linux-4.1.27/sound/drivers/mpu401/ |
D | mpu401_uart.c | 226 int ack) in snd_mpu401_uart_cmd() argument 248 if (ack && !(mpu->info_flags & MPU401_INFO_NO_ACK)) { in snd_mpu401_uart_cmd()
|
/linux-4.1.27/drivers/macintosh/ |
D | smu.c | 188 u8 ack; in smu_db_intr() local 199 ack = (~cmd->cmd) & 0xff; in smu_db_intr() 200 if (ack != smu->cmd_buf->cmd) { in smu_db_intr() 202 ack, smu->cmd_buf->cmd); in smu_db_intr()
|
/linux-4.1.27/drivers/tty/ipwireless/ |
D | hardware.c | 1067 unsigned short ack = 0; in ipwireless_handle_v1_interrupt() local 1072 ack |= IR_TXINTR; in ipwireless_handle_v1_interrupt() 1079 ack |= IR_RXINTR; in ipwireless_handle_v1_interrupt() 1084 if (ack != 0) { in ipwireless_handle_v1_interrupt() 1085 outw(ack, hw->base_port + IOIR); in ipwireless_handle_v1_interrupt()
|
/linux-4.1.27/net/ipv6/ |
D | tcp_ipv6.c | 734 u32 ack, u32 win, u32 tsval, u32 tsecr, in tcp_v6_send_response() argument 771 t1->ack_seq = htonl(ack); in tcp_v6_send_response() 772 t1->ack = !rst || !th->ack; in tcp_v6_send_response() 885 if (th->ack) in tcp_v6_send_reset() 904 u32 ack, u32 win, u32 tsval, u32 tsecr, int oif, in tcp_v6_send_ack() argument 908 tcp_v6_send_response(sk, skb, seq, ack, win, tsval, tsecr, oif, key, 0, in tcp_v6_send_ack()
|
D | syncookies.c | 171 if (!sysctl_tcp_syncookies || !th->ack || th->rst) in cookie_v6_check()
|
/linux-4.1.27/Documentation/devicetree/bindings/mfd/ |
D | qcom-rpm.txt | 33 Definition: must be the three strings "ack", "err" and "wakeup", in order 238 interrupt-names = "ack", "err", "wakeup";
|
/linux-4.1.27/drivers/gpio/ |
D | gpio-tz1090.c | 489 gc->chip_types[0].regs.ack = REG_GPIO_IRQ_STS; in tz1090_gpio_bank_probe() 502 gc->chip_types[1].regs.ack = REG_GPIO_IRQ_STS; in tz1090_gpio_bank_probe()
|
D | gpio-tb10x.c | 271 gc->chip_types[0].regs.ack = OFFSET_TO_REG_CHANGE; in tb10x_gpio_probe()
|
D | gpio-mxs.c | 214 ct->regs.ack = PINCTRL_IRQSTAT(port) + MXS_CLR; in mxs_gpio_init_gc()
|
/linux-4.1.27/Documentation/arm/ |
D | Interrupts | 59 void (*ack)(unsigned int irq); 78 ack - required. May be the same function as mask for IRQs
|
/linux-4.1.27/drivers/isdn/isdnloop/ |
D | isdnloop.c | 57 int rch = card->rch[ch], len, ack; in isdnloop_bchan_send() local 66 ack = *(skb->head); /* used as scratch area */ in isdnloop_bchan_send() 1413 if_sendbuf(int id, int channel, int ack, struct sk_buff *skb) in if_sendbuf() argument 1421 *(skb->head) = ack; in if_sendbuf()
|
/linux-4.1.27/drivers/net/arcnet/ |
D | capmode.c | 215 ackpkt->soft.cap.mes.ack=acked; in ack_tx()
|
/linux-4.1.27/sound/mips/ |
D | hal2.c | 576 substream->ops->ack(substream); in hal2_playback_trigger() 721 .ack = hal2_playback_ack, 733 .ack = hal2_capture_ack,
|
/linux-4.1.27/drivers/net/wireless/rt2x00/ |
D | rt2800usb.c | 553 int wcid, ack, pid; in rt2800usb_txdone_entry_check() local 565 ack = rt2x00_get_field32(reg, TX_STA_FIFO_TX_ACK_REQUIRED); in rt2800usb_txdone_entry_check() 580 if (wcid != tx_wcid || ack != tx_ack || (!is_agg && pid != tx_pid)) { in rt2800usb_txdone_entry_check()
|
/linux-4.1.27/drivers/staging/rtl8188eu/include/ |
D | wifi.h | 345 #define SetAckpolicy(pbuf, ack) \ argument 346 *(__le16 *)(pbuf) |= cpu_to_le16((ack & 3) << 5)
|
/linux-4.1.27/drivers/net/ethernet/sun/ |
D | sunvnet.c | 525 desc->hdr.state, desc->hdr.ack, in vnet_walk_rx_one() 537 *needs_ack = desc->hdr.ack; in vnet_walk_rx_one() 554 int ack = 0, err = vnet_walk_rx_one(port, dr, start, &ack); in vnet_walk_rx() local 564 if (ack && start != end) { in vnet_walk_rx() 1359 d->hdr.ack = VIO_ACK_DISABLE; in vnet_start_xmit()
|
/linux-4.1.27/sound/isa/gus/ |
D | gus_dma.c | 120 gus->gf1.dma_ack = block->ack; in snd_gf1_dma_next_block()
|
/linux-4.1.27/tools/hv/ |
D | hv_vss_daemon.c | 257 message->ack = 0; in main()
|
/linux-4.1.27/drivers/net/ethernet/intel/ixgbe/ |
D | ixgbe_phy.c | 1903 bool ack = true; in ixgbe_get_i2c_ack() local 1915 ack = ixgbe_get_i2c_data(hw, &i2cctl); in ixgbe_get_i2c_ack() 1918 if (ack == 0) in ixgbe_get_i2c_ack() 1922 if (ack == 1) { in ixgbe_get_i2c_ack()
|
/linux-4.1.27/drivers/isdn/icn/ |
D | icn.c | 705 icn_sendbuf(int channel, int ack, struct sk_buff *skb, icn_card *card) in icn_sendbuf() argument 727 *(skb_push(nskb, 1)) = ack ? 1 : 0; in icn_sendbuf() 1499 if_sendbuf(int id, int channel, int ack, struct sk_buff *skb) in if_sendbuf() argument 1506 return (icn_sendbuf(channel, ack, skb, card)); in if_sendbuf()
|
/linux-4.1.27/drivers/net/wireless/iwlwifi/mvm/ |
D | d3.c | 456 pkt->tcp.ack = 1; in iwl_mvm_build_tcp_packet() 460 pkt->tcp.ack = 1; in iwl_mvm_build_tcp_packet() 464 pkt->tcp.ack = 1; in iwl_mvm_build_tcp_packet() 467 pkt->tcp.ack = 1; in iwl_mvm_build_tcp_packet() 472 pkt->tcp.ack = 1; in iwl_mvm_build_tcp_packet()
|
/linux-4.1.27/drivers/video/fbdev/ |
D | uvesafb.c | 82 if (!task || msg->ack != task->ack) { in uvesafb_cn_callback() 166 m->ack = prandom_u32(); in uvesafb_exec() 178 task->ack = m->ack; in uvesafb_exec()
|
/linux-4.1.27/include/linux/ |
D | firewire.h | 310 int ack; member
|
/linux-4.1.27/net/netfilter/ipvs/ |
D | ip_vs_proto_tcp.c | 468 if (th->ack) in tcp_state_idx() 511 th->ack ? 'A' : '.', in set_tcp_state()
|
/linux-4.1.27/drivers/net/ethernet/intel/fm10k/ |
D | fm10k_mbx.c | 398 u16 mbmem_len, len, ack = fm10k_mbx_index_len(mbx, head, mbx->tail); in fm10k_mbx_pull_head() local 402 mbx->pulled += mbx->tail_len - ack; in fm10k_mbx_pull_head() 411 mbx->tail = fm10k_mbx_tail_add(mbx, len - ack); in fm10k_mbx_pull_head()
|
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/engine/gr/fuc/ |
D | hub.fuc | 269 // ack the context switch request 346 // none we handle; report to host and ack 370 // ack, and wake up main()
|
/linux-4.1.27/drivers/isdn/i4l/ |
D | isdn_common.c | 2002 isdn_writebuf_skb_stub(int drvidx, int chan, int ack, struct sk_buff *skb) in isdn_writebuf_skb_stub() argument 2022 ack = 1; in isdn_writebuf_skb_stub() 2023 ret = dev->drv[drvidx]->interface->writebuf_skb(drvidx, chan, ack, nskb); in isdn_writebuf_skb_stub() 2041 ret = dev->drv[drvidx]->interface->writebuf_skb(drvidx, chan, ack, skb_tmp); in isdn_writebuf_skb_stub() 2048 ret = dev->drv[drvidx]->interface->writebuf_skb(drvidx, chan, ack, skb); in isdn_writebuf_skb_stub()
|
/linux-4.1.27/drivers/net/wireless/ |
D | mac80211_hwsim.c | 1123 bool ack = false; in mac80211_hwsim_tx_frame_no_nl() local 1227 ack = true; in mac80211_hwsim_tx_frame_no_nl() 1241 return ack; in mac80211_hwsim_tx_frame_no_nl() 1252 bool ack; in mac80211_hwsim_tx() local 1306 ack = mac80211_hwsim_tx_frame_no_nl(hw, skb, channel); in mac80211_hwsim_tx() 1308 if (ack && skb->len >= 16) { in mac80211_hwsim_tx() 1319 if (!(txi->flags & IEEE80211_TX_CTL_NO_ACK) && ack) in mac80211_hwsim_tx()
|
/linux-4.1.27/drivers/scsi/fnic/ |
D | fcpio.h | 715 struct fcpio_ack ack; member
|
/linux-4.1.27/drivers/scsi/megaraid/ |
D | mbox_defs.h | 176 uint8_t ack; member
|
/linux-4.1.27/drivers/net/ethernet/qlogic/qlcnic/ |
D | qlcnic_83xx_init.c | 330 u32 ack, presence, val; in qlcnic_83xx_idc_check_reset_ack_reg() local 333 ack = QLCRDX(adapter->ahw, QLC_83XX_IDC_DRV_ACK); in qlcnic_83xx_idc_check_reset_ack_reg() 336 "%s: ack = 0x%x, presence = 0x%x\n", __func__, ack, presence); in qlcnic_83xx_idc_check_reset_ack_reg() 337 if (!((ack & presence) == presence)) { in qlcnic_83xx_idc_check_reset_ack_reg() 343 val = val & ~(ack ^ presence); in qlcnic_83xx_idc_check_reset_ack_reg()
|
/linux-4.1.27/sound/core/ |
D | compress_offload.c | 267 if (stream->ops->ack) in snd_compr_write_data() 268 stream->ops->ack(stream, count); in snd_compr_write_data()
|