Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/net/ethernet/fungible/funeth/
Dfuneth_rx.c142 int ref_ok, struct funeth_txq *xdp_q) in fun_run_xdp() argument
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 = fun_gather_pkt(q, tot_len, frags); in fun_handle_cqe_pkt()
[all …]