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

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

Completed in 268 milliseconds