/Linux-v4.19/drivers/net/ethernet/qlogic/qed/ |
D | qed_dev_api.h | 473 qed_set_queue_coalesce(u16 rx_coal, u16 tx_coal, void *p_handle);
|
D | qed_vf.c | 1407 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()
|
D | qed_sriov.h | 221 u16 tx_coal; member
|
D | qed_vf.h | 508 u16 tx_coal; member 729 u16 tx_coal, struct qed_queue_cid *p_cid);
|
D | qed_sriov.c | 3497 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()
|
D | qed_dev.c | 3863 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()
|
D | qed_main.c | 1989 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/ |
D | qede_ethtool.c | 728 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/ |
D | tehuti.c | 2209 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/ |
D | hns3_enet.c | 3596 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/ |
D | qed_if.h | 985 u16 rx_coal, u16 tx_coal, void *handle);
|
/Linux-v4.19/drivers/net/ethernet/broadcom/bnxt/ |
D | bnxt.h | 1332 struct bnxt_coal tx_coal; member
|
D | bnxt_ethtool.c | 64 hw_coal = &bp->tx_coal; in bnxt_get_coalesce() 101 hw_coal = &bp->tx_coal; in bnxt_set_coalesce()
|
D | bnxt.c | 5002 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()
|