fsl_mc_device_id
static const struct fsl_mc_device_id match_id_table[] = {
static const struct fsl_mc_device_id match_id_table[] = {
const struct fsl_mc_device_id *id;
static const struct fsl_mc_device_id dpaa2_caam_match_id_table[] = {
static const struct fsl_mc_device_id dpaa2_qdma_id_table[] = {
static const struct fsl_mc_device_id dpaa2_eth_match_id_table[] = {
static const struct fsl_mc_device_id dpaa2_ptp_match_id_table[] = {
static const struct fsl_mc_device_id dpaa2_switch_match_id_table[] = {
static const struct fsl_mc_device_id dpaa2_dpio_match_id_table[] = {
const struct fsl_mc_device_id *match_id_table;
DEVID(fsl_mc_device_id);
DEVID_FIELD(fsl_mc_device_id, vendor);
DEVID_FIELD(fsl_mc_device_id, obj_type);
DEF_FIELD(symval, fsl_mc_device_id, vendor);
DEF_FIELD_ADDR(symval, fsl_mc_device_id, obj_type);