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

/freebsd-13-stable/sys/dev/qlnx/qlnxe/
H A Decore_sriov.h167 u16 tx_coal; member in struct:ecore_vf_info
H A Decore_sriov.c3669 u16 rx_coal, tx_coal; local
3676 tx_coal = req->tx_coal;
3689 tx_coal) {
3696 "VF[%d]: Setting coalesce for VF rx_coal = %d, tx_coal = %d at queue = %d\n",
3697 vf->abs_vf_id, rx_coal, tx_coal, qid);
3715 if (tx_coal) {
3725 rc = ecore_set_txq_coalesce(p_hwfn, p_ptt, tx_coal,
3734 vf->tx_coal = tx_coal;
3744 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.c1645 ecore_vf_pf_set_coalesce(struct ecore_hwfn *p_hwfn, u16 rx_coal, u16 tx_coal, argument
1658 req->tx_coal = tx_coal;
1662 "Setting coalesce rx_coal = %d, tx_coal = %d at queue = %d\n",
1663 rx_coal, tx_coal, req->qid);
1679 p_hwfn->p_dev->tx_coalesce_usecs = tx_coal;
H A Decore_vfpf_if.h540 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.c6470 u16 rx_coal, u16 tx_coal,
6485 tx_coal, p_cid);
6499 if (tx_coal) {
6500 rc = ecore_set_txq_coalesce(p_hwfn, p_ptt, tx_coal, p_cid);
6503 p_hwfn->p_dev->tx_coalesce_usecs = tx_coal;
6469 ecore_set_queue_coalesce(struct ecore_hwfn *p_hwfn, u16 rx_coal, u16 tx_coal, void *p_handle) argument

Completed in 184 milliseconds