Searched refs:acked (Results 1 – 21 of 21) sorted by relevance
/drivers/net/arcnet/ |
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()
|
D | arcdevice.h | 207 int (*ack_tx)(struct net_device *dev, int acked);
|
/drivers/remoteproc/ |
D | qcom_sysmon.c | 126 bool acked = false; in sysmon_request_shutdown() local 150 acked = true; in sysmon_request_shutdown() 155 return acked; in sysmon_request_shutdown() 335 bool acked = false; in ssctl_request_shutdown() local 361 acked = true; in ssctl_request_shutdown() 367 return acked; in ssctl_request_shutdown()
|
/drivers/net/wireless/ath/wil6210/ |
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/ath11k/ |
D | dp_tx.h | 14 bool acked; member
|
D | dp_tx.c | 347 if (ts->acked) { in ath11k_dp_tx_htt_tx_complete_buf() 378 ts.acked = (wbm_status == HAL_WBM_REL_HTT_TX_COMP_STATUS_OK); in ath11k_dp_tx_process_htt_tx_complete()
|
/drivers/virtio/ |
D | virtio_balloon.c | 98 wait_queue_head_t acked; member 149 wake_up(&vb->acked); in balloon_ack() 164 wait_event(vb->acked, virtqueue_get_buf(vq, &len)); in tell_host() 190 wait_event(vb->acked, virtqueue_get_buf(vq, &unused)); in virtballoon_free_page_report() 906 init_waitqueue_head(&vb->acked); in virtballoon_probe()
|
/drivers/net/wireless/broadcom/b43legacy/ |
D | xmit.h | 102 u8 acked; /* Wireless ACK received */ member
|
D | xmit.c | 582 if (!status->acked) in b43legacy_handle_txstatus() 615 status.acked = !!(tmp & 0x02); in b43legacy_handle_hwtxstatus()
|
D | debugfs.c | 159 stat->acked); in txstat_read_file()
|
D | pio.c | 500 if (status->acked) in b43legacy_pio_handle_txstatus()
|
D | dma.c | 1162 if (status->acked) in b43legacy_dma_handle_txstatus()
|
D | main.c | 727 stat.acked = !!(tmp & 0x0002); in handle_irq_transmit_status()
|
/drivers/net/wireless/realtek/rtw88/ |
D | tx.c | 191 struct sk_buff *skb, bool acked) in rtw_tx_report_tx_status() argument 197 if (acked) in rtw_tx_report_tx_status()
|
/drivers/net/wireless/broadcom/b43/ |
D | xmit.h | 223 u8 acked; /* Wireless ACK received */ member
|
D | xmit.c | 826 if (!status->acked) in b43_handle_txstatus() 859 if (status->acked) { in b43_fill_txstatus_report()
|
D | debugfs.c | 382 stat->acked); in txstat_read_file()
|
D | main.c | 1355 stat.acked = !!(tmp & 0x0002); in handle_irq_transmit_status()
|
/drivers/usb/musb/ |
D | cppi_dma.c | 1008 bool acked = false; in cppi_rx_scan() local 1069 acked = true; in cppi_rx_scan() 1086 if (!acked && last) { in cppi_rx_scan()
|
/drivers/scsi/aic7xxx/ |
D | aic79xx.seq | 1718 * some overrun bytes into the data FIFO and acked them 1885 * already seen and acked (REQINIT never comes true).
|
D | aic7xxx.seq | 1043 * the data FIFO and acked them on the bus. The only
|