Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/qlogic/qed/
Dqed_dev_api.h520 qed_set_queue_coalesce(u16 rx_coal, u16 tx_coal, void *p_handle);
Dqed_vf.c1417 u16 rx_coal, u16 tx_coal, struct qed_queue_cid *p_cid) in qed_vf_pf_set_coalesce() argument
1428 req->tx_coal = tx_coal; in qed_vf_pf_set_coalesce()
1434 rx_coal, tx_coal, req->qid); in qed_vf_pf_set_coalesce()
1451 if (tx_coal) in qed_vf_pf_set_coalesce()
1452 p_hwfn->cdev->tx_coalesce_usecs = tx_coal; in qed_vf_pf_set_coalesce()
Dqed_sriov.h221 u16 tx_coal; member
Dqed_vf.h508 u16 tx_coal; member
729 u16 tx_coal, struct qed_queue_cid *p_cid);
Dqed_sriov.c3501 u16 rx_coal, tx_coal; in qed_iov_vf_pf_set_coalesce() local
3508 tx_coal = req->tx_coal; in qed_iov_vf_pf_set_coalesce()
3520 QED_IOV_VALIDATE_Q_ENABLE) && tx_coal) { in qed_iov_vf_pf_set_coalesce()
3530 vf->abs_vf_id, rx_coal, tx_coal, qid); in qed_iov_vf_pf_set_coalesce()
3546 if (tx_coal) { in qed_iov_vf_pf_set_coalesce()
3556 rc = qed_set_txq_coalesce(p_hwfn, p_ptt, tx_coal, in qed_iov_vf_pf_set_coalesce()
3567 vf->tx_coal = tx_coal; in qed_iov_vf_pf_set_coalesce()
Dqed_dev.c4965 int qed_set_queue_coalesce(u16 rx_coal, u16 tx_coal, void *p_handle) in qed_set_queue_coalesce() argument
4975 return qed_vf_pf_set_coalesce(p_hwfn, rx_coal, tx_coal, p_cid); in qed_set_queue_coalesce()
4988 if (tx_coal) { in qed_set_queue_coalesce()
4989 rc = qed_set_txq_coalesce(p_hwfn, p_ptt, tx_coal, p_cid); in qed_set_queue_coalesce()
4992 p_hwfn->cdev->tx_coalesce_usecs = tx_coal; in qed_set_queue_coalesce()
Dqed_main.c2471 static int qed_set_coalesce(struct qed_dev *cdev, u16 rx_coal, u16 tx_coal, in qed_set_coalesce() argument
2474 return qed_set_queue_coalesce(rx_coal, tx_coal, handle); in qed_set_coalesce()
/Linux-v5.4/drivers/net/ethernet/qlogic/qede/
Dqede_ethtool.c814 u16 rx_coal, tx_coal, i, rc = 0; in qede_get_coalesce() local
818 tx_coal = QED_DEFAULT_TX_USECS; in qede_get_coalesce()
855 rc = edev->ops->get_coalesce(edev->cdev, &tx_coal, tx_handle); in qede_get_coalesce()
864 coal->tx_coalesce_usecs = tx_coal; in qede_get_coalesce()
/Linux-v5.4/drivers/net/ethernet/tehuti/
Dtehuti.c2205 int tx_coal; in bdx_set_coalesce() local
2211 tx_coal = ecoal->tx_coalesce_usecs / INT_COAL_MULT; in bdx_set_coalesce()
2223 if ((rx_coal > 0x7FFF) || (tx_coal > 0x7FFF) || in bdx_set_coalesce()
2229 tdintcm = INT_REG_VAL(tx_coal, GET_INT_COAL_RC(priv->tdintcm), 0, in bdx_set_coalesce()
/Linux-v5.4/drivers/net/ethernet/hisilicon/hns3/
Dhns3_enet.h538 struct hns3_enet_coalesce tx_coal; member
Dhns3_enet.c4214 memcpy(&priv->tx_coal, &priv->tqp_vector[0].tx_group.coal, in hns3_store_coal()
4226 memcpy(&priv->tqp_vector[i].tx_group.coal, &priv->tx_coal, in hns3_restore_coal()
/Linux-v5.4/include/linux/qed/
Dqed_if.h1024 u16 rx_coal, u16 tx_coal, void *handle);
/Linux-v5.4/drivers/net/ethernet/broadcom/bnxt/
Dbnxt.h1712 struct bnxt_coal tx_coal; member
Dbnxt_ethtool.c64 hw_coal = &bp->tx_coal; in bnxt_get_coalesce()
101 hw_coal = &bp->tx_coal; in bnxt_set_coalesce()
Dbnxt.c6253 bnxt_hwrm_set_coal_params(bp, &bp->tx_coal, &req_tx); in bnxt_hwrm_set_coal()
6290 hw_coal = &bp->tx_coal; in bnxt_hwrm_set_coal()
10405 coal = &bp->tx_coal; in bnxt_init_dflt_coal()