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

1234567891011>>

/linux-master/tools/firewire/
H A Dnosy-dump.c138 /* we put the ack in the subaction struct for easy access. */
142 sa->ack = data[length / 4 - 1];
273 [0x0] = "no ack", [0x8] = "reserved (0x08)",
342 { "ack", 156, 4, 0, ack_names },
349 { "ack", 188, 4, 0, ack_names },
357 { "ack", 188, 4, 0, ack_names },
367 { "ack", -4, 4, 0, ack_names },
373 { "ack", -4, 4, 0, ack_names },
383 { "ack", -4, 4, 0, ack_names },
389 { "ack",
[all...]
/linux-master/net/tipc/
H A Dgroup.c343 /* Check if we were waiting for replicast ack from this member */
395 void tipc_group_update_bc_members(struct tipc_group *grp, int len, bool ack) argument
412 if (ack)
500 bool ack, deliver, update, leave = false; local
533 ack = false;
549 ack = msg_grp_bc_ack_req(hdr);
570 if (ack)
/linux-master/drivers/gpu/drm/amd/display/dc/dce/
H A Ddce_dmcu.c884 int cmd, ack, len; local
891 ack = data[1];
893 if (cmd != MCP_SEND_EDID_CEA || ack != EDID_CEA_CMD_ACK || len != 12)
909 int cmd, ack; local
916 ack = data[1];
921 if (ack == EDID_CEA_CMD_ACK)
/linux-master/drivers/gpu/drm/radeon/
H A Datombios_dp.c88 u8 delay, u8 *ack)
117 *ack = args.v1.ucReplyStatus;
166 u8 ack, delay = 0; local
198 tx_buf, tx_size, NULL, 0, delay, &ack);
214 tx_buf, tx_size, msg->buffer, msg->size, delay, &ack);
222 msg->reply = ack >> 4;
85 radeon_process_aux_ch(struct radeon_i2c_chan *chan, u8 *send, int send_bytes, u8 *recv, int recv_size, u8 delay, u8 *ack) argument
/linux-master/drivers/firewire/
H A Dohci.c908 p.ack = evt - 16;
920 p.ack = ACK_COMPLETE;
1347 packet->ack = RCODE_SEND_ERROR;
1406 packet->ack = RCODE_SEND_ERROR;
1422 packet->ack = RCODE_SEND_ERROR;
1451 packet->ack = RCODE_GENERATION;
1507 packet->ack = RCODE_CANCELLED;
1515 packet->ack = RCODE_GENERATION;
1520 packet->ack = RCODE_GENERATION;
1526 packet->ack
[all...]
/linux-master/drivers/gpu/drm/panthor/
H A Dpanthor_sched.c1152 csg_state = csg_iface->output->ack & CSG_STATE_MASK;
1419 panthor_fw_update_reqs(cs_iface, req, cs_iface->output->ack, CS_TILER_OOM);
1482 u32 req, ack, events; local
1488 ack = cs_iface->output->ack;
1489 events = (req ^ ack) & CS_EVT_MASK;
1503 panthor_fw_update_reqs(cs_iface, req, ack, CS_FATAL | CS_FAULT);
1568 u32 req, ack, cs_irq_req, cs_irq_ack, cs_irqs, csg_events; local
1579 ack = READ_ONCE(csg_iface->output->ack);
1644 u32 req, ack, evts; 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/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/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/drivers/iio/accel/
H A Dbmc150-accel-core.c1215 /* new data interrupts don't need ack */
1323 bool ack = false; local
1332 ack = true;
1338 ack = true;
1341 if (ack) {
1362 bool ack = false; local
1371 ack = true;
1379 if (ack)
/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 < 0) {
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::__anon416
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[
2247 enum thread_msg ack = THREAD_MSG__UNDEFINED; local
[all...]
/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
219 /* Adapt the MSS value used to make delayed ack decision to the
800 * behavior of the tp->ato delayed ack timeout interval. When a
801 * connection starts up, we want to ack as quickly as possible. The
3192 static void tcp_cong_avoid(struct sock *sk, u32 ack, u32 acked) argument
3196 icsk->icsk_ca_ops->cong_avoid(sk, ack, acked);
3279 * is before the ack sequence we can discard it as it's confirmed to have
3539 static void tcp_cong_control(struct sock *sk, u32 ack, u32 acked_sacked, argument
3545 icsk->icsk_ca_ops->cong_control(sk, ack, fla
3562 tcp_may_update_window(const struct tcp_sock *tp, const u32 ack, const u32 ack_seq, const u32 nwin) argument
3571 tcp_snd_sne_update(struct tcp_sock *tp, u32 ack) argument
3587 tcp_snd_una_update(struct tcp_sock *tp, u32 ack) argument
3628 tcp_ack_update_window(struct sock *sk, const struct sk_buff *skb, u32 ack, u32 ack_seq) argument
3767 tcp_process_tlp_ack(struct sock *sk, u32 ack, int flag) argument
3851 u32 ack = TCP_SKB_CB(skb)->ack_seq; local
4389 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/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/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.c680 * @ack: callback to be called for woken streams
685 void (*ack)(struct hdac_bus *,
700 if (ack)
701 ack(bus, azx_dev);
/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)

Completed in 695 milliseconds

1234567891011>>