Searched refs:coal (Results 1 – 8 of 8) sorted by relevance
| /dpdk/drivers/net/bnxt/ |
| H A D | bnxt_ring.c | 334 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 D | bnxt_hwrm.h | 279 struct bnxt_coal *coal, uint16_t ring_id);
|
| H A D | bnxt_hwrm.c | 5266 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 D | ionic_regs.h | 20 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 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 | 1637 *p_coal = resp->coal; in ecore_vf_pf_get_coalesce()
|