Home
last modified time | relevance | path

Searched refs:acked (Results 1 – 25 of 26) sorted by relevance

12

/drivers/gpu/drm/panthor/
A Dpanthor_fw.c1204 u32 req_mask, u32 *acked, in panthor_fw_wait_acks() argument
1211 *acked = req_mask; in panthor_fw_wait_acks()
1228 *acked = ~(req ^ ack) & req_mask; in panthor_fw_wait_acks()
1243 u32 req_mask, u32 *acked, in panthor_fw_glb_wait_acks() argument
1255 req_mask, acked, timeout_ms); in panthor_fw_glb_wait_acks()
1270 u32 req_mask, u32 *acked, u32 timeout_ms) in panthor_fw_csg_wait_acks() argument
1281 req_mask, acked, timeout_ms); in panthor_fw_csg_wait_acks()
1289 if ((*acked & CSG_STATE_MASK) != CSG_STATE_MASK) in panthor_fw_csg_wait_acks()
1290 *acked &= ~CSG_STATE_MASK; in panthor_fw_csg_wait_acks()
1317 u32 acked; in panthor_fw_ping_work() local
[all …]
A Dpanthor_fw.h470 u32 *acked, u32 timeout_ms);
472 int panthor_fw_glb_wait_acks(struct panthor_device *ptdev, u32 req_mask, u32 *acked,
A Dpanthor_sched.c1840 u32 req_mask = ctx->requests[csg_id].mask, acked; in csgs_upd_ctx_apply_locked() local
1846 ret = panthor_fw_csg_wait_acks(ptdev, csg_id, req_mask, &acked, 100); in csgs_upd_ctx_apply_locked()
1848 if (acked & CSG_ENDPOINT_CONFIG) in csgs_upd_ctx_apply_locked()
1851 if (acked & CSG_STATE_MASK) in csgs_upd_ctx_apply_locked()
1854 if (acked & CSG_STATUS_UPDATE) { in csgs_upd_ctx_apply_locked()
1859 if (ret && acked != req_mask && in csgs_upd_ctx_apply_locked()
/drivers/remoteproc/
A Dqcom_sysmon.c125 bool acked = false; in sysmon_request_shutdown() local
149 acked = true; in sysmon_request_shutdown()
154 return acked; in sysmon_request_shutdown()
334 bool acked = false; in ssctl_request_shutdown() local
360 acked = true; in ssctl_request_shutdown()
366 return acked; in ssctl_request_shutdown()
/drivers/net/arcnet/
A Dcapmode.c185 static int ack_tx(struct net_device *dev, int acked) in ack_tx() argument
193 lp->outgoing.skb->protocol, acked); in ack_tx()
213 ackpkt->soft.cap.mes.ack = acked; in ack_tx()
A Darcdevice.h208 int (*ack_tx)(struct net_device *dev, int acked);
/drivers/net/wireless/ath/wil6210/
A Dtxrx.h623 static inline void wil_consume_skb(struct sk_buff *skb, bool acked) in wil_consume_skb() argument
626 skb_complete_wifi_ack(skb, acked); in wil_consume_skb()
628 acked ? dev_consume_skb_any(skb) : dev_kfree_skb_any(skb); in wil_consume_skb()
/drivers/net/wireless/ath/ath12k/
A Ddp_tx.h14 bool acked; member
A Ddp_tx.c616 if (ts->acked) { in ath12k_dp_tx_htt_tx_complete_buf()
674 ts.acked = (wbm_status == HAL_WBM_REL_HTT_TX_COMP_STATUS_OK); in ath12k_dp_tx_process_htt_tx_complete()
/drivers/net/wireless/ath/ath11k/
A Ddp_tx.h15 bool acked; member
A Ddp_tx.c354 if (ts->acked) { in ath11k_dp_tx_htt_tx_complete_buf()
406 ts.acked = (wbm_status == HAL_WBM_REL_HTT_TX_COMP_STATUS_OK); in ath11k_dp_tx_process_htt_tx_complete()
/drivers/virtio/
A Dvirtio_balloon.c91 wait_queue_head_t acked; member
180 wake_up(&vb->acked); in balloon_ack()
195 wait_event(vb->acked, virtqueue_get_buf(vq, &len)); in tell_host()
221 wait_event(vb->acked, virtqueue_get_buf(vq, &unused)); in virtballoon_free_page_report()
966 init_waitqueue_head(&vb->acked); in virtballoon_probe()
/drivers/hv/
A Dmshv_eventfd.c50 bool acked = false; in mshv_notify_acked_gsi() local
57 acked = true; in mshv_notify_acked_gsi()
62 return acked; in mshv_notify_acked_gsi()
/drivers/net/wireless/broadcom/b43legacy/
A Dxmit.h102 u8 acked; /* Wireless ACK received */ member
A Dxmit.c582 if (!status->acked) in b43legacy_handle_txstatus()
615 status.acked = !!(tmp & 0x02); in b43legacy_handle_hwtxstatus()
A Ddebugfs.c158 stat->acked); in txstat_read_file()
A Dpio.c500 if (status->acked) in b43legacy_pio_handle_txstatus()
A Ddma.c1154 if (status->acked) in b43legacy_dma_handle_txstatus()
A Dmain.c727 stat.acked = !!(tmp & 0x0002); in handle_irq_transmit_status()
/drivers/net/wireless/broadcom/b43/
A Dxmit.h223 u8 acked; /* Wireless ACK received */ member
A Dxmit.c826 if (!status->acked) in b43_handle_txstatus()
859 if (status->acked) { in b43_fill_txstatus_report()
A Ddebugfs.c381 stat->acked); in txstat_read_file()
/drivers/net/wireless/realtek/rtw88/
A Dtx.c215 struct sk_buff *skb, bool acked) in rtw_tx_report_tx_status() argument
221 if (acked) in rtw_tx_report_tx_status()
/drivers/scsi/aic7xxx/
A Daic79xx.seq1718 * some overrun bytes into the data FIFO and acked them
1885 * already seen and acked (REQINIT never comes true).
A Daic7xxx.seq1043 * the data FIFO and acked them on the bus. The only

Completed in 70 milliseconds

12