Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/i40e/base/
H A Di40e_adminq.h94 int aq_to_posix[] = { in i40e_aq_rc_to_posix() local
124 if (!((u32)aq_rc < (sizeof(aq_to_posix) / sizeof((aq_to_posix)[0])))) in i40e_aq_rc_to_posix()
127 return aq_to_posix[aq_rc]; in i40e_aq_rc_to_posix()