Home
last modified time | relevance | path

Searched refs:extras (Results 1 - 18 of 18) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/freescale/dpaa2/
H A Ddpaa2-eth-debugfs.c18 struct dpaa2_eth_drv_stats *extras; in dpaa2_dbg_cpu_show() local
28 extras = per_cpu_ptr(priv->percpu_extras, i); in dpaa2_dbg_cpu_show()
33 extras->rx_sg_frames, in dpaa2_dbg_cpu_show()
36 extras->tx_conf_frames, in dpaa2_dbg_cpu_show()
37 extras->tx_sg_frames, in dpaa2_dbg_cpu_show()
38 extras->tx_converted_sg_frames, in dpaa2_dbg_cpu_show()
39 extras->tx_portal_busy); in dpaa2_dbg_cpu_show()
H A Ddpaa2-ethtool.c237 struct dpaa2_eth_drv_stats *extras; in dpaa2_eth_get_ethtool_stats() local
272 extras = per_cpu_ptr(priv->percpu_extras, k); in dpaa2_eth_get_ethtool_stats()
273 for (j = 0; j < sizeof(*extras) / sizeof(__u64); j++) in dpaa2_eth_get_ethtool_stats()
274 *((__u64 *)data + i + j) += *((__u64 *)extras + j); in dpaa2_eth_get_ethtool_stats()
/kernel/linux/linux-6.6/drivers/net/ethernet/freescale/dpaa2/
H A Ddpaa2-eth-debugfs.c18 struct dpaa2_eth_drv_stats *extras; in dpaa2_dbg_cpu_show() local
28 extras = per_cpu_ptr(priv->percpu_extras, i); in dpaa2_dbg_cpu_show()
33 extras->rx_sg_frames, in dpaa2_dbg_cpu_show()
36 extras->tx_conf_frames, in dpaa2_dbg_cpu_show()
37 extras->tx_sg_frames, in dpaa2_dbg_cpu_show()
38 extras->tx_converted_sg_frames, in dpaa2_dbg_cpu_show()
39 extras->tx_portal_busy); in dpaa2_dbg_cpu_show()
H A Ddpaa2-ethtool.c269 struct dpaa2_eth_drv_stats *extras; in dpaa2_eth_get_ethtool_stats() local
297 extras = per_cpu_ptr(priv->percpu_extras, k); in dpaa2_eth_get_ethtool_stats()
298 for (j = 0; j < sizeof(*extras) / sizeof(__u64); j++) in dpaa2_eth_get_ethtool_stats()
299 *((__u64 *)data + i + j) += *((__u64 *)extras + j); in dpaa2_eth_get_ethtool_stats()
/test/xts/acts/ability/ability_runtime/actsjsdataabilitytest/entry/src/ohosTest/js/DataAbility/
H A Ddata.js37 call(uri, method, arg, extras) {
39 return extras;
/kernel/linux/linux-5.10/drivers/net/xen-netback/
H A Drx.c247 struct xen_netif_extra_info extras[XEN_NETIF_EXTRA_TYPE_MAX - 1]; member
275 extra = &pkt->extras[XEN_NETIF_EXTRA_TYPE_GSO - 1]; in xenvif_rx_next_skb()
290 extra = &pkt->extras[XEN_NETIF_EXTRA_TYPE_XDP - 1]; in xenvif_rx_next_skb()
303 extra = &pkt->extras[XEN_NETIF_EXTRA_TYPE_HASH - 1]; in xenvif_rx_next_skb()
447 for (i = 0; i < ARRAY_SIZE(pkt->extras); i++) { in xenvif_rx_extra_slot()
448 if (pkt->extras[i].type) { in xenvif_rx_extra_slot()
449 *extra = pkt->extras[i]; in xenvif_rx_extra_slot()
454 pkt->extras[i].type = 0; in xenvif_rx_extra_slot()
H A Dnetback.c216 extra_count = 0; /* only the first frag can have extras */ in xenvif_tx_err()
725 struct xen_netif_extra_info *extras, in xenvif_get_extras()
752 memcpy(&extras[extra.type - 1], &extra, sizeof(extra)); in xenvif_get_extras()
926 struct xen_netif_extra_info extras[XEN_NETIF_EXTRA_TYPE_MAX-1]; in xenvif_tx_build_gops() local
963 memset(extras, 0, sizeof(extras)); in xenvif_tx_build_gops()
966 work_to_do = xenvif_get_extras(queue, extras, in xenvif_tx_build_gops()
974 if (extras[XEN_NETIF_EXTRA_TYPE_MCAST_ADD - 1].type) { in xenvif_tx_build_gops()
977 extra = &extras[XEN_NETIF_EXTRA_TYPE_MCAST_ADD - 1]; in xenvif_tx_build_gops()
987 if (extras[XEN_NETIF_EXTRA_TYPE_MCAST_DE in xenvif_tx_build_gops()
724 xenvif_get_extras(struct xenvif_queue *queue, struct xen_netif_extra_info *extras, unsigned int *extra_count, int work_to_do) xenvif_get_extras() argument
[all...]
/kernel/linux/linux-6.6/drivers/net/xen-netback/
H A Drx.c247 struct xen_netif_extra_info extras[XEN_NETIF_EXTRA_TYPE_MAX - 1]; member
275 extra = &pkt->extras[XEN_NETIF_EXTRA_TYPE_GSO - 1]; in xenvif_rx_next_skb()
290 extra = &pkt->extras[XEN_NETIF_EXTRA_TYPE_XDP - 1]; in xenvif_rx_next_skb()
303 extra = &pkt->extras[XEN_NETIF_EXTRA_TYPE_HASH - 1]; in xenvif_rx_next_skb()
447 for (i = 0; i < ARRAY_SIZE(pkt->extras); i++) { in xenvif_rx_extra_slot()
448 if (pkt->extras[i].type) { in xenvif_rx_extra_slot()
449 *extra = pkt->extras[i]; in xenvif_rx_extra_slot()
454 pkt->extras[i].type = 0; in xenvif_rx_extra_slot()
H A Dnetback.c216 extra_count = 0; /* only the first frag can have extras */ in xenvif_tx_err()
725 struct xen_netif_extra_info *extras, in xenvif_get_extras()
752 memcpy(&extras[extra.type - 1], &extra, sizeof(extra)); in xenvif_get_extras()
926 struct xen_netif_extra_info extras[XEN_NETIF_EXTRA_TYPE_MAX-1]; in xenvif_tx_build_gops() local
961 memset(extras, 0, sizeof(extras)); in xenvif_tx_build_gops()
964 work_to_do = xenvif_get_extras(queue, extras, in xenvif_tx_build_gops()
972 if (extras[XEN_NETIF_EXTRA_TYPE_MCAST_ADD - 1].type) { in xenvif_tx_build_gops()
975 extra = &extras[XEN_NETIF_EXTRA_TYPE_MCAST_ADD - 1]; in xenvif_tx_build_gops()
985 if (extras[XEN_NETIF_EXTRA_TYPE_MCAST_DE in xenvif_tx_build_gops()
724 xenvif_get_extras(struct xenvif_queue *queue, struct xen_netif_extra_info *extras, unsigned int *extra_count, int work_to_do) xenvif_get_extras() argument
[all...]
/kernel/linux/linux-5.10/drivers/net/
H A Dxen-netfront.c190 struct xen_netif_extra_info extras[XEN_NETIF_EXTRA_TYPE_MAX - 1]; member
930 struct xen_netif_extra_info *extras, in xennet_get_extras()
959 extras[extra.type - 1] = extra; in xennet_get_extras()
1027 struct xen_netif_extra_info *extras = rinfo->extras; in xennet_get_responses() local
1037 err = xennet_get_extras(queue, extras, rp); in xennet_get_responses()
1039 if (extras[XEN_NETIF_EXTRA_TYPE_XDP - 1].type) { in xennet_get_responses()
1042 xdp = &extras[XEN_NETIF_EXTRA_TYPE_XDP - 1]; in xennet_get_responses()
1267 struct xen_netif_extra_info *extras = rinfo.extras; in xennet_poll() local
929 xennet_get_extras(struct netfront_queue *queue, struct xen_netif_extra_info *extras, RING_IDX rp) xennet_get_extras() argument
[all...]
/kernel/linux/linux-6.6/drivers/net/
H A Dxen-netfront.c188 struct xen_netif_extra_info extras[XEN_NETIF_EXTRA_TYPE_MAX - 1]; member
926 struct xen_netif_extra_info *extras, in xennet_get_extras()
955 extras[extra.type - 1] = extra; in xennet_get_extras()
1023 struct xen_netif_extra_info *extras = rinfo->extras; in xennet_get_responses() local
1033 err = xennet_get_extras(queue, extras, rp); in xennet_get_responses()
1035 if (extras[XEN_NETIF_EXTRA_TYPE_XDP - 1].type) { in xennet_get_responses()
1038 xdp = &extras[XEN_NETIF_EXTRA_TYPE_XDP - 1]; in xennet_get_responses()
1263 struct xen_netif_extra_info *extras = rinfo.extras; in xennet_poll() local
925 xennet_get_extras(struct netfront_queue *queue, struct xen_netif_extra_info *extras, RING_IDX rp) xennet_get_extras() argument
[all...]
/kernel/linux/linux-5.10/lib/
H A Ddebugobjects.c1359 int cpu, extras; in debug_objects_mem_init() local
1395 extras = num_possible_cpus() * ODEBUG_BATCH_SIZE; in debug_objects_mem_init()
1396 debug_objects_pool_size += extras; in debug_objects_mem_init()
1397 debug_objects_pool_min_level += extras; in debug_objects_mem_init()
/kernel/linux/linux-6.6/lib/
H A Ddebugobjects.c1367 int cpu, extras; in debug_objects_mem_init() local
1403 extras = num_possible_cpus() * ODEBUG_BATCH_SIZE; in debug_objects_mem_init()
1404 debug_objects_pool_size += extras; in debug_objects_mem_init()
1405 debug_objects_pool_min_level += extras; in debug_objects_mem_init()
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/
H A DMakefile373 $(TRUNNER_BINARY)-extras: $(TRUNNER_EXTRA_FILES) | $(TRUNNER_OUTPUT)
382 | $(TRUNNER_BINARY)-extras
/kernel/linux/linux-5.10/drivers/gpu/drm/
H A Ddrm_modes.c1480 bool extras, in drm_mode_parse_cmdline_res_mode()
1517 * Try to pass that to our extras parsing in drm_mode_parse_cmdline_res_mode()
1519 * extras are directly after the resolution in drm_mode_parse_cmdline_res_mode()
1521 if (extras) { in drm_mode_parse_cmdline_res_mode()
1787 /* No mode? Check for freestanding extras and/or options */ in drm_mode_parse_command_line_for_connector()
1820 * Locate the end of the bpp / refresh, and parse the extras in drm_mode_parse_command_line_for_connector()
1479 drm_mode_parse_cmdline_res_mode(const char *str, unsigned int length, bool extras, const struct drm_connector *connector, struct drm_cmdline_mode *mode) drm_mode_parse_cmdline_res_mode() argument
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/
H A DMakefile559 $(TRUNNER_BINARY)-extras: $(TRUNNER_EXTRA_FILES) | $(TRUNNER_OUTPUT)
569 | $(TRUNNER_BINARY)-extras
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/
H A Ddrm_modes.c1483 static int drm_mode_parse_cmdline_res_mode(const char *str, unsigned int length, bool extras, in drm_mode_parse_cmdline_res_mode() argument
1523 * Try to pass that to our extras parsing in drm_mode_parse_cmdline_res_mode()
1525 * extras are directly after the resolution in drm_mode_parse_cmdline_res_mode()
1527 if (extras) { in drm_mode_parse_cmdline_res_mode()
1803 /* No mode? Check for freestanding extras and/or options */ in drm_mode_parse_command_line_for_connector()
1839 * Locate the end of the bpp / refresh, and parse the extras in drm_mode_parse_command_line_for_connector()
/kernel/linux/linux-6.6/drivers/gpu/drm/
H A Ddrm_modes.c2026 bool extras, in drm_mode_parse_cmdline_res_mode()
2063 * Try to pass that to our extras parsing in drm_mode_parse_cmdline_res_mode()
2065 * extras are directly after the resolution in drm_mode_parse_cmdline_res_mode()
2067 if (extras) { in drm_mode_parse_cmdline_res_mode()
2303 /* The connection status extras can be set without a mode. */ in drm_mode_parse_cmdline_named_mode()
2437 /* No mode? Check for freestanding extras and/or options */ in drm_mode_parse_command_line_for_connector()
2470 * Locate the end of the bpp / refresh, and parse the extras in drm_mode_parse_command_line_for_connector()
2025 drm_mode_parse_cmdline_res_mode(const char *str, unsigned int length, bool extras, const struct drm_connector *connector, struct drm_cmdline_mode *mode) drm_mode_parse_cmdline_res_mode() argument

Completed in 28 milliseconds