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

/freebsd-12-stable/sys/dev/qlnx/qlnxe/
H A Decore_sriov.h167 u16 tx_coal; member in struct:ecore_vf_info
H A Decore_sriov.c3670 u16 rx_coal, tx_coal; local
3677 tx_coal = req->tx_coal;
3690 tx_coal) {
3697 "VF[%d]: Setting coalesce for VF rx_coal = %d, tx_coal = %d at queue = %d\n",
3698 vf->abs_vf_id, rx_coal, tx_coal, qid);
3716 if (tx_coal) {
3726 rc = ecore_set_txq_coalesce(p_hwfn, p_ptt, tx_coal,
3735 vf->tx_coal = tx_coal;
3745 ecore_iov_pf_configure_vf_queue_coalesce(struct ecore_hwfn *p_hwfn, u16 rx_coal, u16 tx_coal, u16 vf_id, u16 qid) argument
[all...]
H A Decore_vf.h106 * @param tx_coal - coalesce value in micro second for tx queue
111 u16 rx_coal, u16 tx_coal,
H A Decore_dev_api.h800 * @param tx_coal - TX Coalesce value in micro seconds.
807 u16 tx_coal, void *p_handle);
H A Decore_vf.c1647 ecore_vf_pf_set_coalesce(struct ecore_hwfn *p_hwfn, u16 rx_coal, u16 tx_coal, argument
1660 req->tx_coal = tx_coal;
1664 "Setting coalesce rx_coal = %d, tx_coal = %d at queue = %d\n",
1665 rx_coal, tx_coal, req->qid);
1681 p_hwfn->p_dev->tx_coalesce_usecs = tx_coal;
H A Decore_vfpf_if.h541 u16 tx_coal; member in struct:vfpf_update_coalesce
H A Decore_iov_api.h726 * @param tx_coal - TX Coalesce value in micro seconds.
734 u16 rx_coal, u16 tx_coal,
H A Decore_dev.c6472 u16 rx_coal, u16 tx_coal,
6487 tx_coal, p_cid);
6501 if (tx_coal) {
6502 rc = ecore_set_txq_coalesce(p_hwfn, p_ptt, tx_coal, p_cid);
6505 p_hwfn->p_dev->tx_coalesce_usecs = tx_coal;
6471 ecore_set_queue_coalesce(struct ecore_hwfn *p_hwfn, u16 rx_coal, u16 tx_coal, void *p_handle) argument

Completed in 204 milliseconds