Home
last modified time | relevance | path

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

/freebsd/sys/dev/qlnx/qlnxe/
H A Decore_hw.h143 enum reserved_ptts ptt_idx);
H A Decore_hw.c242 enum reserved_ptts ptt_idx) in ecore_get_reserved_ptt() argument
244 if (ptt_idx >= RESERVED_PTT_MAX) { in ecore_get_reserved_ptt()
246 "Requested PTT %d is out of range\n", ptt_idx); in ecore_get_reserved_ptt()
250 return &p_hwfn->p_ptt_pool->ptts[ptt_idx]; in ecore_get_reserved_ptt()