Home
last modified time | relevance | path

Searched refs:ref_ok (Results 1 - 1 of 1) sorted by relevance

/kernel/linux/linux-6.6/drivers/net/ethernet/fungible/funeth/
H A Dfuneth_rx.c142 int ref_ok, struct funeth_txq *xdp_q) in fun_run_xdp()
165 if (unlikely(!ref_ok)) in fun_run_xdp()
175 if (unlikely(!ref_ok)) in fun_run_xdp()
301 int ref_ok = 1; in fun_gather_pkt() local
315 ref_ok = 0; in fun_gather_pkt()
323 if (ref_ok) in fun_gather_pkt()
324 ref_ok |= buf->node; in fun_gather_pkt()
337 return ref_ok; in fun_gather_pkt()
375 int ref_ok; in fun_handle_cqe_pkt() local
392 ref_ok in fun_handle_cqe_pkt()
141 fun_run_xdp(struct funeth_rxq *q, skb_frag_t *frags, void *buf_va, int ref_ok, struct funeth_txq *xdp_q) fun_run_xdp() argument
[all...]

Completed in 1 milliseconds