Home
last modified time | relevance | path

Searched defs:funq (Results 1 - 3 of 3) sorted by relevance

/kernel/linux/linux-6.6/drivers/net/ethernet/fungible/funcore/
H A Dfun_queue.h90 static inline void *fun_sqe_at(const struct fun_queue *funq, unsigned int pos) in fun_sqe_at() argument
95 static inline void funq_sq_post_tail(struct fun_queue *funq, u16 tail) in funq_sq_post_tail() argument
103 static inline struct fun_cqe_info *funq_cqe_info(const struct fun_queue *funq, in funq_cqe_info() argument
109 funq_rq_post(struct fun_queue *funq) funq_rq_post() argument
158 fun_set_cq_callback(struct fun_queue *funq, cq_callback_t cb, void *cb_data) fun_set_cq_callback() argument
[all...]
H A Dfun_dev.c168 struct fun_queue *funq = data; in fun_admin_irq() local
173 static void fun_complete_admin_cmd(struct fun_queue *funq, void *data, in fun_complete_admin_cmd() argument
235 struct fun_queue *funq; in fun_enable_admin_queue() local
366 struct fun_queue *funq = fdev->admin_q; fun_submit_admin_cmd() local
[all...]
H A Dfun_queue.c164 static bool fun_sq_is_head_wb(const struct fun_queue *funq) in fun_sq_is_head_wb() argument
169 static void fun_clean_rq(struct fun_queue *funq) in fun_clean_rq() argument
186 static int fun_fill_rq(struct fun_queue *funq) in fun_fill_rq() argument
213 fun_rq_update_pos(struct fun_queue *funq, int buf_offset) fun_rq_update_pos() argument
233 fun_data_from_rq(struct fun_queue *funq, const struct fun_rsp_common *rsp, bool *need_free) fun_data_from_rq() argument
282 __fun_process_cq(struct fun_queue *funq, unsigned int max) __fun_process_cq() argument
335 fun_process_cq(struct fun_queue *funq, unsigned int max) fun_process_cq() argument
354 fun_alloc_sqes(struct fun_queue *funq) fun_alloc_sqes() argument
364 fun_alloc_cqes(struct fun_queue *funq) fun_alloc_cqes() argument
373 fun_alloc_rqes(struct fun_queue *funq) fun_alloc_rqes() argument
384 fun_free_queue(struct fun_queue *funq) fun_free_queue() argument
408 struct fun_queue *funq = kzalloc(sizeof(*funq), GFP_KERNEL); fun_alloc_queue() local
486 fun_create_cq(struct fun_queue *funq) fun_create_cq() argument
506 fun_create_sq(struct fun_queue *funq) fun_create_sq() argument
523 fun_create_rq(struct fun_queue *funq) fun_create_rq() argument
538 funq_irq(struct fun_queue *funq) funq_irq() argument
543 fun_request_irq(struct fun_queue *funq, const char *devname, irq_handler_t handler, void *data) fun_request_irq() argument
565 fun_create_queue(struct fun_queue *funq) fun_create_queue() argument
592 fun_free_irq(struct fun_queue *funq) fun_free_irq() argument
[all...]

Completed in 4 milliseconds