Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/dpaa/fmlib/
H A Dfm_ext.h435 typedef union ioc_fm_api_version_t { union
443 } ioc_fm_api_version_t; typedef
455 _IOR(FM_IOC_TYPE_BASE, FM_IOC_NUM(7), ioc_fm_api_version_t)
460 uint32_t fm_get_api_version(t_handle h_fm, ioc_fm_api_version_t *p_version);
H A Dfm_lib.c45 ioc_fm_api_version_t ver; in fm_open()
96 fm_get_api_version(t_handle h_fm, ioc_fm_api_version_t *p_version) in fm_get_api_version()