| /OK3568_Linux_fs/kernel/drivers/net/ethernet/pensando/ionic/ |
| H A D | ionic_ethtool.c | 430 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()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/qlogic/qed/ |
| H A D | qed_vf.c | 1411 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()
|
| H A D | qed_dev_api.h | 444 qed_set_queue_coalesce(u16 rx_coal, u16 tx_coal, void *p_handle);
|
| H A D | qed_sriov.h | 196 u16 tx_coal; member
|
| H A D | qed_vf.h | 481 u16 tx_coal; member 702 u16 tx_coal, struct qed_queue_cid *p_cid);
|
| H A D | qed_sriov.c | 3490 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()
|
| H A D | qed_dev.c | 4814 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()
|
| H A D | qed_main.c | 2805 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()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/hisilicon/hns3/ |
| H A D | hns3_enet.h | 486 struct hns3_enet_coalesce tx_coal; member
|
| H A D | hns3_enet.c | 4402 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()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/tehuti/ |
| H A D | tehuti.c | 2198 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()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/qlogic/qede/ |
| H A D | qede_ethtool.c | 767 u16 rx_coal, tx_coal, i, rc = 0; in qede_get_coalesce() local 771 tx_coal = QED_DEFAULT_TX_USECS; in qede_get_coalesce() 808 rc = edev->ops->get_coalesce(edev->cdev, &tx_coal, tx_handle); in qede_get_coalesce() 817 coal->tx_coalesce_usecs = tx_coal; in qede_get_coalesce()
|
| /OK3568_Linux_fs/kernel/include/linux/qed/ |
| H A D | qed_if.h | 999 u16 rx_coal, u16 tx_coal, void *handle);
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/broadcom/bnxt/ |
| H A D | bnxt.h | 1896 struct bnxt_coal tx_coal; member
|
| H A D | bnxt_ethtool.c | 65 hw_coal = &bp->tx_coal; in bnxt_get_coalesce() 102 hw_coal = &bp->tx_coal; in bnxt_set_coalesce()
|
| H A D | bnxt.c | 6641 bnxt_hwrm_set_coal_params(bp, &bp->tx_coal, &req_tx); in bnxt_hwrm_set_coal() 6678 hw_coal = &bp->tx_coal; in bnxt_hwrm_set_coal() 11288 coal = &bp->tx_coal; in bnxt_init_dflt_coal()
|