Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/i40e/core/
H A Di40e_adminq.h124 int aq_to_posix[] = { in i40e_aq_rc_to_posix() local
154 if (!((u32)aq_rc < (sizeof(aq_to_posix) / sizeof((aq_to_posix)[0])))) in i40e_aq_rc_to_posix()
157 return aq_to_posix[aq_rc]; in i40e_aq_rc_to_posix()