Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/cavium/liquidio/
Docteon_droq.c608 struct sk_buff *nicbuf = NULL; in octeon_droq_fast_process_packets() local
642 nicbuf = droq->recv_buf_list[ in octeon_droq_fast_process_packets()
655 nicbuf = octeon_fast_packet_alloc((u32) in octeon_droq_fast_process_packets()
669 if (nicbuf) { in octeon_droq_fast_process_packets()
671 nicbuf, in octeon_droq_fast_process_packets()
691 if (nicbuf) { in octeon_droq_fast_process_packets()
694 nicbuf, pkt_len, in octeon_droq_fast_process_packets()
698 recv_buffer_free(nicbuf); in octeon_droq_fast_process_packets()
Docteon_network.h491 struct sk_buff *nicbuf, in octeon_fast_packet_next() argument
495 skb_put_data(nicbuf, get_rbd(droq->recv_buf_list[idx].buffer), in octeon_fast_packet_next()