Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/qlogic/qed/
Dqed_dev_api.h473 qed_set_queue_coalesce(u16 rx_coal, u16 tx_coal, void *p_handle);
Dqed_vf.c1407 u16 rx_coal, u16 tx_coal, struct qed_queue_cid *p_cid) in qed_vf_pf_set_coalesce() argument
1418 req->tx_coal = tx_coal; in qed_vf_pf_set_coalesce()
1424 rx_coal, tx_coal, req->qid); in qed_vf_pf_set_coalesce()
1441 if (tx_coal) in qed_vf_pf_set_coalesce()
1442 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.c3497 u16 rx_coal, tx_coal; in qed_iov_vf_pf_set_coalesce() local
3504 tx_coal = req->tx_coal; in qed_iov_vf_pf_set_coalesce()
3516 QED_IOV_VALIDATE_Q_ENABLE) && tx_coal) { in qed_iov_vf_pf_set_coalesce()
3526 vf->abs_vf_id, rx_coal, tx_coal, qid); in qed_iov_vf_pf_set_coalesce()
3542 if (tx_coal) { in qed_iov_vf_pf_set_coalesce()
3552 rc = qed_set_txq_coalesce(p_hwfn, p_ptt, tx_coal, in qed_iov_vf_pf_set_coalesce()
3563 vf->tx_coal = tx_coal; in qed_iov_vf_pf_set_coalesce()
Dqed_dev.c3863 int qed_set_queue_coalesce(u16 rx_coal, u16 tx_coal, void *p_handle) in qed_set_queue_coalesce() argument
3873 return qed_vf_pf_set_coalesce(p_hwfn, rx_coal, tx_coal, p_cid); in qed_set_queue_coalesce()
3886 if (tx_coal) { in qed_set_queue_coalesce()
3887 rc = qed_set_txq_coalesce(p_hwfn, p_ptt, tx_coal, p_cid); in qed_set_queue_coalesce()
3890 p_hwfn->cdev->tx_coalesce_usecs = tx_coal; in qed_set_queue_coalesce()
Dqed_main.c1989 static int qed_set_coalesce(struct qed_dev *cdev, u16 rx_coal, u16 tx_coal, in qed_set_coalesce() argument
1992 return qed_set_queue_coalesce(rx_coal, tx_coal, handle); in qed_set_coalesce()
/Linux-v4.19/drivers/net/ethernet/qlogic/qede/
Dqede_ethtool.c728 u16 rx_coal, tx_coal, i, rc = 0; in qede_get_coalesce() local
732 tx_coal = QED_DEFAULT_TX_USECS; in qede_get_coalesce()
769 rc = edev->ops->get_coalesce(edev->cdev, &tx_coal, tx_handle); in qede_get_coalesce()
778 coal->tx_coalesce_usecs = tx_coal; in qede_get_coalesce()
/Linux-v4.19/drivers/net/ethernet/tehuti/
Dtehuti.c2209 int tx_coal; in bdx_set_coalesce() local
2215 tx_coal = ecoal->tx_coalesce_usecs / INT_COAL_MULT; in bdx_set_coalesce()
2227 if ((rx_coal > 0x7FFF) || (tx_coal > 0x7FFF) || in bdx_set_coalesce()
2233 tdintcm = INT_REG_VAL(tx_coal, GET_INT_COAL_RC(priv->tdintcm), 0, in bdx_set_coalesce()
/Linux-v4.19/drivers/net/ethernet/hisilicon/hns3/
Dhns3_enet.c3596 struct hns3_enet_coalesce tx_coal, rx_coal; in hns3_set_channels() local
3633 memcpy(&tx_coal, &priv->tqp_vector[0].tx_group.coal, in hns3_set_channels()
3644 ret = hns3_modify_tqp_num(netdev, new_tqp_num, &tx_coal, &rx_coal); in hns3_set_channels()
3647 &tx_coal, &rx_coal); in hns3_set_channels()
/Linux-v4.19/include/linux/qed/
Dqed_if.h985 u16 rx_coal, u16 tx_coal, void *handle);
/Linux-v4.19/drivers/net/ethernet/broadcom/bnxt/
Dbnxt.h1332 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.c5002 bnxt_hwrm_set_coal_params(&bp->tx_coal, &req_tx); in bnxt_hwrm_set_coal()
7913 coal = &bp->tx_coal; in bnxt_init_dflt_coal()