Home
last modified time | relevance | path

Searched refs:tx_coal (Results 1 – 15 of 15) sorted by relevance

/drivers/net/ethernet/pensando/ionic/
Dionic_ethtool.c430 u32 tx_coal, tx_dim; in ionic_set_coalesce() local
454 tx_coal = ionic_coal_usec_to_hw(lif->ionic, coalesce->tx_coalesce_usecs); in ionic_set_coalesce()
455 if (!tx_coal && coalesce->tx_coalesce_usecs) in ionic_set_coalesce()
456 tx_coal = 1; in ionic_set_coalesce()
459 tx_coal > IONIC_INTR_CTRL_COAL_MAX) in ionic_set_coalesce()
470 lif->tx_coalesce_hw = tx_coal; in ionic_set_coalesce()
482 tx_dim = tx_coal; in ionic_set_coalesce()
/drivers/net/ethernet/qlogic/qed/
Dqed_vf.c1411 u16 rx_coal, u16 tx_coal, struct qed_queue_cid *p_cid) in qed_vf_pf_set_coalesce() argument
1422 req->tx_coal = tx_coal; in qed_vf_pf_set_coalesce()
1428 rx_coal, tx_coal, req->qid); in qed_vf_pf_set_coalesce()
1445 if (tx_coal) in qed_vf_pf_set_coalesce()
1446 p_hwfn->cdev->tx_coalesce_usecs = tx_coal; in qed_vf_pf_set_coalesce()
Dqed_dev_api.h444 qed_set_queue_coalesce(u16 rx_coal, u16 tx_coal, void *p_handle);
Dqed_sriov.h196 u16 tx_coal; member
Dqed_vf.h481 u16 tx_coal; member
702 u16 tx_coal, struct qed_queue_cid *p_cid);
Dqed_sriov.c3490 u16 rx_coal, tx_coal; in qed_iov_vf_pf_set_coalesce() local
3497 tx_coal = req->tx_coal; in qed_iov_vf_pf_set_coalesce()
3509 QED_IOV_VALIDATE_Q_ENABLE) && tx_coal) { in qed_iov_vf_pf_set_coalesce()
3519 vf->abs_vf_id, rx_coal, tx_coal, qid); in qed_iov_vf_pf_set_coalesce()
3535 if (tx_coal) { in qed_iov_vf_pf_set_coalesce()
3545 rc = qed_set_txq_coalesce(p_hwfn, p_ptt, tx_coal, in qed_iov_vf_pf_set_coalesce()
3556 vf->tx_coal = tx_coal; in qed_iov_vf_pf_set_coalesce()
Dqed_dev.c4814 int qed_set_queue_coalesce(u16 rx_coal, u16 tx_coal, void *p_handle) in qed_set_queue_coalesce() argument
4824 return qed_vf_pf_set_coalesce(p_hwfn, rx_coal, tx_coal, p_cid); in qed_set_queue_coalesce()
4837 if (tx_coal) { in qed_set_queue_coalesce()
4838 rc = qed_set_txq_coalesce(p_hwfn, p_ptt, tx_coal, p_cid); in qed_set_queue_coalesce()
4841 p_hwfn->cdev->tx_coalesce_usecs = tx_coal; in qed_set_queue_coalesce()
Dqed_main.c2805 static int qed_set_coalesce(struct qed_dev *cdev, u16 rx_coal, u16 tx_coal, in qed_set_coalesce() argument
2808 return qed_set_queue_coalesce(rx_coal, tx_coal, handle); in qed_set_coalesce()
/drivers/net/ethernet/hisilicon/hns3/
Dhns3_enet.h486 struct hns3_enet_coalesce tx_coal; member
Dhns3_enet.c4402 memcpy(&priv->tx_coal, &priv->tqp_vector[0].tx_group.coal, in hns3_store_coal()
4414 memcpy(&priv->tqp_vector[i].tx_group.coal, &priv->tx_coal, in hns3_restore_coal()
/drivers/net/ethernet/qlogic/qede/
Dqede_ethtool.c771 u16 rx_coal, tx_coal, i, rc = 0; in qede_get_coalesce() local
775 tx_coal = QED_DEFAULT_TX_USECS; in qede_get_coalesce()
812 rc = edev->ops->get_coalesce(edev->cdev, &tx_coal, tx_handle); in qede_get_coalesce()
821 coal->tx_coalesce_usecs = tx_coal; in qede_get_coalesce()
/drivers/net/ethernet/tehuti/
Dtehuti.c2198 int tx_coal; in bdx_set_coalesce() local
2204 tx_coal = ecoal->tx_coalesce_usecs / INT_COAL_MULT; in bdx_set_coalesce()
2216 if ((rx_coal > 0x7FFF) || (tx_coal > 0x7FFF) || in bdx_set_coalesce()
2222 tdintcm = INT_REG_VAL(tx_coal, GET_INT_COAL_RC(priv->tdintcm), 0, in bdx_set_coalesce()
/drivers/net/ethernet/broadcom/bnxt/
Dbnxt.h1897 struct bnxt_coal tx_coal; member
Dbnxt_ethtool.c65 hw_coal = &bp->tx_coal; in bnxt_get_coalesce()
102 hw_coal = &bp->tx_coal; in bnxt_set_coalesce()
Dbnxt.c6647 bnxt_hwrm_set_coal_params(bp, &bp->tx_coal, &req_tx); in bnxt_hwrm_set_coal()
6684 hw_coal = &bp->tx_coal; in bnxt_hwrm_set_coal()
11303 coal = &bp->tx_coal; in bnxt_init_dflt_coal()