Lines Matching refs:ref_ok
142 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()
338 return ref_ok; in fun_gather_pkt()
376 int ref_ok; in fun_handle_cqe_pkt() local
393 ref_ok = fun_gather_pkt(q, tot_len, frags); in fun_handle_cqe_pkt()
396 va = fun_run_xdp(q, frags, va, ref_ok, xdp_q); in fun_handle_cqe_pkt()
401 if (unlikely(!ref_ok)) in fun_handle_cqe_pkt()
420 if (ref_ok < 0) in fun_handle_cqe_pkt()