Searched refs:tx_coal (Results 1 – 8 of 8) sorted by relevance
| /f-stack/dpdk/drivers/net/qede/base/ |
| H A D | ecore_vf.h | 92 u16 rx_coal, u16 tx_coal,
|
| H A D | ecore_sriov.h | 143 u16 tx_coal; member
|
| H A D | ecore_sriov.c | 3749 u16 rx_coal, tx_coal; in ecore_iov_vf_pf_set_coalesce() local 3756 tx_coal = req->tx_coal; in ecore_iov_vf_pf_set_coalesce() 3769 tx_coal) { in ecore_iov_vf_pf_set_coalesce() 3777 vf->abs_vf_id, rx_coal, tx_coal, qid); in ecore_iov_vf_pf_set_coalesce() 3795 if (tx_coal) { in ecore_iov_vf_pf_set_coalesce() 3814 vf->tx_coal = tx_coal; in ecore_iov_vf_pf_set_coalesce() 3825 u16 rx_coal, u16 tx_coal, in ecore_iov_pf_configure_vf_queue_coalesce() argument 3856 tx_coal) { in ecore_iov_pf_configure_vf_queue_coalesce() 3864 vf->abs_vf_id, rx_coal, tx_coal, qid); in ecore_iov_pf_configure_vf_queue_coalesce() 3882 if (tx_coal) { in ecore_iov_pf_configure_vf_queue_coalesce() [all …]
|
| H A D | ecore_iov_api.h | 738 u16 rx_coal, u16 tx_coal,
|
| H A D | ecore_vf.c | 1648 ecore_vf_pf_set_coalesce(struct ecore_hwfn *p_hwfn, u16 rx_coal, u16 tx_coal, in ecore_vf_pf_set_coalesce() argument 1661 req->tx_coal = tx_coal; in ecore_vf_pf_set_coalesce() 1666 rx_coal, tx_coal, req->qid); in ecore_vf_pf_set_coalesce() 1682 p_hwfn->p_dev->tx_coalesce_usecs = tx_coal; in ecore_vf_pf_set_coalesce()
|
| H A D | ecore_dev_api.h | 678 u16 tx_coal, void *p_handle);
|
| H A D | ecore_vfpf_if.h | 521 u16 tx_coal; member
|
| H A D | ecore_dev.c | 6263 u16 rx_coal, u16 tx_coal, in ecore_set_queue_coalesce() argument 6277 tx_coal, p_cid); in ecore_set_queue_coalesce() 6290 if (tx_coal) { in ecore_set_queue_coalesce() 6291 rc = ecore_set_txq_coalesce(p_hwfn, p_ptt, tx_coal, p_cid); in ecore_set_queue_coalesce() 6294 p_hwfn->p_dev->tx_coalesce_usecs = tx_coal; in ecore_set_queue_coalesce()
|