Home
last modified time | relevance | path

Searched refs:cq_ecount_wait (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/net/ethernet/marvell/octeontx2/nic/
H A Dotx2_ethtool.c468 cmd->rx_max_coalesced_frames = hw->cq_ecount_wait; in otx2_get_coalesce()
470 cmd->tx_max_coalesced_frames = hw->cq_ecount_wait; in otx2_get_coalesce()
544 if (hw->cq_ecount_wait == ec->rx_max_coalesced_frames) in otx2_set_coalesce()
545 hw->cq_ecount_wait = ec->tx_max_coalesced_frames; in otx2_set_coalesce()
546 else if (hw->cq_ecount_wait == ec->tx_max_coalesced_frames) in otx2_set_coalesce()
547 hw->cq_ecount_wait = ec->rx_max_coalesced_frames; in otx2_set_coalesce()
549 hw->cq_ecount_wait = min_t(u16, ec->rx_max_coalesced_frames, in otx2_set_coalesce()
560 hw->cq_ecount_wait = CQ_CQE_THRESH_DEFAULT; in otx2_set_coalesce()
H A Dotx2_common.h235 u16 cq_ecount_wait; member
634 pfvf->hw.cq_ecount_wait = CQ_CQE_THRESH_DEFAULT; in otx2_setup_dev_hw_settings()
H A Dotx2_common.c528 (pfvf->hw.cq_ecount_wait - 1)); in otx2_config_irq_coalescing()
H A Dotx2_pf.c1905 pfvf->hw.cq_ecount_wait = (cur_moder.pkts > NAPI_POLL_WEIGHT) ? in otx2_dim_work()