Searched refs:coalesce (Results 1 – 8 of 8) sorted by relevance
/drivers/net/benet/ |
D | be_ethtool.c | 124 be_get_coalesce(struct net_device *netdev, struct ethtool_coalesce *coalesce) in be_get_coalesce() argument 130 coalesce->rx_max_coalesced_frames = adapter->max_rx_coal; in be_get_coalesce() 132 coalesce->rx_coalesce_usecs = rx_eq->cur_eqd; in be_get_coalesce() 133 coalesce->rx_coalesce_usecs_high = rx_eq->max_eqd; in be_get_coalesce() 134 coalesce->rx_coalesce_usecs_low = rx_eq->min_eqd; in be_get_coalesce() 136 coalesce->tx_coalesce_usecs = tx_eq->cur_eqd; in be_get_coalesce() 137 coalesce->tx_coalesce_usecs_high = tx_eq->max_eqd; in be_get_coalesce() 138 coalesce->tx_coalesce_usecs_low = tx_eq->min_eqd; in be_get_coalesce() 140 coalesce->use_adaptive_rx_coalesce = rx_eq->enable_aic; in be_get_coalesce() 141 coalesce->use_adaptive_tx_coalesce = tx_eq->enable_aic; in be_get_coalesce() [all …]
|
/drivers/net/sfc/ |
D | ethtool.c | 596 struct ethtool_coalesce *coalesce) in efx_ethtool_get_coalesce() argument 603 memset(coalesce, 0, sizeof(*coalesce)); in efx_ethtool_get_coalesce() 606 coalesce->tx_coalesce_usecs_irq = ~((u32) 0); in efx_ethtool_get_coalesce() 609 if (channel->irq_moderation < coalesce->tx_coalesce_usecs_irq) { in efx_ethtool_get_coalesce() 611 coalesce->tx_coalesce_usecs_irq = in efx_ethtool_get_coalesce() 614 coalesce->tx_coalesce_usecs_irq = 0; in efx_ethtool_get_coalesce() 619 coalesce->rx_coalesce_usecs_irq = ~((u32) 0); in efx_ethtool_get_coalesce() 622 if (channel->irq_moderation < coalesce->rx_coalesce_usecs_irq) in efx_ethtool_get_coalesce() 623 coalesce->rx_coalesce_usecs_irq = in efx_ethtool_get_coalesce() 634 struct ethtool_coalesce *coalesce) in efx_ethtool_set_coalesce() argument [all …]
|
/drivers/net/ |
D | dl2k.h | 513 unsigned int coalesce:1; /* Rx coalescing enable */ member
|
D | amd8111e.h | 816 static int coalesce[MAX_UNITS] = {1,1,1,1,1,1,1,1}; variable
|
D | amd8111e.c | 111 module_param_array(coalesce, bool, NULL, 0); 112 MODULE_PARM_DESC(coalesce, "Enable or Disable interrupt coalescing, 1: Enable, 0: Disable"); 1917 if(coalesce[card_idx]) in amd8111e_probe_one()
|
D | dl2k.c | 203 np->coalesce = 1; in rio_probe1() 270 if (np->coalesce) in rio_probe1() 436 if (np->coalesce) { in rio_open()
|
/drivers/scsi/aic7xxx/ |
D | aic79xx.seq | 250 * to the host, always coalesce. Otherwise honor the 268 * If coalescing, only coalesce up to the limit
|
D | aic79xx.reg | 3995 * The maximum number of commands to coalesce into a single interrupt.
|