Searched refs:coalesce (Results 1 – 14 of 14) sorted by relevance
/drivers/net/ethernet/sfc/ |
D | ethtool.c | 590 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/ |
D | bnad_ethtool.c | 326 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/ |
D | bfa_core.c | 1026 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()
|
D | bfi_ms.h | 128 u8 coalesce; /* enable intr coalescing */ member
|
D | bfa_defs_svc.h | 35 u8 coalesce; /* enable/disable coalescing */ member
|
/drivers/net/ethernet/dlink/ |
D | dl2k.h | 384 unsigned int coalesce:1; /* Rx coalescing enable */ member
|
D | dl2k.c | 218 np->coalesce = 1; in rio_probe1() 285 if (np->coalesce) in rio_probe1() 441 if (np->coalesce) { in rio_open()
|
/drivers/net/wireless/mwifiex/ |
D | cfg80211.c | 2575 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/ |
D | cxgb4vf_main.c | 1322 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/ |
D | amd8111e.h | 808 static bool coalesce[MAX_UNITS] = { [ 0 ... MAX_UNITS-1] = true }; variable
|
D | amd8111e.c | 106 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/ |
D | ib_isert.c | 1087 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/ |
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.
|