/drivers/net/ethernet/cisco/enic/ |
D | vnic_dev.c | 217 int wait) in _vnic_dev_cmd() 285 int wait) in _vnic_dev_cmd2() 444 u64 *a0, u64 *a1, int wait) in vnic_dev_cmd_proxy() 477 enum vnic_devcmd_cmd cmd, u64 *a0, u64 *a1, int wait) in vnic_dev_cmd_no_proxy() 505 u64 *a0, u64 *a1, int wait) in vnic_dev_cmd() 525 int wait = 1000; in vnic_dev_capable() local 537 int wait = 1000; in vnic_dev_fw_info() local 568 int wait = 1000; in vnic_dev_spec() local 590 int wait = 1000; in vnic_dev_stats_dump() local 610 int wait = 1000; in vnic_dev_close() local [all …]
|
D | enic_res.c | 112 int wait = 1000; in enic_add_vlan() local 125 int wait = 1000; in enic_del_vlan() local 142 int wait = 1000; in enic_set_nic_cfg() local 161 int wait = 1000; in enic_set_rss_key() local 169 int wait = 1000; in enic_set_rss_cpu() local
|
/drivers/infiniband/hw/hfi1/ |
D | iowait.h | 121 struct iowait_work wait[IOWAIT_SES]; member 148 static inline bool iowait_schedule(struct iowait *wait, in iowait_schedule() 160 static inline bool iowait_tid_schedule(struct iowait *wait, in iowait_tid_schedule() 174 static inline void iowait_sdma_drain(struct iowait *wait) in iowait_sdma_drain() 185 static inline int iowait_sdma_pending(struct iowait *wait) in iowait_sdma_pending() 194 static inline void iowait_sdma_inc(struct iowait *wait) in iowait_sdma_inc() 203 static inline void iowait_sdma_add(struct iowait *wait, int count) in iowait_sdma_add() 212 static inline int iowait_sdma_dec(struct iowait *wait) in iowait_sdma_dec() 227 static inline void iowait_pio_drain(struct iowait *wait) in iowait_pio_drain() 240 static inline int iowait_pio_pending(struct iowait *wait) in iowait_pio_pending() [all …]
|
D | iowait.c | 12 void iowait_set_flag(struct iowait *wait, u32 flag) in iowait_set_flag() 18 bool iowait_flag_set(struct iowait *wait, u32 flag) in iowait_flag_set() 23 inline void iowait_clear_flag(struct iowait *wait, u32 flag) in iowait_clear_flag() 41 void iowait_init(struct iowait *wait, u32 tx_limit, in iowait_init() 45 struct iowait_work *wait, in iowait_init() 49 void (*wakeup)(struct iowait *wait, int reason), in iowait_init() 50 void (*sdma_drained)(struct iowait *wait), in iowait_init() 51 void (*init_priority)(struct iowait *wait)) in iowait_init()
|
D | qp.c | 411 void hfi1_qp_unbusy(struct rvt_qp *qp, struct iowait_work *wait) in hfi1_qp_unbusy() 438 struct iowait_work *wait, in iowait_sleep() 493 static void iowait_wakeup(struct iowait *wait, int reason) in iowait_wakeup() 501 static void iowait_sdma_drained(struct iowait *wait) in iowait_sdma_drained()
|
/drivers/scsi/fnic/ |
D | vnic_dev.c | 245 static int vnic_dev_cmd1(struct vnic_dev *vdev, enum vnic_devcmd_cmd cmd, int wait) in vnic_dev_cmd1() 308 int wait) in vnic_dev_cmd2() 497 enum vnic_devcmd_cmd cmd, u64 *a0, u64 *a1, int wait) in vnic_dev_cmd_no_proxy() 514 u64 *a0, u64 *a1, int wait) in vnic_dev_cmd() 530 int wait = 1000; in vnic_dev_fw_info() local 555 int wait = 1000; in vnic_dev_spec() local 587 int wait = 1000; in vnic_dev_stats_clear() local 594 int wait = 1000; in vnic_dev_stats_dump() local 613 int wait = 1000; in vnic_dev_close() local 620 int wait = 1000; in vnic_dev_enable() local [all …]
|
/drivers/scsi/snic/ |
D | vnic_dev.c | 248 int wait) in _svnic_dev_cmd2() 434 u64 *a0, u64 *a1, int wait) in svnic_dev_cmd() 454 int wait = VNIC_DVCMD_TMO; in svnic_dev_fw_info() local 479 int wait = VNIC_DVCMD_TMO; in svnic_dev_spec() local 511 int wait = VNIC_DVCMD_TMO; in svnic_dev_stats_clear() local 519 int wait = VNIC_DVCMD_TMO; in svnic_dev_stats_dump() local 538 int wait = VNIC_DVCMD_TMO; in svnic_dev_close() local 546 int wait = VNIC_DVCMD_TMO; in svnic_dev_enable_wait() local 559 int wait = VNIC_DVCMD_TMO; in svnic_dev_disable() local 567 int wait = VNIC_DVCMD_TMO; in svnic_dev_open() local [all …]
|
/drivers/gpu/drm/omapdrm/ |
D | omap_irq.c | 22 struct omap_irq_wait *wait; in omap_irq_update() local 35 static void omap_irq_wait_handler(struct omap_irq_wait *wait) in omap_irq_wait_handler() 45 struct omap_irq_wait *wait = kzalloc(sizeof(*wait), GFP_KERNEL); in omap_irq_wait_init() local 60 int omap_irq_wait(struct drm_device *dev, struct omap_irq_wait *wait, in omap_irq_wait() 209 struct omap_irq_wait *wait, *n; in omap_irq_handler() local
|
/drivers/gpu/drm/i915/display/ |
D | intel_display_rps.c | 15 struct wait_queue_entry wait; member 24 struct wait_rps_boost *wait = container_of(_wait, typeof(*wait), wait); in do_rps_boost() local 46 struct wait_rps_boost *wait; in intel_display_rps_boost_after_vblank() local
|
/drivers/net/mdio/ |
D | mdio-xgene.c | 27 u8 wait = 10; in xgene_mdio_rd_mac() local 54 u8 wait = 10; in xgene_mdio_wr_mac() local 82 u8 wait = 10; in xgene_mdio_rgmii_read() local 108 u8 wait = 10; in xgene_mdio_rgmii_write() local 142 u8 wait = 10; in xgene_enet_ecc_init() local
|
/drivers/gpu/drm/nouveau/nvif/ |
D | timer.c | 26 nvif_timer_wait_test(struct nvif_timer_wait *wait) in nvif_timer_wait_test() 51 struct nvif_timer_wait *wait) in nvif_timer_wait_init()
|
/drivers/md/bcache/ |
D | alloc.c | 392 long bch_bucket_alloc(struct cache *ca, unsigned int reserve, bool wait) in bch_bucket_alloc() 489 struct bkey *k, bool wait) in __bch_bucket_alloc_set() 521 struct bkey *k, bool wait) in bch_bucket_alloc_set() 611 bool wait) in bch_alloc_sectors()
|
/drivers/net/ethernet/rocker/ |
D | rocker_main.c | 49 wait_queue_head_t wait; member 54 static void rocker_wait_reset(struct rocker_wait *wait) in rocker_wait_reset() 60 static void rocker_wait_init(struct rocker_wait *wait) in rocker_wait_init() 68 struct rocker_wait *wait; in rocker_wait_create() local 76 static void rocker_wait_destroy(struct rocker_wait *wait) in rocker_wait_destroy() 81 static bool rocker_wait_event_timeout(struct rocker_wait *wait, in rocker_wait_event_timeout() 90 static void rocker_wait_wake_up(struct rocker_wait *wait) in rocker_wait_wake_up() 157 struct rocker_wait *wait, u32 test_type, in rocker_dma_test_one() 186 struct rocker_wait *wait, int offset) in rocker_dma_test_offset() 246 struct rocker_wait *wait) in rocker_dma_test() [all …]
|
/drivers/crypto/caam/ |
D | caamrng.c | 147 static int caam_read(struct hwrng *rng, void *dst, size_t max, bool wait) in caam_read() 176 static inline void test_len(struct hwrng *rng, size_t len, bool wait) in test_len() 205 static inline void test_mode_once(struct hwrng *rng, bool wait) in test_mode_once()
|
/drivers/net/ethernet/apm/xgene-v2/ |
D | mdio.c | 16 u8 wait = 10; in xge_mdio_write() local 40 u8 wait = 10; in xge_mdio_read() local
|
/drivers/staging/vc04_services/bcm2835-audio/ |
D | bcm2835-vchiq.c | 40 struct vc_audio_msg *m, bool wait) in bcm2835_audio_send_msg_locked() 76 struct vc_audio_msg *m, bool wait) in bcm2835_audio_send_msg() 87 int type, bool wait) in bcm2835_audio_send_simple()
|
/drivers/gpu/drm/msm/disp/ |
D | mdp_kms.c | 81 struct mdp_irq_wait *wait = in wait_irq() local 89 struct mdp_irq_wait wait = { in mdp_irq_wait() local
|
/drivers/gpu/drm/nouveau/nvkm/subdev/timer/ |
D | base.c | 27 nvkm_timer_wait_test(struct nvkm_timer_wait *wait) in nvkm_timer_wait_test() 55 struct nvkm_timer_wait *wait) in nvkm_timer_wait_init()
|
/drivers/net/ethernet/chelsio/cxgb3/ |
D | ael1002.c | 153 static int ael1002_reset(struct cphy *phy, int wait) in ael1002_reset() 222 static int ael1006_reset(struct cphy *phy, int wait) in ael1006_reset() 394 static int ael2005_reset(struct cphy *phy, int wait) in ael2005_reset() 722 static int ael2020_reset(struct cphy *phy, int wait) in ael2020_reset() 885 static int xaui_direct_reset(struct cphy *phy, int wait) in xaui_direct_reset()
|
/drivers/gpu/drm/ |
D | drm_syncobj.c | 261 struct syncobj_wait_entry *wait) in drm_syncobj_fence_add_wait() 286 struct syncobj_wait_entry *wait) in drm_syncobj_remove_wait() 435 struct syncobj_wait_entry wait; in drm_syncobj_find_fence() local 997 struct syncobj_wait_entry *wait = in syncobj_wait_fence_func() local 1004 struct syncobj_wait_entry *wait) in syncobj_wait_syncobj_func() 1209 struct drm_syncobj_wait *wait, in drm_syncobj_array_wait()
|
/drivers/net/wwan/iosm/ |
D | iosm_ipc_task_queue.c | 81 size_t size, bool is_copy, bool wait) in ipc_task_queue_add_task() 143 int arg, void *msg, size_t size, bool wait) in ipc_task_queue_send_task()
|
/drivers/char/hw_random/ |
D | mtk-rng.c | 70 static bool mtk_rng_wait_ready(struct hwrng *rng, bool wait) in mtk_rng_wait_ready() 83 static int mtk_rng_read(struct hwrng *rng, void *buf, size_t max, bool wait) in mtk_rng_read()
|
/drivers/virt/gunyah/ |
D | gunyah_irqfd.c | 25 wait_queue_entry_t wait; member 29 static int irqfd_wakeup(wait_queue_entry_t *wait, unsigned int mode, int sync, in irqfd_wakeup()
|
/drivers/gpu/drm/nouveau/nvkm/core/ |
D | event.c | 98 nvkm_event_ntfy_block_(struct nvkm_event_ntfy *ntfy, bool wait) in nvkm_event_ntfy_block_() 146 nvkm_event_ntfy_add(struct nvkm_event *event, int id, u32 bits, bool wait, nvkm_event_func func, in nvkm_event_ntfy_add()
|
/drivers/misc/ibmasm/ |
D | ibmasm.h | 81 wait_queue_head_t wait; member 123 wait_queue_head_t wait; member 130 wait_queue_head_t wait; member
|