Searched refs:coal (Results 1 – 8 of 8) sorted by relevance
| /f-stack/dpdk/drivers/net/ionic/ |
| H A D | ionic_regs.h | 20 uint32_t coal; member 54 int intr_idx, uint32_t coal) in ionic_intr_coal_init() argument 56 iowrite32(coal, &intr_ctrl[intr_idx].coal_init); in ionic_intr_coal_init()
|
| /f-stack/dpdk/drivers/net/bnxt/ |
| H A D | bnxt_ring.c | 323 static void bnxt_init_dflt_coal(struct bnxt_coal *coal) in bnxt_init_dflt_coal() argument 328 coal->num_cmpl_aggr_int = BNXT_NUM_CMPL_AGGR_INT; in bnxt_init_dflt_coal() 330 coal->num_cmpl_dma_aggr = BNXT_NUM_CMPL_DMA_AGGR; in bnxt_init_dflt_coal() 332 coal->num_cmpl_dma_aggr_during_int = BNXT_NUM_CMPL_DMA_AGGR_DURING_INT; in bnxt_init_dflt_coal() 333 coal->int_lat_tmr_max = BNXT_INT_LAT_TMR_MAX; in bnxt_init_dflt_coal() 335 coal->int_lat_tmr_min = BNXT_INT_LAT_TMR_MIN; in bnxt_init_dflt_coal() 337 coal->cmpl_aggr_dma_tmr = BNXT_CMPL_AGGR_DMA_TMR; in bnxt_init_dflt_coal() 668 struct bnxt_coal coal; in bnxt_alloc_hwrm_rings() local 673 bnxt_init_dflt_coal(&coal); in bnxt_alloc_hwrm_rings() 690 bnxt_hwrm_set_ring_coal(bp, &coal, cp_ring->fw_ring_id); in bnxt_alloc_hwrm_rings() [all …]
|
| H A D | bnxt_hwrm.h | 264 struct bnxt_coal *coal, uint16_t ring_id);
|
| H A D | bnxt_hwrm.c | 4987 struct bnxt_coal *coal, uint16_t ring_id) in bnxt_hwrm_set_ring_coal() argument 4999 bnxt_hwrm_set_coal_params(coal, &req); in bnxt_hwrm_set_ring_coal()
|
| /f-stack/dpdk/drivers/net/qede/base/ |
| H A D | ecore_dev_api.h | 657 ecore_get_queue_coalesce(struct ecore_hwfn *p_hwfn, u16 *coal,
|
| H A D | ecore_vfpf_if.h | 535 u16 coal; member
|
| H A D | ecore_sriov.c | 3681 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 D | ecore_vf.c | 1640 *p_coal = resp->coal; in ecore_vf_pf_get_coalesce()
|