| /f-stack/dpdk/drivers/raw/ioat/ |
| H A D | ioat_common.c | 126 rte_rawdev_obj_t config, size_t config_size) in idxd_dev_configure() argument 135 if (config_size != sizeof(*cfg)) in idxd_dev_configure()
|
| H A D | ioat_private.h | 77 rte_rawdev_obj_t config, size_t config_size);
|
| H A D | ioat_rawdev.c | 38 size_t config_size) in ioat_dev_configure() argument 48 if (params == NULL || config_size != sizeof(*params)) in ioat_dev_configure()
|
| /f-stack/freebsd/contrib/vchiq/interface/vchiq_arm/ |
| H A D | vchiq_ioctl.h | 86 unsigned int config_size; member
|
| H A D | vchiq_if.h | 175 int config_size, VCHIQ_CONFIG_T *pconfig);
|
| H A D | vchiq_arm.c | 1056 if (args.config_size > sizeof(config)) { in vchiq_ioctl() 1060 status = vchiq_get_config(instance, args.config_size, &config); in vchiq_ioctl() 1063 &config, args.config_size) != 0) { in vchiq_ioctl()
|
| H A D | vchiq_core.c | 3554 int config_size, VCHIQ_CONFIG_T *pconfig) in vchiq_get_config() argument 3567 if (config_size > sizeof(VCHIQ_CONFIG_T)) in vchiq_get_config() 3571 min(config_size, (int)(sizeof(VCHIQ_CONFIG_T)))); in vchiq_get_config()
|
| /f-stack/dpdk/drivers/raw/octeontx2_ep/ |
| H A D | otx2_ep_rawdev.c | 228 size_t config_size) in sdp_rawdev_configure() argument 233 if (app_info == NULL || config_size != sizeof(*app_info)) { in sdp_rawdev_configure()
|
| /f-stack/dpdk/drivers/raw/octeontx2_dma/ |
| H A D | otx2_dpi_rawdev.c | 300 size_t config_size) in otx2_dpi_rawdev_configure() argument 308 if (conf == NULL || config_size != sizeof(*conf)) { in otx2_dpi_rawdev_configure()
|
| /f-stack/dpdk/lib/librte_rawdev/ |
| H A D | rte_rawdev_pmd.h | 164 size_t config_size);
|
| /f-stack/dpdk/drivers/raw/skeleton/ |
| H A D | skeleton_rawdev.c | 72 size_t config_size) in skeleton_rawdev_configure() argument 81 if (config == NULL || config_size != sizeof(*skeldev_conf)) { in skeleton_rawdev_configure()
|
| /f-stack/dpdk/lib/librte_ethdev/ |
| H A D | rte_ethdev.c | 1211 eth_dev_check_lro_pkt_size(uint16_t port_id, uint32_t config_size, in eth_dev_check_lro_pkt_size() argument 1217 if (config_size != max_rx_pkt_len) { in eth_dev_check_lro_pkt_size() 1220 port_id, config_size, max_rx_pkt_len); in eth_dev_check_lro_pkt_size() 1223 } else if (config_size > dev_info_size) { in eth_dev_check_lro_pkt_size() 1225 "> max allowed value %u\n", port_id, config_size, in eth_dev_check_lro_pkt_size() 1228 } else if (config_size < RTE_ETHER_MIN_LEN) { in eth_dev_check_lro_pkt_size() 1230 "< min allowed value %u\n", port_id, config_size, in eth_dev_check_lro_pkt_size()
|
| /f-stack/dpdk/drivers/raw/ntb/ |
| H A D | ntb.c | 860 size_t config_size) in ntb_dev_configure() argument 867 if (conf == NULL || config_size != sizeof(*conf)) in ntb_dev_configure()
|
| /f-stack/dpdk/drivers/raw/dpaa2_qdma/ |
| H A D | dpaa2_qdma.c | 1140 size_t config_size) in dpaa2_qdma_configure() argument 1149 if (config_size != sizeof(*qdma_config)) in dpaa2_qdma_configure()
|
| /f-stack/dpdk/drivers/raw/ifpga/ |
| H A D | ifpga_rawdev.c | 684 size_t config_size __rte_unused) in ifpga_rawdev_configure()
|