Searched refs:max_bufs (Results 1 – 5 of 5) sorted by relevance
| /drivers/s390/char/ |
| A D | monwriter.c | 314 module_param_named(max_bufs, mon_max_bufs, int, 0644); 315 MODULE_PARM_DESC(max_bufs, "Maximum number of sample monitor data buffers "
|
| /drivers/net/ethernet/amazon/ena/ |
| A D | ena_eth_com.h | 50 u16 max_bufs; member
|
| A D | ena_eth_com.c | 571 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()
|
| A D | ena_netdev.c | 1213 ena_rx_ctx.max_bufs = rx_ring->sgl_size; in ena_clean_rx_irq()
|
| /drivers/net/ethernet/intel/idpf/ |
| A D | idpf_txrx.c | 19 static bool idpf_chk_linearize(struct sk_buff *skb, unsigned int max_bufs, 2641 static bool __idpf_chk_linearize(struct sk_buff *skb, unsigned int max_bufs) in __idpf_chk_linearize() argument 2649 if (nr_frags < (max_bufs - 1)) in __idpf_chk_linearize() 2655 nr_frags -= max_bufs - 2; in __idpf_chk_linearize() 2725 static bool idpf_chk_linearize(struct sk_buff *skb, unsigned int max_bufs, in idpf_chk_linearize() argument 2728 if (likely(count < max_bufs)) in idpf_chk_linearize() 2731 return __idpf_chk_linearize(skb, max_bufs); in idpf_chk_linearize() 2733 return count > max_bufs; in idpf_chk_linearize()
|
Completed in 22 milliseconds