Searched refs:ack (Results 176 - 200 of 400) sorted by relevance

1234567891011>>

/linux-master/drivers/firewire/
H A Dohci.c903 p.ack = evt - 16;
916 p.ack = ACK_COMPLETE;
1343 packet->ack = RCODE_SEND_ERROR;
1402 packet->ack = RCODE_SEND_ERROR;
1418 packet->ack = RCODE_SEND_ERROR;
1447 packet->ack = RCODE_GENERATION;
1503 packet->ack = RCODE_CANCELLED;
1511 packet->ack = RCODE_GENERATION;
1516 packet->ack = RCODE_GENERATION;
1522 packet->ack
[all...]
/linux-master/tools/perf/
H A Dbuiltin-daemon.c34 #define SESSION_ACK "ack"
379 perror("failed: create ack fifo");
516 int control, ack = -1, len; local
530 /* open the ack file */
534 ack = open(ack_path, O_RDONLY, O_NONBLOCK);
535 if (!ack) {
554 /* wait for an ack */
555 pollfd.fd = ack;
558 pr_err("failed: control ack timeout\n");
563 pr_err("failed: did not received an ack\
[all...]
H A Dbuiltin-record.c106 int ack[2]; member in struct:record_thread::__anon1546
1013 thread_data->pipes.ack[0] = -1;
1014 thread_data->pipes.ack[1] = -1;
1022 if (pipe(thread_data->pipes.ack)) {
1030 pr_debug2("thread_data[%p]: msg=[%d,%d], ack=[%d,%d]\n", thread_data,
1032 thread_data->pipes.ack[0], thread_data->pipes.ack[1]);
1047 if (thread_data->pipes.ack[0] != -1) {
1048 close(thread_data->pipes.ack[0]);
1049 thread_data->pipes.ack[
2249 enum thread_msg ack = THREAD_MSG__UNDEFINED; local
[all...]
/linux-master/arch/powerpc/platforms/powermac/
H A Dlow_i2c.c242 u8 ack; local
261 ack = kw_read_reg(reg_status);
262 if (ack & KW_I2C_STAT_BUSY)
272 ack = kw_read_reg(reg_status);
277 if ((ack & KW_I2C_STAT_LAST_AAK) == 0) {
308 ack = kw_read_reg(reg_status);
309 if ((ack & KW_I2C_STAT_LAST_AAK) == 0) {
/linux-master/drivers/gpu/drm/i915/gt/
H A Dintel_reset.c301 /* Wait for the device to ack the reset requests. */
495 ENGINE_TRACE(engine, "Wait for SFC forced lock ack failed\n");
567 u32 request, mask, ack; local
573 ack = intel_uncore_read_fw(uncore, reg);
574 if (ack & RESET_CTL_CAT_ERROR) {
583 ack = 0;
584 } else if (!(ack & RESET_CTL_READY_TO_RESET)) {
587 ack = RESET_CTL_READY_TO_RESET;
593 ret = __intel_wait_for_register_fw(uncore, reg, mask, ack,
/linux-master/net/rds/
H A Dsend.c485 static inline int rds_send_is_acked(struct rds_message *rm, u64 ack, argument
489 return is_acked(rm, ack);
490 return be64_to_cpu(rm->m_inc.i_hdr.h_sequence) <= ack;
685 void rds_send_path_drop_acked(struct rds_conn_path *cp, u64 ack, argument
695 if (!rds_send_is_acked(rm, ack, is_acked))
713 void rds_send_drop_acked(struct rds_connection *conn, u64 ack, argument
717 rds_send_path_drop_acked(&conn->c_path[0], ack, is_acked);
798 * from racing with ack processing.
/linux-master/net/ipv4/
H A Dtcp_input.c40 * next packet on ack of previous packet.
49 * Andi Kleen: Make sure we never ack data there is not
218 /* Adapt the MSS value used to make delayed ack decision to the
797 * behavior of the tp->ato delayed ack timeout interval. When a
798 * connection starts up, we want to ack as quickly as possible. The
3189 static void tcp_cong_avoid(struct sock *sk, u32 ack, u32 acked) argument
3193 icsk->icsk_ca_ops->cong_avoid(sk, ack, acked);
3276 * is before the ack sequence we can discard it as it's confirmed to have
3536 static void tcp_cong_control(struct sock *sk, u32 ack, u32 acked_sacked, argument
3551 tcp_cong_avoid(sk, ack, acked_sacke
3559 tcp_may_update_window(const struct tcp_sock *tp, const u32 ack, const u32 ack_seq, const u32 nwin) argument
3568 tcp_snd_sne_update(struct tcp_sock *tp, u32 ack) argument
3584 tcp_snd_una_update(struct tcp_sock *tp, u32 ack) argument
3625 tcp_ack_update_window(struct sock *sk, const struct sk_buff *skb, u32 ack, u32 ack_seq) argument
3764 tcp_process_tlp_ack(struct sock *sk, u32 ack, int flag) argument
3848 u32 ack = TCP_SKB_CB(skb)->ack_seq; local
4386 u32 ack = TCP_SKB_CB(skb)->ack_seq; local
[all...]
/linux-master/drivers/gpu/drm/gma500/
H A Dcdv_intel_dp.c674 uint8_t ack; local
685 ret = cdv_intel_dp_aux_ch(encoder, msg, msg_bytes, &ack, 1);
688 ack >>= 4;
689 if ((ack & DP_AUX_NATIVE_REPLY_MASK) == DP_AUX_NATIVE_REPLY_ACK)
691 else if ((ack & DP_AUX_NATIVE_REPLY_MASK) == DP_AUX_NATIVE_REPLY_DEFER)
716 uint8_t ack; local
734 ack = reply[0] >> 4;
735 if ((ack & DP_AUX_NATIVE_REPLY_MASK) == DP_AUX_NATIVE_REPLY_ACK) {
739 else if ((ack & DP_AUX_NATIVE_REPLY_MASK) == DP_AUX_NATIVE_REPLY_DEFER)
/linux-master/kernel/
H A Daudit.c491 * @ack: netlink ack flag, cleared if ack'd here
498 struct sk_buff *skb, bool *ack)
514 /* send the ack now to avoid a race with the queue backlog */
515 if (*ack) {
518 *ack = false;
1215 bool *ack)
1309 skb, ack);
1557 bool ack; local
497 auditd_set(struct pid *pid, u32 portid, struct net *net, struct sk_buff *skb, bool *ack) argument
1214 audit_receive_msg(struct sk_buff *skb, struct nlmsghdr *nlh, bool *ack) argument
[all...]
/linux-master/arch/sparc/kernel/
H A Dleon_pci_grpci2.c507 int i, ack = 0; local
516 ack = 1;
527 ack = 1;
537 ack = 1;
545 if (ack)
/linux-master/arch/mips/include/asm/sn/sn0/
H A Dhubio.h541 ackcnt: 11, /* Invalidate ack count */
543 ack: 1, /* indicates data ack received */ member in struct:icrbb_u::__anon36
589 ackcnt: 11, /* Invalidate ack count */
591 ack: 1, /* indicates data ack received */ member in struct:h1_icrbb_u::__anon37
890 ack: 1, /* 17: Data ack received. */ member in struct:icrbp_a::__anon43
/linux-master/drivers/atm/
H A Dlanai.c898 /* look for ack */
901 goto error; /* No ack seen */
909 /* look again for ack */
912 goto error; /* Spurious ack */
1566 * resetter - at least ack whatever interrupt sent us
1802 u32 ack = 0; local
1804 ack = INT_SERVICE;
1810 ack |= reason & (INT_AAL0_STR | INT_AAL0);
1814 if (ack == reason)
1817 reason &= ~INT_STATS; /* No need to ack */
[all...]
/linux-master/drivers/net/wireless/ath/ath12k/
H A Dhtc.c235 static void ath12k_htc_suspend_complete(struct ath12k_base *ab, bool ack) argument
237 ath12k_dbg(ab, ATH12K_DBG_BOOT, "boot suspend complete %d\n", ack);
239 if (ack)
/linux-master/sound/hda/
H A Dhdac_controller.c567 * @ack: callback to be called for woken streams
572 void (*ack)(struct hdac_bus *,
587 if (ack)
588 ack(bus, azx_dev);
/linux-master/kernel/irq/
H A Dgeneric-chip.c121 irq_reg_writel(gc, mask, ct->regs.ack);
137 irq_reg_writel(gc, mask, ct->regs.ack);
142 * irq_gc_mask_disable_and_ack_set - Mask and ack pending interrupt
162 irq_reg_writel(gc, mask, ct->regs.ack);
/linux-master/arch/arm/mach-omap2/
H A Dprm44xx.c46 .ack = OMAP4_PRM_IRQSTATUS_MPU_OFFSET,
229 i * 4, omap4_prcm_irq_setup.ack + i * 4);
824 omap4_prcm_irq_setup.ack = AM43XX_PRM_IRQSTATUS_MPU_OFFSET;
/linux-master/drivers/net/ethernet/intel/fm10k/
H A Dfm10k_mbx.c385 u16 mbmem_len, len, ack = fm10k_mbx_index_len(mbx, head, mbx->tail); local
389 mbx->pulled += mbx->tail_len - ack;
398 mbx->tail = fm10k_mbx_tail_add(mbx, len - ack);
1060 u16 len, head, ack; local
1065 /* update mbx->pulled to account for tail_len and ack */
1067 ack = fm10k_mbx_index_len(mbx, head, mbx->tail);
1068 mbx->pulled += mbx->tail_len - ack;
/linux-master/drivers/power/supply/
H A Dqcom_battmgr.c297 struct completion ack; member in struct:qcom_battmgr
321 reinit_completion(&battmgr->ack);
329 left = wait_for_completion_timeout(&battmgr->ack, HZ);
1072 complete(&battmgr->ack);
1264 complete(&battmgr->ack);
1342 init_completion(&battmgr->ack);
/linux-master/net/netfilter/
H A Dnf_synproxy_core.c678 if (!th->syn || th->ack ||
694 if (!th->syn && th->ack &&
717 if (!th->syn || !th->ack)
1101 if (!th->syn || th->ack ||
1117 if (!th->syn && th->ack &&
1140 if (!th->syn || !th->ack)
/linux-master/sound/pci/ice1712/
H A Drevo.c125 static int revo_i2c_getdata(struct snd_i2c_bus *bus, int ack) argument
130 if (ack)
/linux-master/sound/drivers/mpu401/
H A Dmpu401_uart.c210 int ack)
232 if (ack && !(mpu->info_flags & MPU401_INFO_NO_ACK)) {
209 snd_mpu401_uart_cmd(struct snd_mpu401 * mpu, unsigned char cmd, int ack) argument
/linux-master/tools/testing/selftests/netfilter/
H A Dnft_nat_zones.sh190 tcp flags & (syn|ack) == ack add @inflows { ip saddr . tcp sport . meta iifname . ip daddr . tcp dport counter }
/linux-master/sound/firewire/dice/
H A Ddice-pcm.c413 .ack = capture_ack,
423 .ack = playback_ack,
/linux-master/sound/firewire/oxfw/
H A Doxfw-pcm.c419 .ack = pcm_capture_ack,
429 .ack = pcm_playback_ack,
/linux-master/drivers/gpio/
H A Dgpio-mxs.c207 ct->regs.ack = PINCTRL_IRQSTAT(port) + MXS_CLR;
219 ct->regs.ack = PINCTRL_IRQSTAT(port) + MXS_CLR;

Completed in 583 milliseconds

1234567891011>>