Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/cavium/liquidio/
Docteon_droq.c614 struct sk_buff *nicbuf = NULL; in octeon_droq_fast_process_packets() local
648 nicbuf = droq->recv_buf_list[ in octeon_droq_fast_process_packets()
661 nicbuf = octeon_fast_packet_alloc((u32) in octeon_droq_fast_process_packets()
675 if (nicbuf) { in octeon_droq_fast_process_packets()
677 nicbuf, in octeon_droq_fast_process_packets()
697 if (nicbuf) { in octeon_droq_fast_process_packets()
700 nicbuf, pkt_len, in octeon_droq_fast_process_packets()
704 recv_buffer_free(nicbuf); in octeon_droq_fast_process_packets()
Docteon_network.h494 struct sk_buff *nicbuf, in octeon_fast_packet_next() argument
498 skb_put_data(nicbuf, get_rbd(droq->recv_buf_list[idx].buffer), in octeon_fast_packet_next()