Home
last modified time | relevance | path

Searched defs:q (Results 1 – 25 of 1122) sorted by relevance

12345678910>>...45

/linux-6.14.4/drivers/gpu/drm/xe/
Dxe_guc_submit.c48 exec_queue_to_guc(struct xe_exec_queue *q) in exec_queue_to_guc()
71 static bool exec_queue_registered(struct xe_exec_queue *q) in exec_queue_registered()
76 static void set_exec_queue_registered(struct xe_exec_queue *q) in set_exec_queue_registered()
81 static void clear_exec_queue_registered(struct xe_exec_queue *q) in clear_exec_queue_registered()
86 static bool exec_queue_enabled(struct xe_exec_queue *q) in exec_queue_enabled()
91 static void set_exec_queue_enabled(struct xe_exec_queue *q) in set_exec_queue_enabled()
96 static void clear_exec_queue_enabled(struct xe_exec_queue *q) in clear_exec_queue_enabled()
101 static bool exec_queue_pending_enable(struct xe_exec_queue *q) in exec_queue_pending_enable()
106 static void set_exec_queue_pending_enable(struct xe_exec_queue *q) in set_exec_queue_pending_enable()
111 static void clear_exec_queue_pending_enable(struct xe_exec_queue *q) in clear_exec_queue_pending_enable()
[all …]
Dxe_exec_queue.c39 static void __xe_exec_queue_free(struct xe_exec_queue *q) in __xe_exec_queue_free()
56 struct xe_exec_queue *q; in __xe_exec_queue_alloc() local
111 static int __xe_exec_queue_init(struct xe_exec_queue *q) in __xe_exec_queue_init()
153 struct xe_exec_queue *q; in xe_exec_queue_create() local
219 struct xe_exec_queue *q; in xe_exec_queue_create_bind() local
250 struct xe_exec_queue *q = container_of(ref, struct xe_exec_queue, refcount); in xe_exec_queue_destroy() local
263 void xe_exec_queue_fini(struct xe_exec_queue *q) in xe_exec_queue_fini()
281 void xe_exec_queue_assign_name(struct xe_exec_queue *q, u32 instance) in xe_exec_queue_assign_name()
309 struct xe_exec_queue *q; in xe_exec_queue_lookup() local
327 static int exec_queue_set_priority(struct xe_device *xe, struct xe_exec_queue *q, in exec_queue_set_priority()
[all …]
/linux-6.14.4/net/xdp/
Dxsk_queue.h120 static inline void __xskq_cons_read_addr_unchecked(struct xsk_queue *q, u32 cached_cons, u64 *addr) in __xskq_cons_read_addr_unchecked()
128 static inline bool xskq_cons_read_addr_unchecked(struct xsk_queue *q, u64 *addr) in xskq_cons_read_addr_unchecked()
192 static inline bool xskq_has_descs(struct xsk_queue *q) in xskq_has_descs()
197 static inline bool xskq_cons_is_valid_desc(struct xsk_queue *q, in xskq_cons_is_valid_desc()
208 static inline bool xskq_cons_read_desc(struct xsk_queue *q, in xskq_cons_read_desc()
224 static inline void xskq_cons_release_n(struct xsk_queue *q, u32 cnt) in xskq_cons_release_n()
229 static inline void parse_desc(struct xsk_queue *q, struct xsk_buff_pool *pool, in parse_desc()
237 u32 xskq_cons_read_desc_batch(struct xsk_queue *q, struct xsk_buff_pool *pool, in xskq_cons_read_desc_batch()
279 static inline void __xskq_cons_release(struct xsk_queue *q) in __xskq_cons_release()
284 static inline void __xskq_cons_peek(struct xsk_queue *q) in __xskq_cons_peek()
[all …]
/linux-6.14.4/sound/core/seq/
Dseq_queue.c50 static int queue_list_add(struct snd_seq_queue *q) in queue_list_add()
68 struct snd_seq_queue *q; in queue_list_remove() local
90 struct snd_seq_queue *q; in queue_new() local
121 static void queue_delete(struct snd_seq_queue *q) in queue_delete()
162 struct snd_seq_queue *q; in snd_seq_queue_alloc() local
181 struct snd_seq_queue *q; in snd_seq_queue_delete() local
197 struct snd_seq_queue *q; in queueptr() local
212 struct snd_seq_queue *q; in snd_seq_queue_find_name() local
230 void snd_seq_check_queue(struct snd_seq_queue *q, int atomic, int hop) in snd_seq_check_queue()
289 struct snd_seq_queue *q; in snd_seq_enqueue_event() local
[all …]
/linux-6.14.4/drivers/media/common/videobuf2/
Dvideobuf2-core.c47 #define dprintk(q, level, fmt, arg...) \ argument
103 #define log_qop(q, op) \ argument
107 #define call_qop(q, op, args...) \ argument
118 #define call_void_qop(q, op, args...) \ argument
167 #define call_qop(q, op, args...) \ argument
170 #define call_void_qop(q, op, args...) \ argument
187 #define call_bufop(q, op, args...) \ argument
195 #define call_void_bufop(q, op, args...) \ argument
225 struct vb2_queue *q = vb->vb2_queue; in __vb2_buf_mem_alloc() local
380 struct vb2_queue *q = vb->vb2_queue; in __setup_offsets() local
[all …]
/linux-6.14.4/drivers/net/ethernet/fungible/funeth/
Dfuneth_tx.c56 static void *txq_end(const struct funeth_txq *q) in txq_end()
64 static unsigned int txq_to_end(const struct funeth_txq *q, void *p) in txq_to_end()
78 static struct fun_dataop_gl *fun_write_gl(const struct funeth_txq *q, in fun_write_gl()
107 static struct sk_buff *fun_tls_tx(struct sk_buff *skb, struct funeth_txq *q, in fun_tls_tx()
149 static unsigned int write_pkt_desc(struct sk_buff *skb, struct funeth_txq *q, in write_pkt_desc()
311 static unsigned int fun_txq_avail(const struct funeth_txq *q) in fun_txq_avail()
317 static void fun_tx_check_stop(struct funeth_txq *q) in fun_tx_check_stop()
338 static bool fun_txq_may_restart(struct funeth_txq *q) in fun_txq_may_restart()
347 struct funeth_txq *q = fp->txqs[qid]; in fun_start_xmit() local
385 static u16 txq_hw_head(const struct funeth_txq *q) in txq_hw_head()
[all …]
Dfuneth_rx.c50 static void cache_offer(struct funeth_rxq *q, const struct funeth_rxbuf *buf) in cache_offer()
67 static bool cache_get(struct funeth_rxq *q, struct funeth_rxbuf *rb) in cache_get()
98 static int funeth_alloc_page(struct funeth_rxq *q, struct funeth_rxbuf *rb, in funeth_alloc_page()
127 static void funeth_free_page(struct funeth_rxq *q, struct funeth_rxbuf *rb) in funeth_free_page()
141 static void *fun_run_xdp(struct funeth_rxq *q, skb_frag_t *frags, void *buf_va, in fun_run_xdp()
256 get_buf(struct funeth_rxq *q, struct funeth_rxbuf *buf, unsigned int len) in get_buf()
296 static int fun_gather_pkt(struct funeth_rxq *q, unsigned int tot_len, in fun_gather_pkt()
348 static void advance_cq(struct funeth_rxq *q) in advance_cq()
365 static void fun_handle_cqe_pkt(struct funeth_rxq *q, struct funeth_txq *xdp_q) in fun_handle_cqe_pkt()
479 static int fun_process_cqes(struct funeth_rxq *q, int budget) in fun_process_cqes()
[all …]
/linux-6.14.4/sound/core/seq/oss/
Dseq_oss_readq.c35 struct seq_oss_readq *q; in snd_seq_oss_readq_new() local
62 snd_seq_oss_readq_delete(struct seq_oss_readq *q) in snd_seq_oss_readq_delete()
74 snd_seq_oss_readq_clear(struct seq_oss_readq *q) in snd_seq_oss_readq_clear()
89 snd_seq_oss_readq_puts(struct seq_oss_readq *q, int dev, unsigned char *data, int len) in snd_seq_oss_readq_puts()
123 int snd_seq_oss_readq_sysex(struct seq_oss_readq *q, int dev, in snd_seq_oss_readq_sysex()
141 snd_seq_oss_readq_put_event(struct seq_oss_readq *q, union evrec *ev) in snd_seq_oss_readq_put_event()
169 snd_seq_oss_readq_pick(struct seq_oss_readq *q, union evrec *rec) in snd_seq_oss_readq_pick()
181 snd_seq_oss_readq_wait(struct seq_oss_readq *q) in snd_seq_oss_readq_wait()
193 snd_seq_oss_readq_free(struct seq_oss_readq *q) in snd_seq_oss_readq_free()
206 snd_seq_oss_readq_poll(struct seq_oss_readq *q, struct file *file, poll_table *wait) in snd_seq_oss_readq_poll()
[all …]
Dseq_oss_writeq.c27 struct seq_oss_writeq *q; in snd_seq_oss_writeq_new() local
54 snd_seq_oss_writeq_delete(struct seq_oss_writeq *q) in snd_seq_oss_writeq_delete()
67 snd_seq_oss_writeq_clear(struct seq_oss_writeq *q) in snd_seq_oss_writeq_clear()
83 snd_seq_oss_writeq_sync(struct seq_oss_writeq *q) in snd_seq_oss_writeq_sync()
123 snd_seq_oss_writeq_wakeup(struct seq_oss_writeq *q, abstime_t time) in snd_seq_oss_writeq_wakeup()
139 snd_seq_oss_writeq_get_free_size(struct seq_oss_writeq *q) in snd_seq_oss_writeq_get_free_size()
152 snd_seq_oss_writeq_set_output(struct seq_oss_writeq *q, int val) in snd_seq_oss_writeq_set_output()
/linux-6.14.4/kernel/sched/
Dswait.c6 void __init_swait_queue_head(struct swait_queue_head *q, const char *name, in __init_swait_queue_head()
21 void swake_up_locked(struct swait_queue_head *q, int wake_flags) in swake_up_locked()
41 void swake_up_all_locked(struct swait_queue_head *q) in swake_up_all_locked()
47 void swake_up_one(struct swait_queue_head *q) in swake_up_one()
61 void swake_up_all(struct swait_queue_head *q) in swake_up_all()
84 void __prepare_to_swait(struct swait_queue_head *q, struct swait_queue *wait) in __prepare_to_swait()
91 void prepare_to_swait_exclusive(struct swait_queue_head *q, struct swait_queue *wait, int state) in prepare_to_swait_exclusive()
102 long prepare_to_swait_event(struct swait_queue_head *q, struct swait_queue *wait, int state) in prepare_to_swait_event()
125 void __finish_swait(struct swait_queue_head *q, struct swait_queue *wait) in __finish_swait()
132 void finish_swait(struct swait_queue_head *q, struct swait_queue *wait) in finish_swait()
/linux-6.14.4/drivers/net/
Dtap.c35 static inline bool tap_legacy_is_little_endian(struct tap_queue *q) in tap_legacy_is_little_endian()
41 static long tap_get_vnet_be(struct tap_queue *q, int __user *sp) in tap_get_vnet_be()
51 static long tap_set_vnet_be(struct tap_queue *q, int __user *sp) in tap_set_vnet_be()
66 static inline bool tap_legacy_is_little_endian(struct tap_queue *q) in tap_legacy_is_little_endian()
71 static long tap_get_vnet_be(struct tap_queue *q, int __user *argp) in tap_get_vnet_be()
76 static long tap_set_vnet_be(struct tap_queue *q, int __user *argp) in tap_set_vnet_be()
82 static inline bool tap_is_little_endian(struct tap_queue *q) in tap_is_little_endian()
88 static inline u16 tap16_to_cpu(struct tap_queue *q, __virtio16 val) in tap16_to_cpu()
93 static inline __virtio16 cpu_to_tap16(struct tap_queue *q, u16 val) in cpu_to_tap16()
147 struct tap_queue *q) in tap_enable_queue()
[all …]
/linux-6.14.4/block/
Delevator.c62 struct request_queue *q = rq->q; in elv_iosched_allow_bio_merge() local
123 struct elevator_queue *elevator_alloc(struct request_queue *q, in elevator_alloc()
151 void elevator_exit(struct request_queue *q) in elevator_exit()
171 void elv_rqhash_del(struct request_queue *q, struct request *rq) in elv_rqhash_del()
178 void elv_rqhash_add(struct request_queue *q, struct request *rq) in elv_rqhash_add()
188 void elv_rqhash_reposition(struct request_queue *q, struct request *rq) in elv_rqhash_reposition()
194 struct request *elv_rqhash_find(struct request_queue *q, sector_t offset) in elv_rqhash_find()
268 enum elv_merge elv_merge(struct request_queue *q, struct request **req, in elv_merge()
324 bool elv_attempt_insert_merge(struct request_queue *q, struct request *rq, in elv_attempt_insert_merge()
362 void elv_merged_request(struct request_queue *q, struct request *rq, in elv_merged_request()
[all …]
Dblk-mq.c104 unsigned int blk_mq_in_flight(struct request_queue *q, in blk_mq_in_flight()
114 void blk_mq_in_flight_rw(struct request_queue *q, struct block_device *part, in blk_mq_in_flight_rw()
125 static bool blk_freeze_set_owner(struct request_queue *q, in blk_freeze_set_owner()
147 static bool blk_unfreeze_check_owner(struct request_queue *q) in blk_unfreeze_check_owner()
160 static bool blk_freeze_set_owner(struct request_queue *q, in blk_freeze_set_owner()
166 static bool blk_unfreeze_check_owner(struct request_queue *q) in blk_unfreeze_check_owner()
172 bool __blk_freeze_queue_start(struct request_queue *q, in __blk_freeze_queue_start()
191 void blk_freeze_queue_start(struct request_queue *q) in blk_freeze_queue_start()
198 void blk_mq_freeze_queue_wait(struct request_queue *q) in blk_mq_freeze_queue_wait()
204 int blk_mq_freeze_queue_wait_timeout(struct request_queue *q, in blk_mq_freeze_queue_wait_timeout()
[all …]
Dblk-core.c80 void blk_queue_flag_set(unsigned int flag, struct request_queue *q) in blk_queue_flag_set()
91 void blk_queue_flag_clear(unsigned int flag, struct request_queue *q) in blk_queue_flag_clear()
220 void blk_sync_queue(struct request_queue *q) in blk_sync_queue()
231 void blk_set_pm_only(struct request_queue *q) in blk_set_pm_only()
237 void blk_clear_pm_only(struct request_queue *q) in blk_clear_pm_only()
250 struct request_queue *q = container_of(rcu_head, in blk_free_queue_rcu() local
257 static void blk_free_queue(struct request_queue *q) in blk_free_queue()
276 void blk_put_queue(struct request_queue *q) in blk_put_queue()
283 bool blk_queue_start_drain(struct request_queue *q) in blk_queue_start_drain()
304 int blk_queue_enter(struct request_queue *q, blk_mq_req_flags_t flags) in blk_queue_enter()
[all …]
/linux-6.14.4/drivers/infiniband/sw/rxe/
Drxe_queue.h95 static inline u32 queue_next_index(struct rxe_queue *q, int index) in queue_next_index()
100 static inline u32 queue_get_producer(const struct rxe_queue *q, in queue_get_producer()
127 static inline u32 queue_get_consumer(const struct rxe_queue *q, in queue_get_consumer()
154 static inline int queue_empty(struct rxe_queue *q, enum queue_type type) in queue_empty()
162 static inline int queue_full(struct rxe_queue *q, enum queue_type type) in queue_full()
170 static inline u32 queue_count(const struct rxe_queue *q, in queue_count()
179 static inline void queue_advance_producer(struct rxe_queue *q, in queue_advance_producer()
215 static inline void queue_advance_consumer(struct rxe_queue *q, in queue_advance_consumer()
250 static inline void *queue_producer_addr(struct rxe_queue *q, in queue_producer_addr()
258 static inline void *queue_consumer_addr(struct rxe_queue *q, in queue_consumer_addr()
[all …]
/linux-6.14.4/drivers/net/wireless/broadcom/b43/
Dpio.c24 static u16 generate_cookie(struct b43_pio_txqueue *q, in generate_cookie()
49 struct b43_pio_txqueue *q = NULL; in parse_cookie() local
126 struct b43_pio_txqueue *q; in b43_setup_pioqueue_tx() local
162 struct b43_pio_rxqueue *q; in b43_setup_pioqueue_rx() local
178 static void b43_pio_cancel_tx_packets(struct b43_pio_txqueue *q) in b43_pio_cancel_tx_packets()
192 static void b43_destroy_pioqueue_tx(struct b43_pio_txqueue *q, in b43_destroy_pioqueue_tx()
201 static void b43_destroy_pioqueue_rx(struct b43_pio_rxqueue *q, in b43_destroy_pioqueue_rx()
290 struct b43_pio_txqueue *q; in select_queue_by_priority() local
317 static u16 tx_write_2byte_queue(struct b43_pio_txqueue *q, in tx_write_2byte_queue()
352 struct b43_pio_txqueue *q = pack->queue; in pio_tx_frame_2byte_queue() local
[all …]
/linux-6.14.4/drivers/accel/habanalabs/common/
Dhw_queue.c31 static inline int queue_free_slots(struct hl_hw_queue *q, u32 queue_len) in queue_free_slots()
44 struct hl_hw_queue *q; in hl_hw_queue_update_ci() local
83 void hl_hw_queue_submit_bd(struct hl_device *hdev, struct hl_hw_queue *q, in hl_hw_queue_submit_bd()
128 struct hl_hw_queue *q, int num_of_entries, in ext_queue_sanity_checks()
177 struct hl_hw_queue *q, in int_queue_sanity_checks()
211 static int hw_queue_sanity_checks(struct hl_device *hdev, struct hl_hw_queue *q, in hw_queue_sanity_checks()
242 struct hl_hw_queue *q = &hdev->kernel_queues[hw_queue_id]; in hl_hw_queue_send_cb_no_cmpl() local
282 struct hl_hw_queue *q = &hdev->kernel_queues[job->hw_queue_id]; in ext_queue_schedule_job() local
347 struct hl_hw_queue *q = &hdev->kernel_queues[job->hw_queue_id]; in int_queue_schedule_job() local
383 struct hl_hw_queue *q = &hdev->kernel_queues[job->hw_queue_id]; in hw_queue_schedule_job() local
[all …]
/linux-6.14.4/drivers/spi/
Dspi-fsl-qspi.c277 static inline int needs_swap_endian(struct fsl_qspi *q) in needs_swap_endian()
282 static inline int needs_4x_clock(struct fsl_qspi *q) in needs_4x_clock()
287 static inline int needs_fill_txfifo(struct fsl_qspi *q) in needs_fill_txfifo()
292 static inline int needs_wakeup_wait_mode(struct fsl_qspi *q) in needs_wakeup_wait_mode()
297 static inline int needs_amba_base_offset(struct fsl_qspi *q) in needs_amba_base_offset()
302 static inline int needs_tdh_setting(struct fsl_qspi *q) in needs_tdh_setting()
311 static inline u32 fsl_qspi_endian_xchg(struct fsl_qspi *q, u32 a) in fsl_qspi_endian_xchg()
323 static void qspi_writel(struct fsl_qspi *q, u32 val, void __iomem *addr) in qspi_writel()
331 static u32 qspi_readl(struct fsl_qspi *q, void __iomem *addr) in qspi_readl()
341 struct fsl_qspi *q = dev_id; in fsl_qspi_irq_handler() local
[all …]
/linux-6.14.4/net/sched/
Dsch_multiq.c32 struct multiq_sched_data *q = qdisc_priv(sch); in multiq_classify() local
89 struct multiq_sched_data *q = qdisc_priv(sch); in multiq_dequeue() local
120 struct multiq_sched_data *q = qdisc_priv(sch); in multiq_peek() local
151 struct multiq_sched_data *q = qdisc_priv(sch); in multiq_reset() local
162 struct multiq_sched_data *q = qdisc_priv(sch); in multiq_destroy() local
174 struct multiq_sched_data *q = qdisc_priv(sch); in multiq_tune() local
238 struct multiq_sched_data *q = qdisc_priv(sch); in multiq_init() local
263 struct multiq_sched_data *q = qdisc_priv(sch); in multiq_dump() local
283 struct multiq_sched_data *q = qdisc_priv(sch); in multiq_graft() local
296 struct multiq_sched_data *q = qdisc_priv(sch); in multiq_leaf() local
[all …]
Dsch_red.c55 static inline int red_use_ecn(struct red_sched_data *q) in red_use_ecn()
60 static inline int red_use_harddrop(struct red_sched_data *q) in red_use_harddrop()
65 static int red_use_nodrop(struct red_sched_data *q) in red_use_nodrop()
74 struct red_sched_data *q = qdisc_priv(sch); in red_enqueue() local
155 struct red_sched_data *q = qdisc_priv(sch); in red_dequeue() local
172 struct red_sched_data *q = qdisc_priv(sch); in red_peek() local
180 struct red_sched_data *q = qdisc_priv(sch); in red_reset() local
188 struct red_sched_data *q = qdisc_priv(sch); in red_offload() local
217 struct red_sched_data *q = qdisc_priv(sch); in red_destroy() local
240 struct red_sched_data *q = qdisc_priv(sch); in __red_change() local
[all …]
Dsch_prio.c33 struct prio_sched_data *q = qdisc_priv(sch); in prio_classify() local
99 struct prio_sched_data *q = qdisc_priv(sch); in prio_peek() local
113 struct prio_sched_data *q = qdisc_priv(sch); in prio_dequeue() local
134 struct prio_sched_data *q = qdisc_priv(sch); in prio_reset() local
168 struct prio_sched_data *q = qdisc_priv(sch); in prio_destroy() local
179 struct prio_sched_data *q = qdisc_priv(sch); in prio_tune() local
232 struct prio_sched_data *q = qdisc_priv(sch); in prio_init() local
264 struct prio_sched_data *q = qdisc_priv(sch); in prio_dump() local
289 struct prio_sched_data *q = qdisc_priv(sch); in prio_graft() local
319 struct prio_sched_data *q = qdisc_priv(sch); in prio_leaf() local
[all …]
Dsch_choke.c75 static unsigned int choke_len(const struct choke_sched_data *q) in choke_len()
81 static int use_ecn(const struct choke_sched_data *q) in use_ecn()
87 static int use_harddrop(const struct choke_sched_data *q) in use_harddrop()
93 static void choke_zap_head_holes(struct choke_sched_data *q) in choke_zap_head_holes()
103 static void choke_zap_tail_holes(struct choke_sched_data *q) in choke_zap_tail_holes()
116 struct choke_sched_data *q = qdisc_priv(sch); in choke_drop_by_idx() local
179 static struct sk_buff *choke_peek_random(const struct choke_sched_data *q, in choke_peek_random()
199 static bool choke_match_random(const struct choke_sched_data *q, in choke_match_random()
215 struct choke_sched_data *q = qdisc_priv(sch); in choke_enqueue() local
285 struct choke_sched_data *q = qdisc_priv(sch); in choke_dequeue() local
[all …]
/linux-6.14.4/drivers/net/ethernet/pensando/ionic/
Dionic_txrx.c30 static inline void ionic_txq_post(struct ionic_queue *q, bool ring_dbell) in ionic_txq_post()
35 static inline void ionic_rxq_post(struct ionic_queue *q, bool ring_dbell) in ionic_rxq_post()
40 bool ionic_txq_poke_doorbell(struct ionic_queue *q) in ionic_txq_poke_doorbell()
72 bool ionic_rxq_poke_doorbell(struct ionic_queue *q) in ionic_rxq_poke_doorbell()
101 static inline struct ionic_txq_sg_elem *ionic_tx_sg_elems(struct ionic_queue *q) in ionic_tx_sg_elems()
110 struct ionic_queue *q) in q_to_ndq()
125 static void __ionic_rx_put_buf(struct ionic_queue *q, in __ionic_rx_put_buf()
139 static void ionic_rx_put_buf(struct ionic_queue *q, in ionic_rx_put_buf()
145 static void ionic_rx_put_buf_direct(struct ionic_queue *q, in ionic_rx_put_buf_direct()
151 static void ionic_rx_add_skb_frag(struct ionic_queue *q, in ionic_rx_add_skb_frag()
[all …]
/linux-6.14.4/drivers/scsi/arm/
Dqueue.c43 #define SET_MAGIC(q,m) ((q)->magic = (m)) argument
44 #define BAD_MAGIC(q,m) ((q)->magic != (m)) argument
46 #define SET_MAGIC(q,m) do { } while (0) argument
47 #define BAD_MAGIC(q,m) (0) argument
62 QE_t *q; in queue_initialise() local
111 QE_t *q; in __queue_add() local
140 QE_t *q; in __queue_remove() local
170 QE_t *q = list_entry(l, QE_t, list); in queue_remove_exclude() local
219 QE_t *q = list_entry(l, QE_t, list); in queue_remove_tgtluntag() local
245 QE_t *q = list_entry(l, QE_t, list); in queue_remove_all_target() local
[all …]
/linux-6.14.4/drivers/s390/cio/
Dqdio_main.c114 static int qdio_do_eqbs(struct qdio_q *q, unsigned char *state, in qdio_do_eqbs()
164 static int qdio_do_sqbs(struct qdio_q *q, unsigned char state, int start, in qdio_do_sqbs()
203 static inline int get_buf_states(struct qdio_q *q, unsigned int bufnr, in get_buf_states()
233 static inline int get_buf_state(struct qdio_q *q, unsigned int bufnr, in get_buf_state()
240 static inline int set_buf_states(struct qdio_q *q, int bufnr, in set_buf_states()
262 static inline int set_buf_state(struct qdio_q *q, int bufnr, in set_buf_state()
271 struct qdio_q *q; in qdio_init_buf_states() local
282 static inline int qdio_siga_sync(struct qdio_q *q, unsigned int output, in qdio_siga_sync()
303 static inline int qdio_sync_input_queue(struct qdio_q *q) in qdio_sync_input_queue()
308 static inline int qdio_sync_output_queue(struct qdio_q *q) in qdio_sync_output_queue()
[all …]

12345678910>>...45