Home
last modified time | relevance | path

Searched refs:work_to_do (Results 1 - 25 of 50) sorted by relevance

12

/kernel/linux/linux-5.10/drivers/scsi/fnic/
H A Dvnic_cq_copy.h28 unsigned int work_to_do) in vnic_cq_copy_service()
55 if (work_done >= work_to_do) in vnic_cq_copy_service()
23 vnic_cq_copy_service( struct vnic_cq *cq, int (*q_service)(struct vnic_dev *vdev, unsigned int index, struct fcpio_fw_req *desc), unsigned int work_to_do) vnic_cq_copy_service() argument
H A Dvnic_cq.h71 unsigned int work_to_do, in vnic_cq_service()
104 if (work_done >= work_to_do) in vnic_cq_service()
70 vnic_cq_service(struct vnic_cq *cq, unsigned int work_to_do, int (*q_service)(struct vnic_dev *vdev, struct cq_desc *cq_desc, u8 type, u16 q_number, u16 completed_index, void *opaque), void *opaque) vnic_cq_service() argument
/kernel/linux/linux-5.10/drivers/scsi/snic/
H A Dvnic_cq_fw.h28 unsigned int work_to_do) in vnic_cq_fw_service()
55 if (work_done >= work_to_do) in vnic_cq_fw_service()
24 vnic_cq_fw_service(struct vnic_cq *cq, int (*q_service)(struct vnic_dev *vdev, unsigned int index, struct snic_fw_req *desc), unsigned int work_to_do) vnic_cq_fw_service() argument
H A Dvnic_cq.h61 unsigned int work_to_do, in svnic_cq_service()
94 if (work_done >= work_to_do) in svnic_cq_service()
60 svnic_cq_service(struct vnic_cq *cq, unsigned int work_to_do, int (*q_service)(struct vnic_dev *vdev, struct cq_desc *cq_desc, u8 type, u16 q_number, u16 completed_index, void *opaque), void *opaque) svnic_cq_service() argument
H A Dsnic_io.c80 snic_wq_cmpl_handler(struct snic *snic, int work_to_do) in snic_wq_cmpl_handler() argument
88 work_to_do, in snic_wq_cmpl_handler()
/kernel/linux/linux-6.6/drivers/scsi/snic/
H A Dvnic_cq_fw.h14 unsigned int work_to_do) in vnic_cq_fw_service()
41 if (work_done >= work_to_do) in vnic_cq_fw_service()
10 vnic_cq_fw_service(struct vnic_cq *cq, int (*q_service)(struct vnic_dev *vdev, unsigned int index, struct snic_fw_req *desc), unsigned int work_to_do) vnic_cq_fw_service() argument
H A Dvnic_cq.h47 unsigned int work_to_do, in svnic_cq_service()
80 if (work_done >= work_to_do) in svnic_cq_service()
46 svnic_cq_service(struct vnic_cq *cq, unsigned int work_to_do, int (*q_service)(struct vnic_dev *vdev, struct cq_desc *cq_desc, u8 type, u16 q_number, u16 completed_index, void *opaque), void *opaque) svnic_cq_service() argument
H A Dsnic_io.c66 snic_wq_cmpl_handler(struct snic *snic, int work_to_do) in snic_wq_cmpl_handler() argument
74 work_to_do, in snic_wq_cmpl_handler()
/kernel/linux/linux-6.6/drivers/scsi/fnic/
H A Dvnic_cq_copy.h16 unsigned int work_to_do) in vnic_cq_copy_service()
43 if (work_done >= work_to_do) in vnic_cq_copy_service()
11 vnic_cq_copy_service( struct vnic_cq *cq, int (*q_service)(struct vnic_dev *vdev, unsigned int index, struct fcpio_fw_req *desc), unsigned int work_to_do) vnic_cq_copy_service() argument
H A Dvnic_cq.h59 unsigned int work_to_do, in vnic_cq_service()
92 if (work_done >= work_to_do) in vnic_cq_service()
58 vnic_cq_service(struct vnic_cq *cq, unsigned int work_to_do, int (*q_service)(struct vnic_dev *vdev, struct cq_desc *cq_desc, u8 type, u16 q_number, u16 completed_index, void *opaque), void *opaque) vnic_cq_service() argument
/kernel/linux/linux-5.10/drivers/net/ethernet/cisco/enic/
H A Dvnic_cq.h73 unsigned int work_to_do, in vnic_cq_service()
106 if (work_done >= work_to_do) in vnic_cq_service()
72 vnic_cq_service(struct vnic_cq *cq, unsigned int work_to_do, int (*q_service)(struct vnic_dev *vdev, struct cq_desc *cq_desc, u8 type, u16 q_number, u16 completed_index, void *opaque), void *opaque) vnic_cq_service() argument
/kernel/linux/linux-6.6/drivers/net/ethernet/cisco/enic/
H A Dvnic_cq.h60 unsigned int work_to_do, in vnic_cq_service()
93 if (work_done >= work_to_do) in vnic_cq_service()
59 vnic_cq_service(struct vnic_cq *cq, unsigned int work_to_do, int (*q_service)(struct vnic_dev *vdev, struct cq_desc *cq_desc, u8 type, u16 q_number, u16 completed_index, void *opaque), void *opaque) vnic_cq_service() argument
/kernel/linux/linux-5.10/drivers/net/xen-netback/
H A Dnetback.c234 int work_to_do) in xenvif_count_requests()
247 if (slots >= work_to_do) { in xenvif_count_requests()
250 work_to_do); in xenvif_count_requests()
727 int work_to_do) in xenvif_get_extras()
733 if (unlikely(work_to_do-- <= 0)) { in xenvif_get_extras()
755 return work_to_do; in xenvif_get_extras()
930 int work_to_do; in xenvif_tx_build_gops() local
945 work_to_do = RING_HAS_UNCONSUMED_REQUESTS(&queue->tx); in xenvif_tx_build_gops()
946 if (!work_to_do) in xenvif_tx_build_gops()
960 work_to_do in xenvif_tx_build_gops()
230 xenvif_count_requests(struct xenvif_queue *queue, struct xen_netif_tx_request *first, unsigned int extra_count, struct xen_netif_tx_request *txp, int work_to_do) xenvif_count_requests() argument
724 xenvif_get_extras(struct xenvif_queue *queue, struct xen_netif_extra_info *extras, unsigned int *extra_count, int work_to_do) xenvif_get_extras() argument
[all...]
/kernel/linux/linux-6.6/drivers/net/xen-netback/
H A Dnetback.c234 int work_to_do) in xenvif_count_requests()
247 if (slots >= work_to_do) { in xenvif_count_requests()
250 work_to_do); in xenvif_count_requests()
727 int work_to_do) in xenvif_get_extras()
733 if (unlikely(work_to_do-- <= 0)) { in xenvif_get_extras()
755 return work_to_do; in xenvif_get_extras()
929 int work_to_do; in xenvif_tx_build_gops() local
943 work_to_do = XEN_RING_NR_UNCONSUMED_REQUESTS(&queue->tx); in xenvif_tx_build_gops()
944 if (!work_to_do) in xenvif_tx_build_gops()
958 work_to_do in xenvif_tx_build_gops()
230 xenvif_count_requests(struct xenvif_queue *queue, struct xen_netif_tx_request *first, unsigned int extra_count, struct xen_netif_tx_request *txp, int work_to_do) xenvif_count_requests() argument
724 xenvif_get_extras(struct xenvif_queue *queue, struct xen_netif_extra_info *extras, unsigned int *extra_count, int work_to_do) xenvif_get_extras() argument
[all...]
/kernel/linux/linux-5.10/drivers/net/ethernet/pensando/ionic/
H A Dionic_dev.c505 unsigned int ionic_cq_service(struct ionic_cq *cq, unsigned int work_to_do, in ionic_cq_service() argument
512 if (work_to_do == 0) in ionic_cq_service()
523 if (++work_done >= work_to_do) in ionic_cq_service()
H A Dionic_dev.h327 unsigned int ionic_cq_service(struct ionic_cq *cq, unsigned int work_to_do,
/kernel/linux/linux-5.10/net/mac80211/
H A Doffchannel.c969 bool work_to_do = false; in ieee80211_roc_purge() local
983 work_to_do = true; in ieee80211_roc_purge()
989 if (work_to_do) in ieee80211_roc_purge()
/kernel/linux/linux-6.6/drivers/net/ethernet/pensando/ionic/
H A Dionic_dev.c670 unsigned int ionic_cq_service(struct ionic_cq *cq, unsigned int work_to_do, in ionic_cq_service() argument
677 if (work_to_do == 0) in ionic_cq_service()
687 if (++work_done >= work_to_do) in ionic_cq_service()
/kernel/linux/linux-6.6/net/mac80211/
H A Doffchannel.c1007 bool work_to_do = false; in ieee80211_roc_purge() local
1021 work_to_do = true; in ieee80211_roc_purge()
1027 if (work_to_do) in ieee80211_roc_purge()
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/e1000/
H A De1000.h250 int *work_done, int work_to_do);
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/e1000/
H A De1000.h250 int *work_done, int work_to_do);
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/
H A Dsb1250-mac.c278 int work_to_do, int poll);
1037 * SBDMA_RX_PROCESS(sc,d,work_to_do,poll)
1044 * work_to_do - no. of packets to process before enabling interrupt
1053 int work_to_do, int poll) in sbdma_rx_process()
1072 while (work_to_do-- > 0) { in sbdma_rx_process()
1192 work_to_do = 32; in sbdma_rx_process()
1052 sbdma_rx_process(struct sbmac_softc *sc, struct sbmacdma *d, int work_to_do, int poll) sbdma_rx_process() argument
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/
H A Dsb1250-mac.c278 int work_to_do, int poll);
1037 * SBDMA_RX_PROCESS(sc,d,work_to_do,poll)
1044 * work_to_do - no. of packets to process before enabling interrupt
1053 int work_to_do, int poll) in sbdma_rx_process()
1072 while (work_to_do-- > 0) { in sbdma_rx_process()
1192 work_to_do = 32; in sbdma_rx_process()
1052 sbdma_rx_process(struct sbmac_softc *sc, struct sbmacdma *d, int work_to_do, int poll) sbdma_rx_process() argument
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/e1000e/
H A De1000.h253 int work_to_do) ____cacheline_aligned_in_smp;
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/e1000e/
H A De1000.h256 int work_to_do) ____cacheline_aligned_in_smp;

Completed in 22 milliseconds

12