Home
last modified time | relevance | path

Searched refs:rx_coal (Results 1 – 13 of 13) sorted by relevance

/linux/drivers/net/ethernet/qlogic/qed/
H A Dqed_vf.c1401 u16 rx_coal, u16 tx_coal, struct qed_queue_cid *p_cid) in qed_vf_pf_set_coalesce() argument
1411 req->rx_coal = rx_coal; in qed_vf_pf_set_coalesce()
1418 rx_coal, tx_coal, req->qid); in qed_vf_pf_set_coalesce()
1432 if (rx_coal) in qed_vf_pf_set_coalesce()
1433 p_hwfn->cdev->rx_coalesce_usecs = rx_coal; in qed_vf_pf_set_coalesce()
H A Dqed_dev_api.h482 qed_set_queue_coalesce(u16 rx_coal, u16 tx_coal, void *p_handle);
H A Dqed_sriov.h195 u16 rx_coal; member
H A Dqed_vf.h480 u16 rx_coal; member
704 u16 rx_coal,
H A Dqed_sriov.c3492 u16 rx_coal, tx_coal; in qed_iov_vf_pf_set_coalesce() local
3498 rx_coal = req->rx_coal; in qed_iov_vf_pf_set_coalesce()
3503 QED_IOV_VALIDATE_Q_ENABLE) && rx_coal) { in qed_iov_vf_pf_set_coalesce()
3521 vf->abs_vf_id, rx_coal, tx_coal, qid); in qed_iov_vf_pf_set_coalesce()
3523 if (rx_coal) { in qed_iov_vf_pf_set_coalesce()
3526 rc = qed_set_rxq_coalesce(p_hwfn, p_ptt, rx_coal, p_cid); in qed_iov_vf_pf_set_coalesce()
3534 vf->rx_coal = rx_coal; in qed_iov_vf_pf_set_coalesce()
H A Dqed_dev.c4892 int qed_set_queue_coalesce(u16 rx_coal, u16 tx_coal, void *p_handle) in qed_set_queue_coalesce() argument
4902 return qed_vf_pf_set_coalesce(p_hwfn, rx_coal, tx_coal, p_cid); in qed_set_queue_coalesce()
4908 if (rx_coal) { in qed_set_queue_coalesce()
4909 rc = qed_set_rxq_coalesce(p_hwfn, p_ptt, rx_coal, p_cid); in qed_set_queue_coalesce()
4912 p_hwfn->cdev->rx_coalesce_usecs = rx_coal; in qed_set_queue_coalesce()
/linux/drivers/net/ethernet/cisco/enic/
H A Denic_main.c384 struct enic_rx_coal *rx_coal = &enic->rx_coalesce_setting; in enic_set_rx_coal_setting() local
398 rx_coal->small_pkt_range_start = mod_range[index].small_pkt_range_start; in enic_set_rx_coal_setting()
399 rx_coal->large_pkt_range_start = mod_range[index].large_pkt_range_start; in enic_set_rx_coal_setting()
400 rx_coal->range_end = ENIC_RX_COALESCE_RANGE_END; in enic_set_rx_coal_setting()
407 rx_coal->use_adaptive_rx_coalesce = 1; in enic_set_rx_coal_setting()
1279 struct enic_rx_coal *rx_coal = &enic->rx_coalesce_setting; in enic_calc_int_moderation() local
1312 rx_coal->small_pkt_range_start : in enic_calc_int_moderation()
1313 rx_coal->large_pkt_range_start; in enic_calc_int_moderation()
1314 timer = range_start + ((rx_coal->range_end - range_start) * in enic_calc_int_moderation()
/linux/drivers/net/ethernet/qlogic/qede/
H A Dqede_ethtool.c759 u16 rx_coal, tx_coal, i, rc = 0; in qede_get_coalesce() local
762 rx_coal = QED_DEFAULT_RX_USECS; in qede_get_coalesce()
778 rc = edev->ops->get_coalesce(edev->cdev, &rx_coal, rx_handle); in qede_get_coalesce()
808 coal->rx_coalesce_usecs = rx_coal; in qede_get_coalesce()
2214 u16 rx_coal, tx_coal; in qede_get_per_coalesce() local
2217 rx_coal = QED_DEFAULT_RX_USECS; in qede_get_per_coalesce()
2239 rc = edev->ops->get_coalesce(edev->cdev, &rx_coal, in qede_get_per_coalesce()
2258 coal->rx_coalesce_usecs = rx_coal; in qede_get_per_coalesce()
/linux/drivers/net/ethernet/tehuti/
H A Dtehuti.c2187 int rx_coal; in bdx_set_coalesce() local
2193 rx_coal = ecoal->rx_coalesce_usecs / INT_COAL_MULT; in bdx_set_coalesce()
2206 if ((rx_coal > 0x7FFF) || (tx_coal > 0x7FFF) || in bdx_set_coalesce()
2210 rdintcm = INT_REG_VAL(rx_coal, GET_INT_COAL_RC(priv->rdintcm), in bdx_set_coalesce()
/linux/drivers/net/ethernet/hisilicon/hns3/
H A Dhns3_enet.h596 struct hns3_enet_coalesce rx_coal; member
/linux/include/linux/qed/
H A Dqed_if.h1032 u16 rx_coal, u16 tx_coal, void *handle);
/linux/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt.c4524 cpr->rx_ring_coal.coal_ticks = bp->rx_coal.coal_ticks; in bnxt_init_cp_rings()
4525 cpr->rx_ring_coal.coal_bufs = bp->rx_coal.coal_bufs; in bnxt_init_cp_rings()
4533 cpr2->rx_ring_coal.coal_ticks = bp->rx_coal.coal_ticks; in bnxt_init_cp_rings()
4534 cpr2->rx_ring_coal.coal_bufs = bp->rx_coal.coal_bufs; in bnxt_init_cp_rings()
8298 memcpy(&coal, &bp->rx_coal, sizeof(struct bnxt_coal)); in bnxt_hwrm_set_ring_coal()
8363 bnxt_hwrm_set_coal_params(bp, &bp->rx_coal, req_rx); in bnxt_hwrm_set_coal()
8388 hw_coal = &bp->rx_coal; in bnxt_hwrm_set_coal()
14738 coal = &bp->rx_coal; in bnxt_init_dflt_coal()
H A Dbnxt.h2595 struct bnxt_coal rx_coal; member