Home
last modified time | relevance | path

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

/freebsd/sys/dev/ixl/
H A Di40e_adminq.h123 int aq_to_posix[] = { in i40e_aq_rc_to_posix() local
153 if (!((u32)aq_rc < (sizeof(aq_to_posix) / sizeof((aq_to_posix)[0])))) in i40e_aq_rc_to_posix()
156 return aq_to_posix[aq_rc]; in i40e_aq_rc_to_posix()