Home
last modified time | relevance | path

Searched refs:coalesce (Results 1 – 14 of 14) sorted by relevance

/drivers/net/ethernet/sfc/
Dethtool.c590 struct ethtool_coalesce *coalesce) in efx_ethtool_get_coalesce() argument
598 coalesce->tx_coalesce_usecs = tx_usecs; in efx_ethtool_get_coalesce()
599 coalesce->tx_coalesce_usecs_irq = tx_usecs; in efx_ethtool_get_coalesce()
600 coalesce->rx_coalesce_usecs = rx_usecs; in efx_ethtool_get_coalesce()
601 coalesce->rx_coalesce_usecs_irq = rx_usecs; in efx_ethtool_get_coalesce()
602 coalesce->use_adaptive_rx_coalesce = rx_adaptive; in efx_ethtool_get_coalesce()
608 struct ethtool_coalesce *coalesce) in efx_ethtool_set_coalesce() argument
616 if (coalesce->use_adaptive_tx_coalesce) in efx_ethtool_set_coalesce()
621 if (coalesce->rx_coalesce_usecs != rx_usecs) in efx_ethtool_set_coalesce()
622 rx_usecs = coalesce->rx_coalesce_usecs; in efx_ethtool_set_coalesce()
[all …]
/drivers/net/ethernet/brocade/bna/
Dbnad_ethtool.c326 bnad_get_coalesce(struct net_device *netdev, struct ethtool_coalesce *coalesce) in bnad_get_coalesce() argument
333 coalesce->use_adaptive_rx_coalesce = in bnad_get_coalesce()
337 coalesce->rx_coalesce_usecs = bnad->rx_coalescing_timeo * in bnad_get_coalesce()
339 coalesce->tx_coalesce_usecs = bnad->tx_coalescing_timeo * in bnad_get_coalesce()
341 coalesce->tx_max_coalesced_frames = BFI_TX_INTERPKT_COUNT; in bnad_get_coalesce()
347 bnad_set_coalesce(struct net_device *netdev, struct ethtool_coalesce *coalesce) in bnad_set_coalesce() argument
353 if (coalesce->rx_coalesce_usecs == 0 || in bnad_set_coalesce()
354 coalesce->rx_coalesce_usecs > in bnad_set_coalesce()
358 if (coalesce->tx_coalesce_usecs == 0 || in bnad_set_coalesce()
359 coalesce->tx_coalesce_usecs > in bnad_set_coalesce()
[all …]
/drivers/scsi/bfa/
Dbfa_core.c1026 cfg_info->intr_attr.coalesce = BFA_TRUE; in bfa_iocfc_send_cfg()
1608 attr->intr_attr.coalesce = iocfc->cfginfo->intr_attr.coalesce; in bfa_iocfc_get_attr()
1627 iocfc->cfginfo->intr_attr.coalesce = attr->coalesce; in bfa_iocfc_israttr_set()
1640 m->coalesce = iocfc->cfginfo->intr_attr.coalesce; in bfa_iocfc_israttr_set()
Dbfi_ms.h128 u8 coalesce; /* enable intr coalescing */ member
Dbfa_defs_svc.h35 u8 coalesce; /* enable/disable coalescing */ member
/drivers/net/ethernet/dlink/
Ddl2k.h384 unsigned int coalesce:1; /* Rx coalescing enable */ member
Ddl2k.c218 np->coalesce = 1; in rio_probe1()
285 if (np->coalesce) in rio_probe1()
441 if (np->coalesce) { in rio_open()
/drivers/net/wireless/mwifiex/
Dcfg80211.c2575 struct cfg80211_coalesce *coalesce) in mwifiex_cfg80211_set_coalesce() argument
2584 if (!coalesce) { in mwifiex_cfg80211_set_coalesce()
2592 coalesce_cfg.num_of_rules = coalesce->n_rules; in mwifiex_cfg80211_set_coalesce()
2593 for (i = 0; i < coalesce->n_rules; i++) { in mwifiex_cfg80211_set_coalesce()
2594 ret = mwifiex_fill_coalesce_rule_info(priv, &coalesce->rules[i], in mwifiex_cfg80211_set_coalesce()
2905 wiphy->coalesce = &mwifiex_coalesce_support; in mwifiex_register_cfg80211()
/drivers/net/ethernet/chelsio/cxgb4vf/
Dcxgb4vf_main.c1322 struct ethtool_coalesce *coalesce) in cxgb4vf_get_coalesce() argument
1328 coalesce->rx_coalesce_usecs = qtimer_val(adapter, rspq); in cxgb4vf_get_coalesce()
1329 coalesce->rx_max_coalesced_frames = in cxgb4vf_get_coalesce()
1342 struct ethtool_coalesce *coalesce) in cxgb4vf_set_coalesce() argument
1349 coalesce->rx_coalesce_usecs, in cxgb4vf_set_coalesce()
1350 coalesce->rx_max_coalesced_frames); in cxgb4vf_set_coalesce()
/drivers/net/ethernet/amd/
Damd8111e.h808 static bool coalesce[MAX_UNITS] = { [ 0 ... MAX_UNITS-1] = true }; variable
Damd8111e.c106 module_param_array(coalesce, bool, NULL, 0);
107 MODULE_PARM_DESC(coalesce, "Enable or Disable interrupt coalescing, 1: Enable, 0: Disable");
1866 if(coalesce[card_idx]) in amd8111e_probe_one()
/drivers/infiniband/ulp/isert/
Dib_isert.c1087 struct ib_send_wr *send_wr, bool coalesce) in isert_init_send_wr() argument
1101 if (coalesce && isert_conn->state == ISER_CONN_FULL_FEATURE && in isert_init_send_wr()
/drivers/scsi/aic7xxx/
Daic79xx.seq250 * to the host, always coalesce. Otherwise honor the
268 * If coalescing, only coalesce up to the limit
Daic79xx.reg3995 * The maximum number of commands to coalesce into a single interrupt.