tx_coal 6262 drivers/net/ethernet/broadcom/bnxt/bnxt.c bnxt_hwrm_set_coal_params(bp, &bp->tx_coal, &req_tx); tx_coal 6299 drivers/net/ethernet/broadcom/bnxt/bnxt.c hw_coal = &bp->tx_coal; tx_coal 10422 drivers/net/ethernet/broadcom/bnxt/bnxt.c coal = &bp->tx_coal; tx_coal 1714 drivers/net/ethernet/broadcom/bnxt/bnxt.h struct bnxt_coal tx_coal; tx_coal 64 drivers/net/ethernet/broadcom/bnxt/bnxt_ethtool.c hw_coal = &bp->tx_coal; tx_coal 101 drivers/net/ethernet/broadcom/bnxt/bnxt_ethtool.c hw_coal = &bp->tx_coal; tx_coal 4223 drivers/net/ethernet/hisilicon/hns3/hns3_enet.c memcpy(&priv->tx_coal, &priv->tqp_vector[0].tx_group.coal, tx_coal 4235 drivers/net/ethernet/hisilicon/hns3/hns3_enet.c memcpy(&priv->tqp_vector[i].tx_group.coal, &priv->tx_coal, tx_coal 538 drivers/net/ethernet/hisilicon/hns3/hns3_enet.h struct hns3_enet_coalesce tx_coal; tx_coal 4959 drivers/net/ethernet/qlogic/qed/qed_dev.c int qed_set_queue_coalesce(u16 rx_coal, u16 tx_coal, void *p_handle) tx_coal 4969 drivers/net/ethernet/qlogic/qed/qed_dev.c return qed_vf_pf_set_coalesce(p_hwfn, rx_coal, tx_coal, p_cid); tx_coal 4982 drivers/net/ethernet/qlogic/qed/qed_dev.c if (tx_coal) { tx_coal 4983 drivers/net/ethernet/qlogic/qed/qed_dev.c rc = qed_set_txq_coalesce(p_hwfn, p_ptt, tx_coal, p_cid); tx_coal 4986 drivers/net/ethernet/qlogic/qed/qed_dev.c p_hwfn->cdev->tx_coalesce_usecs = tx_coal; tx_coal 520 drivers/net/ethernet/qlogic/qed/qed_dev_api.h qed_set_queue_coalesce(u16 rx_coal, u16 tx_coal, void *p_handle); tx_coal 2462 drivers/net/ethernet/qlogic/qed/qed_main.c static int qed_set_coalesce(struct qed_dev *cdev, u16 rx_coal, u16 tx_coal, tx_coal 2465 drivers/net/ethernet/qlogic/qed/qed_main.c return qed_set_queue_coalesce(rx_coal, tx_coal, handle); tx_coal 3501 drivers/net/ethernet/qlogic/qed/qed_sriov.c u16 rx_coal, tx_coal; tx_coal 3508 drivers/net/ethernet/qlogic/qed/qed_sriov.c tx_coal = req->tx_coal; tx_coal 3520 drivers/net/ethernet/qlogic/qed/qed_sriov.c QED_IOV_VALIDATE_Q_ENABLE) && tx_coal) { tx_coal 3530 drivers/net/ethernet/qlogic/qed/qed_sriov.c vf->abs_vf_id, rx_coal, tx_coal, qid); tx_coal 3546 drivers/net/ethernet/qlogic/qed/qed_sriov.c if (tx_coal) { tx_coal 3556 drivers/net/ethernet/qlogic/qed/qed_sriov.c rc = qed_set_txq_coalesce(p_hwfn, p_ptt, tx_coal, tx_coal 3567 drivers/net/ethernet/qlogic/qed/qed_sriov.c vf->tx_coal = tx_coal; tx_coal 221 drivers/net/ethernet/qlogic/qed/qed_sriov.h u16 tx_coal; tx_coal 1417 drivers/net/ethernet/qlogic/qed/qed_vf.c u16 rx_coal, u16 tx_coal, struct qed_queue_cid *p_cid) tx_coal 1428 drivers/net/ethernet/qlogic/qed/qed_vf.c req->tx_coal = tx_coal; tx_coal 1434 drivers/net/ethernet/qlogic/qed/qed_vf.c rx_coal, tx_coal, req->qid); tx_coal 1451 drivers/net/ethernet/qlogic/qed/qed_vf.c if (tx_coal) tx_coal 1452 drivers/net/ethernet/qlogic/qed/qed_vf.c p_hwfn->cdev->tx_coalesce_usecs = tx_coal; tx_coal 508 drivers/net/ethernet/qlogic/qed/qed_vf.h u16 tx_coal; tx_coal 729 drivers/net/ethernet/qlogic/qed/qed_vf.h u16 tx_coal, struct qed_queue_cid *p_cid); tx_coal 814 drivers/net/ethernet/qlogic/qede/qede_ethtool.c u16 rx_coal, tx_coal, i, rc = 0; tx_coal 818 drivers/net/ethernet/qlogic/qede/qede_ethtool.c tx_coal = QED_DEFAULT_TX_USECS; tx_coal 855 drivers/net/ethernet/qlogic/qede/qede_ethtool.c rc = edev->ops->get_coalesce(edev->cdev, &tx_coal, tx_handle); tx_coal 864 drivers/net/ethernet/qlogic/qede/qede_ethtool.c coal->tx_coalesce_usecs = tx_coal; tx_coal 2205 drivers/net/ethernet/tehuti/tehuti.c int tx_coal; tx_coal 2211 drivers/net/ethernet/tehuti/tehuti.c tx_coal = ecoal->tx_coalesce_usecs / INT_COAL_MULT; tx_coal 2223 drivers/net/ethernet/tehuti/tehuti.c if ((rx_coal > 0x7FFF) || (tx_coal > 0x7FFF) || tx_coal 2229 drivers/net/ethernet/tehuti/tehuti.c tdintcm = INT_REG_VAL(tx_coal, GET_INT_COAL_RC(priv->tdintcm), 0, tx_coal 1024 include/linux/qed/qed_if.h u16 rx_coal, u16 tx_coal, void *handle);