Searched refs:p_coal (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/dev/qlnx/qlnxe/ |
H A D | ecore_vf.h | 96 u16 *p_coal,
|
H A D | ecore_l2.c | 2316 ecore_get_queue_coalesce(struct ecore_hwfn *p_hwfn, u16 *p_coal, in ecore_get_queue_coalesce() argument 2325 rc = ecore_vf_pf_get_coalesce(p_hwfn, p_coal, p_cid); in ecore_get_queue_coalesce() 2339 rc = ecore_get_rxq_coalesce(p_hwfn, p_ptt, p_cid, p_coal); in ecore_get_queue_coalesce() 2343 rc = ecore_get_txq_coalesce(p_hwfn, p_ptt, p_cid, p_coal); in ecore_get_queue_coalesce()
|
H A D | ecore_vf.c | 1610 u16 *p_coal, in ecore_vf_pf_get_coalesce() argument 1635 *p_coal = resp->coal; in ecore_vf_pf_get_coalesce()
|