Home
last modified time | relevance | path

Searched refs:ptt_idx (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/
H A Decore_hw.h168 enum reserved_ptts ptt_idx);
H A Decore_hw.c231 enum reserved_ptts ptt_idx) in ecore_get_reserved_ptt() argument
233 if (ptt_idx >= RESERVED_PTT_MAX) { in ecore_get_reserved_ptt()
235 "Requested PTT %d is out of range\n", ptt_idx); in ecore_get_reserved_ptt()
239 return &p_hwfn->p_ptt_pool->ptts[ptt_idx]; in ecore_get_reserved_ptt()