| /drivers/gpu/drm/panthor/ |
| A D | panthor_fw.c | 1204 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 D | panthor_fw.h | 470 u32 *acked, u32 timeout_ms); 472 int panthor_fw_glb_wait_acks(struct panthor_device *ptdev, u32 req_mask, u32 *acked,
|
| A D | panthor_sched.c | 1840 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 D | qcom_sysmon.c | 125 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 D | capmode.c | 185 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 D | arcdevice.h | 208 int (*ack_tx)(struct net_device *dev, int acked);
|
| /drivers/net/wireless/ath/wil6210/ |
| A D | txrx.h | 623 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 D | dp_tx.h | 14 bool acked; member
|
| A D | dp_tx.c | 616 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 D | dp_tx.h | 15 bool acked; member
|
| A D | dp_tx.c | 354 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 D | virtio_balloon.c | 91 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 D | mshv_eventfd.c | 50 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 D | xmit.h | 102 u8 acked; /* Wireless ACK received */ member
|
| A D | xmit.c | 582 if (!status->acked) in b43legacy_handle_txstatus() 615 status.acked = !!(tmp & 0x02); in b43legacy_handle_hwtxstatus()
|
| A D | debugfs.c | 158 stat->acked); in txstat_read_file()
|
| A D | pio.c | 500 if (status->acked) in b43legacy_pio_handle_txstatus()
|
| A D | dma.c | 1154 if (status->acked) in b43legacy_dma_handle_txstatus()
|
| A D | main.c | 727 stat.acked = !!(tmp & 0x0002); in handle_irq_transmit_status()
|
| /drivers/net/wireless/broadcom/b43/ |
| A D | xmit.h | 223 u8 acked; /* Wireless ACK received */ member
|
| A D | xmit.c | 826 if (!status->acked) in b43_handle_txstatus() 859 if (status->acked) { in b43_fill_txstatus_report()
|
| A D | debugfs.c | 381 stat->acked); in txstat_read_file()
|
| /drivers/net/wireless/realtek/rtw88/ |
| A D | tx.c | 215 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 D | aic79xx.seq | 1718 * some overrun bytes into the data FIFO and acked them 1885 * already seen and acked (REQINIT never comes true).
|
| A D | aic7xxx.seq | 1043 * the data FIFO and acked them on the bus. The only
|