Searched refs:cq_ecount_wait (Results 1 – 3 of 3) sorted by relevance
357 cmd->rx_max_coalesced_frames = hw->cq_ecount_wait; in otx2_get_coalesce()359 cmd->tx_max_coalesced_frames = hw->cq_ecount_wait; in otx2_get_coalesce()404 if (hw->cq_ecount_wait == ec->rx_max_coalesced_frames) in otx2_set_coalesce()405 hw->cq_ecount_wait = ec->tx_max_coalesced_frames; in otx2_set_coalesce()406 else if (hw->cq_ecount_wait == ec->tx_max_coalesced_frames) in otx2_set_coalesce()407 hw->cq_ecount_wait = ec->rx_max_coalesced_frames; in otx2_set_coalesce()409 hw->cq_ecount_wait = min_t(u16, ec->rx_max_coalesced_frames, in otx2_set_coalesce()
177 u16 cq_ecount_wait; member300 pfvf->hw.cq_ecount_wait = CQ_CQE_THRESH_DEFAULT; in otx2_setup_dev_hw_settings()
468 (pfvf->hw.cq_ecount_wait - 1)); in otx2_config_irq_coalescing()