Home
last modified time | relevance | path

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

/linux/drivers/s390/char/
H A Dmonwriter.c313 module_param_named(max_bufs, mon_max_bufs, int, 0644);
314 MODULE_PARM_DESC(max_bufs, "Maximum number of sample monitor data buffers "
/linux/drivers/net/ethernet/amazon/ena/
H A Dena_eth_com.h50 u16 max_bufs; member
H A Dena_eth_com.c571 if (unlikely(nb_hw_desc > ena_rx_ctx->max_bufs)) { in ena_com_rx_pkt()
573 "Too many RX cdescs (%d) > MAX(%d)\n", nb_hw_desc, ena_rx_ctx->max_bufs); in ena_com_rx_pkt()
H A Dena_netdev.c1213 ena_rx_ctx.max_bufs = rx_ring->sgl_size; in ena_clean_rx_irq()
/linux/drivers/net/ethernet/intel/idpf/
H A Didpf_lib.c2380 unsigned int max_bufs) in idpf_chk_tso_segment() argument
2388 if (nr_frags < (max_bufs - 1)) in idpf_chk_tso_segment()
2394 nr_frags -= max_bufs - 2; in idpf_chk_tso_segment()
H A Didpf_txrx.c26 unsigned int max_bufs, in idpf_chk_linearize() argument
29 if (likely(count <= max_bufs)) in idpf_chk_linearize()