Home
last modified time | relevance | path

Searched defs:fq (Results 1 – 25 of 70) sorted by relevance

123

/kernel/linux/linux-6.6/include/net/
Dfq.h68 struct fq { struct
69 struct fq_flow *flows; argument
85 typedef struct sk_buff *fq_tin_dequeue_t(struct fq *, argument
Dfq_impl.h16 __fq_adjust_removal(struct fq *fq, struct fq_flow *flow, unsigned int packets, in __fq_adjust_removal()
40 static void fq_adjust_removal(struct fq *fq, in fq_adjust_removal()
47 static struct sk_buff *fq_flow_dequeue(struct fq *fq, in fq_flow_dequeue()
63 static int fq_flow_drop(struct fq *fq, struct fq_flow *flow, in fq_flow_drop()
90 static struct sk_buff *fq_tin_dequeue(struct fq *fq, in fq_tin_dequeue()
137 static u32 fq_flow_idx(struct fq *fq, struct sk_buff *skb) in fq_flow_idx()
144 static struct fq_flow *fq_flow_classify(struct fq *fq, in fq_flow_classify()
165 static struct fq_flow *fq_find_fattest_flow(struct fq *fq) in fq_find_fattest_flow()
197 static void fq_tin_enqueue(struct fq *fq, in fq_tin_enqueue()
252 static void fq_flow_filter(struct fq *fq, in fq_flow_filter()
[all …]
Dipv6_frag.h34 struct frag_queue *fq = container_of(q, struct frag_queue, q); in ip6frag_init() local
49 const struct inet_frag_queue *fq = data; in ip6frag_obj_hashfn() local
59 const struct inet_frag_queue *fq = ptr; in ip6frag_obj_cmpfn() local
65 ip6frag_expire_frag_queue(struct net *net, struct frag_queue *fq) in ip6frag_expire_frag_queue()
/kernel/linux/linux-5.10/include/net/
Dfq.h67 struct fq { struct
68 struct fq_flow *flows; argument
82 typedef struct sk_buff *fq_tin_dequeue_t(struct fq *, argument
Dfq_impl.h14 static void fq_adjust_removal(struct fq *fq, in fq_adjust_removal()
27 static void fq_rejigger_backlog(struct fq *fq, struct fq_flow *flow) in fq_rejigger_backlog()
45 static struct sk_buff *fq_flow_dequeue(struct fq *fq, in fq_flow_dequeue()
62 static struct sk_buff *fq_tin_dequeue(struct fq *fq, in fq_tin_dequeue()
109 static u32 fq_flow_idx(struct fq *fq, struct sk_buff *skb) in fq_flow_idx()
116 static struct fq_flow *fq_flow_classify(struct fq *fq, in fq_flow_classify()
138 static void fq_recalc_backlog(struct fq *fq, in fq_recalc_backlog()
156 static void fq_tin_enqueue(struct fq *fq, in fq_tin_enqueue()
208 static void fq_flow_filter(struct fq *fq, in fq_flow_filter()
231 static void fq_tin_filter(struct fq *fq, in fq_tin_filter()
[all …]
Dipv6_frag.h33 struct frag_queue *fq = container_of(q, struct frag_queue, q); in ip6frag_init() local
48 const struct inet_frag_queue *fq = data; in ip6frag_obj_hashfn() local
58 const struct inet_frag_queue *fq = ptr; in ip6frag_obj_cmpfn() local
64 ip6frag_expire_frag_queue(struct net *net, struct frag_queue *fq) in ip6frag_expire_frag_queue()
/kernel/linux/linux-6.6/block/
Dblk-flush.c164 struct blk_flush_queue *fq, in blk_flush_complete_seq()
223 struct blk_flush_queue *fq = blk_get_flush_queue(q, flush_rq->mq_ctx); in flush_end_io() local
289 static void blk_kick_flush(struct request_queue *q, struct blk_flush_queue *fq, in blk_kick_flush()
365 struct blk_flush_queue *fq = blk_get_flush_queue(q, ctx); in mq_flush_data_end_io() local
408 struct blk_flush_queue *fq = blk_get_flush_queue(q, rq->mq_ctx); in blk_insert_flush() local
488 struct blk_flush_queue *fq; in blk_alloc_flush_queue() local
513 void blk_free_flush_queue(struct blk_flush_queue *fq) in blk_free_flush_queue()
/kernel/linux/linux-5.10/block/
Dblk-flush.c164 struct blk_flush_queue *fq, in blk_flush_complete_seq()
220 struct blk_flush_queue *fq = blk_get_flush_queue(q, flush_rq->mq_ctx); in flush_end_io() local
285 static void blk_kick_flush(struct request_queue *q, struct blk_flush_queue *fq, in blk_kick_flush()
357 struct blk_flush_queue *fq = blk_get_flush_queue(q, ctx); in mq_flush_data_end_io() local
389 struct blk_flush_queue *fq = blk_get_flush_queue(q, rq->mq_ctx); in blk_insert_flush() local
472 struct blk_flush_queue *fq; in blk_alloc_flush_queue() local
498 void blk_free_flush_queue(struct blk_flush_queue *fq) in blk_free_flush_queue()
/kernel/linux/linux-5.10/drivers/soc/fsl/qbman/
Dqman_test_api.c105 static int do_enqueues(struct qman_fq *fq) in do_enqueues()
125 struct qman_fq *fq = &fq_base; in qman_test_api() local
210 struct qman_fq *fq, in cb_dqrr()
225 static void cb_ern(struct qman_portal *p, struct qman_fq *fq, in cb_ern()
232 static void cb_fqs(struct qman_portal *p, struct qman_fq *fq, in cb_fqs()
Dqman.c268 struct qm_mcc_fq fq; member
957 static inline void fq_set(struct qman_fq *fq, u32 mask) in fq_set()
962 static inline void fq_clear(struct qman_fq *fq, u32 mask) in fq_clear()
967 static inline int fq_isset(struct qman_fq *fq, u32 mask) in fq_isset()
972 static inline int fq_isclear(struct qman_fq *fq, u32 mask) in fq_isclear()
1121 struct qman_fq *fq; in idx_to_fq() local
1151 static u32 fq_to_tag(struct qman_fq *fq) in fq_to_tag()
1425 static inline void fq_state_change(struct qman_portal *p, struct qman_fq *fq, in fq_state_change()
1488 struct qman_fq *fq; in qm_mr_process_task() local
1571 static noinline void clear_vdqcr(struct qman_portal *p, struct qman_fq *fq) in clear_vdqcr()
[all …]
/kernel/linux/linux-6.6/drivers/soc/fsl/qbman/
Dqman_test_api.c106 static int do_enqueues(struct qman_fq *fq) in do_enqueues()
126 struct qman_fq *fq = &fq_base; in qman_test_api() local
211 struct qman_fq *fq, in cb_dqrr()
227 static void cb_ern(struct qman_portal *p, struct qman_fq *fq, in cb_ern()
234 static void cb_fqs(struct qman_portal *p, struct qman_fq *fq, in cb_fqs()
Dqman.c268 struct qm_mcc_fq fq; member
957 static inline void fq_set(struct qman_fq *fq, u32 mask) in fq_set()
962 static inline void fq_clear(struct qman_fq *fq, u32 mask) in fq_clear()
967 static inline int fq_isset(struct qman_fq *fq, u32 mask) in fq_isset()
972 static inline int fq_isclear(struct qman_fq *fq, u32 mask) in fq_isclear()
1121 struct qman_fq *fq; in idx_to_fq() local
1151 static u32 fq_to_tag(struct qman_fq *fq) in fq_to_tag()
1425 static inline void fq_state_change(struct qman_portal *p, struct qman_fq *fq, in fq_state_change()
1488 struct qman_fq *fq; in qm_mr_process_task() local
1571 static noinline void clear_vdqcr(struct qman_portal *p, struct qman_fq *fq) in clear_vdqcr()
[all …]
/kernel/linux/linux-5.10/net/ieee802154/6lowpan/
Dreassembly.c47 struct frag_queue *fq; in lowpan_frag_expire() local
84 static int lowpan_frag_queue(struct lowpan_frag_queue *fq, in lowpan_frag_queue()
163 static int lowpan_frag_reasm(struct lowpan_frag_queue *fq, struct sk_buff *skb, in lowpan_frag_reasm()
278 struct lowpan_frag_queue *fq; in lowpan_frag_rcv() local
493 const struct inet_frag_queue *fq = data; in lowpan_obj_hashfn() local
502 const struct inet_frag_queue *fq = ptr; in lowpan_obj_cmpfn() local
/kernel/linux/linux-6.6/net/ieee802154/6lowpan/
Dreassembly.c47 struct frag_queue *fq; in lowpan_frag_expire() local
84 static int lowpan_frag_queue(struct lowpan_frag_queue *fq, in lowpan_frag_queue()
164 static int lowpan_frag_reasm(struct lowpan_frag_queue *fq, struct sk_buff *skb, in lowpan_frag_reasm()
279 struct lowpan_frag_queue *fq; in lowpan_frag_rcv() local
498 const struct inet_frag_queue *fq = data; in lowpan_obj_hashfn() local
507 const struct inet_frag_queue *fq = ptr; in lowpan_obj_cmpfn() local
/kernel/linux/linux-5.10/net/ipv6/netfilter/
Dnf_conntrack_reasm.c141 struct frag_queue *fq; in nf_ct_frag6_expire() local
169 static int nf_ct_frag6_queue(struct frag_queue *fq, struct sk_buff *skb, in nf_ct_frag6_queue()
315 static int nf_ct_frag6_reasm(struct frag_queue *fq, struct sk_buff *skb, in nf_ct_frag6_reasm()
446 struct frag_queue *fq; in nf_ct_frag6_gather() local
/kernel/linux/linux-5.10/net/ipv6/
Dreassembly.c76 struct frag_queue *fq; in ip6_frag_expire() local
106 static int ip6_frag_queue(struct frag_queue *fq, struct sk_buff *skb, in ip6_frag_queue()
250 static int ip6_frag_reasm(struct frag_queue *fq, struct sk_buff *skb, in ip6_frag_reasm()
324 struct frag_queue *fq; in ipv6_frag_rcv() local
/kernel/linux/linux-6.6/net/ipv6/
Dreassembly.c76 struct frag_queue *fq; in ip6_frag_expire() local
106 static int ip6_frag_queue(struct frag_queue *fq, struct sk_buff *skb, in ip6_frag_queue()
256 static int ip6_frag_reasm(struct frag_queue *fq, struct sk_buff *skb, in ip6_frag_reasm()
330 struct frag_queue *fq; in ipv6_frag_rcv() local
/kernel/linux/linux-6.6/net/ipv6/netfilter/
Dnf_conntrack_reasm.c137 struct frag_queue *fq; in nf_ct_frag6_expire() local
166 static int nf_ct_frag6_queue(struct frag_queue *fq, struct sk_buff *skb, in nf_ct_frag6_queue()
313 static int nf_ct_frag6_reasm(struct frag_queue *fq, struct sk_buff *skb, in nf_ct_frag6_reasm()
444 struct frag_queue *fq; in nf_ct_frag6_gather() local
/kernel/linux/linux-5.10/drivers/iommu/
Diova.c95 struct iova_fq *fq; in init_iova_flush_queue() local
459 #define fq_ring_for_each(i, fq) \ argument
462 static inline bool fq_full(struct iova_fq *fq) in fq_full()
468 static inline unsigned fq_ring_add(struct iova_fq *fq) in fq_ring_add()
479 static void fq_ring_free(struct iova_domain *iovad, struct iova_fq *fq) in fq_ring_free()
522 struct iova_fq *fq = per_cpu_ptr(iovad->fq, cpu); in fq_destroy_all_entries() local
540 struct iova_fq *fq; in fq_flush_timeout() local
553 struct iova_fq *fq = raw_cpu_ptr(iovad->fq); in queue_iova() local
/kernel/linux/linux-6.6/drivers/crypto/caam/
Dqi.c142 static void caam_fq_ern_cb(struct qman_portal *qm, struct qman_fq *fq, in caam_fq_ern_cb()
225 static int empty_retired_fq(struct device *qidev, struct qman_fq *fq) in empty_retired_fq()
248 static int kill_fq(struct device *qidev, struct qman_fq *fq) in kill_fq()
293 static int empty_caam_fq(struct qman_fq *fq, struct caam_drv_ctx *drv_ctx) in empty_caam_fq()
621 struct qman_fq *fq; in alloc_rsp_fq_cpu() local
/kernel/linux/linux-5.10/drivers/crypto/caam/
Dqi.c135 static void caam_fq_ern_cb(struct qman_portal *qm, struct qman_fq *fq, in caam_fq_ern_cb()
218 static int empty_retired_fq(struct device *qidev, struct qman_fq *fq) in empty_retired_fq()
241 static int kill_fq(struct device *qidev, struct qman_fq *fq) in kill_fq()
286 static int empty_caam_fq(struct qman_fq *fq, struct caam_drv_ctx *drv_ctx) in empty_caam_fq()
617 struct qman_fq *fq; in alloc_rsp_fq_cpu() local
/kernel/linux/linux-5.10/drivers/net/ethernet/freescale/dpaa2/
Ddpaa2-eth-debugfs.c47 static char *fq_type_to_str(struct dpaa2_eth_fq *fq) in fq_type_to_str()
62 struct dpaa2_eth_fq *fq; in dpaa2_dbg_fqs_show() local
Ddpaa2-eth.c254 struct dpaa2_eth_fq *fq, in dpaa2_eth_xdp_flush()
284 struct dpaa2_eth_fq *fq) in dpaa2_eth_xdp_tx_flush()
317 struct dpaa2_eth_fq *fq; in dpaa2_eth_xdp_enqueue() local
429 struct dpaa2_eth_fq *fq) in dpaa2_eth_rx()
584 struct dpaa2_eth_fq *fq = NULL; in dpaa2_eth_consume_frames() local
970 struct dpaa2_eth_fq *fq, in dpaa2_eth_free_tx_fd()
1080 struct dpaa2_eth_fq *fq; in __dpaa2_eth_tx() local
1243 struct dpaa2_eth_fq *fq) in dpaa2_eth_tx_conf()
1517 struct dpaa2_eth_fq *fq, *txc_fq = NULL; in dpaa2_eth_poll() local
1620 struct dpaa2_eth_fq *fq; in dpaa2_eth_set_rx_taildrop() local
[all …]
/kernel/linux/linux-6.6/drivers/net/ethernet/freescale/dpaa2/
Ddpaa2-xsk.c17 struct dpaa2_eth_fq *fq; in dpaa2_eth_setup_consume_func() local
106 struct dpaa2_eth_fq *fq) in dpaa2_xsk_rx()
399 struct dpaa2_eth_fq *fq; in dpaa2_xsk_tx() local
Ddpaa2-eth.c335 struct dpaa2_eth_fq *fq, in dpaa2_eth_xdp_flush()
365 struct dpaa2_eth_fq *fq) in dpaa2_eth_xdp_tx_flush()
398 struct dpaa2_eth_fq *fq; in dpaa2_eth_xdp_enqueue() local
538 struct dpaa2_eth_fq *fq, in dpaa2_eth_receive_skb()
581 struct dpaa2_eth_fq *fq) in dpaa2_eth_rx()
714 struct dpaa2_eth_fq *fq = NULL; in dpaa2_eth_consume_frames() local
1121 struct dpaa2_eth_fq *fq, in dpaa2_eth_free_tx_fd()
1404 struct dpaa2_eth_fq *fq; in __dpaa2_eth_tx() local
1582 struct dpaa2_eth_fq *fq) in dpaa2_eth_tx_conf()
1947 struct dpaa2_eth_fq *fq, *txc_fq = NULL; in dpaa2_eth_poll() local
[all …]

123