Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/cavium/liquidio/
Docteon_droq.c588 struct sk_buff *nicbuf = NULL; in octeon_droq_fast_process_packets() local
622 nicbuf = droq->recv_buf_list[ in octeon_droq_fast_process_packets()
627 skb_put(nicbuf, pkt_len); in octeon_droq_fast_process_packets()
630 nicbuf = octeon_fast_packet_alloc(oct, droq, in octeon_droq_fast_process_packets()
647 if (nicbuf) { in octeon_droq_fast_process_packets()
656 nicbuf, in octeon_droq_fast_process_packets()
670 if (nicbuf) { in octeon_droq_fast_process_packets()
673 nicbuf, pkt_len, in octeon_droq_fast_process_packets()
676 recv_buffer_free(nicbuf); in octeon_droq_fast_process_packets()
Docteon_network.h216 struct sk_buff *nicbuf, in octeon_fast_packet_next() argument
220 memcpy(skb_put(nicbuf, copy_len), in octeon_fast_packet_next()