Searched refs:flc_cfg (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/u-boot/include/fsl-mc/ |
| H A D | fsl_dpni.h | 398 MC_CMD_OP(cmd, 3, 0, 4, enum dpni_flc_type, cfg->flc_cfg.flc_type); \ 400 cfg->flc_cfg.frame_data_size);\ 402 cfg->flc_cfg.flow_context_size);\ 403 MC_CMD_OP(cmd, 3, 32, 32, uint32_t, cfg->flc_cfg.options);\ 404 MC_CMD_OP(cmd, 4, 0, 64, uint64_t, cfg->flc_cfg.flow_context);\ 425 MC_RSP_OP(cmd, 3, 0, 4, enum dpni_flc_type, attr->flc_cfg.flc_type); \ 427 attr->flc_cfg.frame_data_size);\ 429 attr->flc_cfg.flow_context_size);\ 430 MC_RSP_OP(cmd, 3, 32, 32, uint32_t, attr->flc_cfg.options);\ 431 MC_RSP_OP(cmd, 4, 0, 64, uint64_t, attr->flc_cfg.flow_context);\ [all …]
|