Home
last modified time | relevance | path

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

/freebsd/sys/dev/qlnx/qlnxe/
H A Decore_sriov.c3667 u16 rx_coal, tx_coal; in ecore_iov_vf_pf_set_coalesce() local
3674 tx_coal = req->tx_coal; in ecore_iov_vf_pf_set_coalesce()
3687 tx_coal) { in ecore_iov_vf_pf_set_coalesce()
3695 vf->abs_vf_id, rx_coal, tx_coal, qid); in ecore_iov_vf_pf_set_coalesce()
3713 if (tx_coal) { in ecore_iov_vf_pf_set_coalesce()
3723 rc = ecore_set_txq_coalesce(p_hwfn, p_ptt, tx_coal, in ecore_iov_vf_pf_set_coalesce()
3732 vf->tx_coal = tx_coal; in ecore_iov_vf_pf_set_coalesce()
3743 u16 rx_coal, u16 tx_coal, in ecore_iov_pf_configure_vf_queue_coalesce() argument
3773 tx_coal) { in ecore_iov_pf_configure_vf_queue_coalesce()
3781 vf->abs_vf_id, rx_coal, tx_coal, qid); in ecore_iov_pf_configure_vf_queue_coalesce()
[all …]
H A Decore_sriov.h165 u16 tx_coal; member
H A Decore_vf.c1643 ecore_vf_pf_set_coalesce(struct ecore_hwfn *p_hwfn, u16 rx_coal, u16 tx_coal, in ecore_vf_pf_set_coalesce() argument
1656 req->tx_coal = tx_coal; in ecore_vf_pf_set_coalesce()
1661 rx_coal, tx_coal, req->qid); in ecore_vf_pf_set_coalesce()
1677 p_hwfn->p_dev->tx_coalesce_usecs = tx_coal; in ecore_vf_pf_set_coalesce()
H A Decore_vf.h109 u16 rx_coal, u16 tx_coal,
H A Decore_dev_api.h805 u16 tx_coal, void *p_handle);
H A Decore_vfpf_if.h538 u16 tx_coal; member
H A Decore_iov_api.h732 u16 rx_coal, u16 tx_coal,
H A Decore_dev.c6468 u16 rx_coal, u16 tx_coal, in ecore_set_queue_coalesce() argument
6483 tx_coal, p_cid); in ecore_set_queue_coalesce()
6497 if (tx_coal) { in ecore_set_queue_coalesce()
6498 rc = ecore_set_txq_coalesce(p_hwfn, p_ptt, tx_coal, p_cid); in ecore_set_queue_coalesce()
6501 p_hwfn->p_dev->tx_coalesce_usecs = tx_coal; in ecore_set_queue_coalesce()