Home
last modified time | relevance | path

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

12345678910>>...42

/Linux-v6.6/block/
Dblk-sysfs.c50 static ssize_t queue_requests_show(struct request_queue *q, char *page) in queue_requests_show()
56 queue_requests_store(struct request_queue *q, const char *page, size_t count) in queue_requests_store()
78 static ssize_t queue_ra_show(struct request_queue *q, char *page) in queue_ra_show()
89 queue_ra_store(struct request_queue *q, const char *page, size_t count) in queue_ra_store()
103 static ssize_t queue_max_sectors_show(struct request_queue *q, char *page) in queue_max_sectors_show()
110 static ssize_t queue_max_segments_show(struct request_queue *q, char *page) in queue_max_segments_show()
115 static ssize_t queue_max_discard_segments_show(struct request_queue *q, in queue_max_discard_segments_show()
121 static ssize_t queue_max_integrity_segments_show(struct request_queue *q, char *page) in queue_max_integrity_segments_show()
126 static ssize_t queue_max_segment_size_show(struct request_queue *q, char *page) in queue_max_segment_size_show()
131 static ssize_t queue_logical_block_size_show(struct request_queue *q, char *page) in queue_logical_block_size_show()
[all …]
Dblk-settings.c22 void blk_queue_rq_timeout(struct request_queue *q, unsigned int timeout) in blk_queue_rq_timeout()
98 void blk_queue_bounce_limit(struct request_queue *q, enum blk_bounce bounce) in blk_queue_bounce_limit()
123 void blk_queue_max_hw_sectors(struct request_queue *q, unsigned int max_hw_sectors) in blk_queue_max_hw_sectors()
167 void blk_queue_chunk_sectors(struct request_queue *q, unsigned int chunk_sectors) in blk_queue_chunk_sectors()
178 void blk_queue_max_discard_sectors(struct request_queue *q, in blk_queue_max_discard_sectors()
191 void blk_queue_max_secure_erase_sectors(struct request_queue *q, in blk_queue_max_secure_erase_sectors()
204 void blk_queue_max_write_zeroes_sectors(struct request_queue *q, in blk_queue_max_write_zeroes_sectors()
216 void blk_queue_max_zone_append_sectors(struct request_queue *q, in blk_queue_max_zone_append_sectors()
247 void blk_queue_max_segments(struct request_queue *q, unsigned short max_segments) in blk_queue_max_segments()
268 void blk_queue_max_discard_segments(struct request_queue *q, in blk_queue_max_discard_segments()
[all …]
Delevator.c62 struct request_queue *q = rq->q; in elv_iosched_allow_bio_merge() local
86 static inline bool elv_support_features(struct request_queue *q, in elv_support_features()
116 static struct elevator_type *elevator_find_get(struct request_queue *q, in elevator_find_get()
131 struct elevator_queue *elevator_alloc(struct request_queue *q, in elevator_alloc()
159 void elevator_exit(struct request_queue *q) in elevator_exit()
179 void elv_rqhash_del(struct request_queue *q, struct request *rq) in elv_rqhash_del()
186 void elv_rqhash_add(struct request_queue *q, struct request *rq) in elv_rqhash_add()
196 void elv_rqhash_reposition(struct request_queue *q, struct request *rq) in elv_rqhash_reposition()
202 struct request *elv_rqhash_find(struct request_queue *q, sector_t offset) in elv_rqhash_find()
276 enum elv_merge elv_merge(struct request_queue *q, struct request **req, in elv_merge()
[all …]
Dblk-core.c79 void blk_queue_flag_set(unsigned int flag, struct request_queue *q) in blk_queue_flag_set()
90 void blk_queue_flag_clear(unsigned int flag, struct request_queue *q) in blk_queue_flag_clear()
104 bool blk_queue_flag_test_and_set(unsigned int flag, struct request_queue *q) in blk_queue_flag_test_and_set()
231 void blk_sync_queue(struct request_queue *q) in blk_sync_queue()
242 void blk_set_pm_only(struct request_queue *q) in blk_set_pm_only()
248 void blk_clear_pm_only(struct request_queue *q) in blk_clear_pm_only()
261 struct request_queue *q = container_of(rcu_head, in blk_free_queue_rcu() local
268 static void blk_free_queue(struct request_queue *q) in blk_free_queue()
285 void blk_put_queue(struct request_queue *q) in blk_put_queue()
292 void blk_queue_start_drain(struct request_queue *q) in blk_queue_start_drain()
[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()
124 void blk_freeze_queue_start(struct request_queue *q) in blk_freeze_queue_start()
138 void blk_mq_freeze_queue_wait(struct request_queue *q) in blk_mq_freeze_queue_wait()
144 int blk_mq_freeze_queue_wait_timeout(struct request_queue *q, in blk_mq_freeze_queue_wait_timeout()
157 void blk_freeze_queue(struct request_queue *q) in blk_freeze_queue()
170 void blk_mq_freeze_queue(struct request_queue *q) in blk_mq_freeze_queue()
180 void __blk_mq_unfreeze_queue(struct request_queue *q, bool force_atomic) in __blk_mq_unfreeze_queue()
194 void blk_mq_unfreeze_queue(struct request_queue *q) in blk_mq_unfreeze_queue()
204 void blk_mq_quiesce_queue_nowait(struct request_queue *q) in blk_mq_quiesce_queue_nowait()
[all …]
/Linux-v6.6/drivers/media/v4l2-core/
Dvideobuf-core.c50 #define CALL(q, f, arg...) \ argument
52 #define CALLPTR(q, f, arg...) \ argument
55 struct videobuf_buffer *videobuf_alloc_vb(struct videobuf_queue *q) in videobuf_alloc_vb()
76 static int state_neither_active_nor_queued(struct videobuf_queue *q, in state_neither_active_nor_queued()
88 int videobuf_waiton(struct videobuf_queue *q, struct videobuf_buffer *vb, in videobuf_waiton()
121 int videobuf_iolock(struct videobuf_queue *q, struct videobuf_buffer *vb, in videobuf_iolock()
131 void *videobuf_queue_to_vaddr(struct videobuf_queue *q, in videobuf_queue_to_vaddr()
143 void videobuf_queue_core_init(struct videobuf_queue *q, in videobuf_queue_core_init()
185 int videobuf_queue_is_busy(struct videobuf_queue *q) in videobuf_queue_is_busy()
230 static int __videobuf_free(struct videobuf_queue *q) in __videobuf_free()
[all …]
/Linux-v6.6/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()
189 static inline bool xskq_has_descs(struct xsk_queue *q) in xskq_has_descs()
194 static inline bool xskq_cons_is_valid_desc(struct xsk_queue *q, in xskq_cons_is_valid_desc()
205 static inline bool xskq_cons_read_desc(struct xsk_queue *q, in xskq_cons_read_desc()
221 static inline void xskq_cons_release_n(struct xsk_queue *q, u32 cnt) in xskq_cons_release_n()
226 static inline void parse_desc(struct xsk_queue *q, struct xsk_buff_pool *pool, in parse_desc()
234 u32 xskq_cons_read_desc_batch(struct xsk_queue *q, struct xsk_buff_pool *pool, in xskq_cons_read_desc_batch()
276 static inline void __xskq_cons_release(struct xsk_queue *q) in __xskq_cons_release()
281 static inline void __xskq_cons_peek(struct xsk_queue *q) in __xskq_cons_peek()
[all …]
/Linux-v6.6/sound/core/seq/
Dseq_queue.c50 static int queue_list_add(struct snd_seq_queue *q) in queue_list_add()
71 struct snd_seq_queue *q; in queue_list_remove() local
98 struct snd_seq_queue *q; in queue_new() local
129 static void queue_delete(struct snd_seq_queue *q) in queue_delete()
170 struct snd_seq_queue *q; in snd_seq_queue_alloc() local
189 struct snd_seq_queue *q; in snd_seq_queue_delete() local
205 struct snd_seq_queue *q; in queueptr() local
222 struct snd_seq_queue *q; in snd_seq_queue_find_name() local
240 void snd_seq_check_queue(struct snd_seq_queue *q, int atomic, int hop) in snd_seq_check_queue()
303 struct snd_seq_queue *q; in snd_seq_enqueue_event() local
[all …]
/Linux-v6.6/drivers/media/common/videobuf2/
Dvideobuf2-core.c37 #define dprintk(q, level, fmt, arg...) \ argument
93 #define log_qop(q, op) \ argument
97 #define call_qop(q, op, args...) \ argument
108 #define call_void_qop(q, op, args...) \ argument
157 #define call_qop(q, op, args...) \ argument
160 #define call_void_qop(q, op, args...) \ argument
177 #define call_bufop(q, op, args...) \ argument
185 #define call_void_bufop(q, op, args...) \ argument
216 struct vb2_queue *q = vb->vb2_queue; in __vb2_buf_mem_alloc() local
357 struct vb2_queue *q = vb->vb2_queue; in __setup_offsets() local
[all …]
/Linux-v6.6/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-v6.6/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 …]
/Linux-v6.6/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-v6.6/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-v6.6/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-v6.6/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-v6.6/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()
117 struct hl_hw_queue *q, int num_of_entries, in ext_queue_sanity_checks()
166 struct hl_hw_queue *q, in int_queue_sanity_checks()
200 static int hw_queue_sanity_checks(struct hl_device *hdev, struct hl_hw_queue *q, in hw_queue_sanity_checks()
231 struct hl_hw_queue *q = &hdev->kernel_queues[hw_queue_id]; in hl_hw_queue_send_cb_no_cmpl() local
271 struct hl_hw_queue *q = &hdev->kernel_queues[job->hw_queue_id]; in ext_queue_schedule_job() local
336 struct hl_hw_queue *q = &hdev->kernel_queues[job->hw_queue_id]; in int_queue_schedule_job() local
372 struct hl_hw_queue *q = &hdev->kernel_queues[job->hw_queue_id]; in hw_queue_schedule_job() local
[all …]
/Linux-v6.6/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()
73 struct red_sched_data *q = qdisc_priv(sch); in red_enqueue() local
153 struct red_sched_data *q = qdisc_priv(sch); in red_dequeue() local
170 struct red_sched_data *q = qdisc_priv(sch); in red_peek() local
178 struct red_sched_data *q = qdisc_priv(sch); in red_reset() local
186 struct red_sched_data *q = qdisc_priv(sch); in red_offload() local
215 struct red_sched_data *q = qdisc_priv(sch); in red_destroy() local
238 struct red_sched_data *q = qdisc_priv(sch); in __red_change() 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 …]
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 …]
/Linux-v6.6/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-v6.6/drivers/s390/cio/
Dqdio_main.c116 static int qdio_do_eqbs(struct qdio_q *q, unsigned char *state, in qdio_do_eqbs()
166 static int qdio_do_sqbs(struct qdio_q *q, unsigned char state, int start, in qdio_do_sqbs()
205 static inline int get_buf_states(struct qdio_q *q, unsigned int bufnr, in get_buf_states()
235 static inline int get_buf_state(struct qdio_q *q, unsigned int bufnr, in get_buf_state()
242 static inline int set_buf_states(struct qdio_q *q, int bufnr, in set_buf_states()
264 static inline int set_buf_state(struct qdio_q *q, int bufnr, in set_buf_state()
273 struct qdio_q *q; in qdio_init_buf_states() local
284 static inline int qdio_siga_sync(struct qdio_q *q, unsigned int output, in qdio_siga_sync()
305 static inline int qdio_sync_input_queue(struct qdio_q *q) in qdio_sync_input_queue()
310 static inline int qdio_sync_output_queue(struct qdio_q *q) in qdio_sync_output_queue()
[all …]
/Linux-v6.6/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-v6.6/drivers/net/ethernet/pensando/ionic/
Dionic_txrx.c13 static inline void ionic_txq_post(struct ionic_queue *q, bool ring_dbell, in ionic_txq_post()
19 static inline void ionic_rxq_post(struct ionic_queue *q, bool ring_dbell, in ionic_rxq_post()
25 bool ionic_txq_poke_doorbell(struct ionic_queue *q) in ionic_txq_poke_doorbell()
57 bool ionic_rxq_poke_doorbell(struct ionic_queue *q) in ionic_rxq_poke_doorbell()
86 static inline struct netdev_queue *q_to_ndq(struct ionic_queue *q) in q_to_ndq()
91 static int ionic_rx_page_alloc(struct ionic_queue *q, in ionic_rx_page_alloc()
132 static void ionic_rx_page_free(struct ionic_queue *q, in ionic_rx_page_free()
152 static bool ionic_rx_buf_recycle(struct ionic_queue *q, in ionic_rx_buf_recycle()
175 static struct sk_buff *ionic_rx_frags(struct ionic_queue *q, in ionic_rx_frags()
236 static struct sk_buff *ionic_rx_copybreak(struct ionic_queue *q, in ionic_rx_copybreak()
[all …]

12345678910>>...42