Home
last modified time | relevance | path

Searched refs:coal (Results 1 – 8 of 8) sorted by relevance

/dpdk/drivers/net/bnxt/
H A Dbnxt_ring.c334 coal->num_cmpl_aggr_int = BNXT_NUM_CMPL_AGGR_INT; in bnxt_init_dflt_coal()
336 coal->num_cmpl_dma_aggr = BNXT_NUM_CMPL_DMA_AGGR; in bnxt_init_dflt_coal()
339 coal->int_lat_tmr_max = BNXT_INT_LAT_TMR_MAX; in bnxt_init_dflt_coal()
341 coal->int_lat_tmr_min = BNXT_INT_LAT_TMR_MIN; in bnxt_init_dflt_coal()
593 struct bnxt_coal coal; in bnxt_alloc_hwrm_rx_ring() local
620 bnxt_init_dflt_coal(&coal); in bnxt_alloc_hwrm_rx_ring()
721 struct bnxt_coal coal; in bnxt_alloc_hwrm_rings() local
725 bnxt_init_dflt_coal(&coal); in bnxt_alloc_hwrm_rings()
755 bnxt_hwrm_set_ring_coal(bp, &coal, in bnxt_alloc_hwrm_rings()
874 struct bnxt_coal coal; in bnxt_alloc_hwrm_tx_ring() local
[all …]
H A Dbnxt_hwrm.h279 struct bnxt_coal *coal, uint16_t ring_id);
H A Dbnxt_hwrm.c5266 struct bnxt_coal *coal, uint16_t ring_id) in bnxt_hwrm_set_ring_coal() argument
5278 bnxt_hwrm_set_coal_params(coal, &req); in bnxt_hwrm_set_ring_coal()
/dpdk/drivers/net/ionic/
H A Dionic_regs.h20 uint32_t coal; member
51 int intr_idx, uint32_t coal) in ionic_intr_coal_init() argument
53 iowrite32(coal, &intr_ctrl[intr_idx].coal_init); in ionic_intr_coal_init()
/dpdk/drivers/net/qede/base/
H A Decore_dev_api.h657 ecore_get_queue_coalesce(struct ecore_hwfn *p_hwfn, u16 *coal,
H A Decore_vfpf_if.h535 u16 coal; member
H A Decore_sriov.c3681 u16 coal = 0, qid, i; in ecore_iov_vf_pf_get_coalesce() local
3700 rc = ecore_get_rxq_coalesce(p_hwfn, p_ptt, p_cid, &coal); in ecore_iov_vf_pf_get_coalesce()
3720 p_cid, &coal); in ecore_iov_vf_pf_get_coalesce()
3732 p_resp->coal = coal; in ecore_iov_vf_pf_get_coalesce()
H A Decore_vf.c1637 *p_coal = resp->coal; in ecore_vf_pf_get_coalesce()