Home
last modified time | relevance | path

Searched refs:sub_device (Results 1 – 10 of 10) sorted by relevance

/f-stack/dpdk/drivers/net/failsafe/
H A Dfailsafe_private.h73 struct sub_device *sdev;
114 struct sub_device { struct
116 struct sub_device *next; argument
154 struct sub_device *subs; /* shared between processes */ argument
373 static inline struct sub_device *
379 struct sub_device *subs; in fs_find_next()
396 fs_dev(struct sub_device *sdev) { in fs_dev()
452 struct sub_device *banned) in fs_switch_dev()
454 struct sub_device *txd; in fs_switch_dev()
471 struct sub_device *sdev = NULL; in fs_switch_dev()
[all …]
H A Dfailsafe_rxtx.c14 fs_rx_unsafe(struct sub_device *sdev) in fs_rx_unsafe()
23 fs_tx_unsafe(struct sub_device *sdev) in fs_tx_unsafe()
34 struct sub_device *sdev; in failsafe_set_burst_fn()
84 struct sub_device *sdev; in failsafe_rx_burst()
116 struct sub_device *sdev; in failsafe_rx_burst_fast()
144 struct sub_device *sdev; in failsafe_tx_burst()
165 struct sub_device *sdev; in failsafe_tx_burst_fast()
H A Dfailsafe_ops.c24 struct sub_device *sdev; in fs_dev_configure()
125 struct sub_device *sdev; in fs_dev_start()
185 struct sub_device *sdev; in fs_dev_stop()
213 struct sub_device *sdev; in fs_dev_set_link_up()
235 struct sub_device *sdev; in fs_dev_set_link_down()
257 struct sub_device *sdev; in fs_rx_queue_stop()
285 struct sub_device *sdev; in fs_rx_queue_start()
310 struct sub_device *sdev; in fs_tx_queue_stop()
338 struct sub_device *sdev; in fs_tx_queue_start()
364 struct sub_device *sdev; in fs_rx_queue_release()
[all …]
H A Dfailsafe_flow.c71 struct sub_device *sdev; in fs_flow_validate()
98 struct sub_device *sdev; in fs_flow_create()
132 struct sub_device *sdev; in fs_flow_destroy()
166 struct sub_device *sdev; in fs_flow_flush()
198 struct sub_device *sdev; in fs_flow_query()
222 struct sub_device *sdev; in fs_flow_isolate()
H A Dfailsafe_ether.c51 struct sub_device *sdev) in eth_dev_flow_isolate_set()
73 struct sub_device *sdev) in fs_eth_dev_conf_apply()
276 fs_dev_remove(struct sub_device *sdev) in fs_dev_remove()
321 fs_dev_stats_save(struct sub_device *sdev) in fs_dev_stats_save()
344 fs_rxtx_clean(struct sub_device *sdev) in fs_rxtx_clean()
358 failsafe_eth_dev_unregister_callbacks(struct sub_device *sdev) in failsafe_eth_dev_unregister_callbacks()
389 struct sub_device *sdev; in failsafe_dev_remove()
496 struct sub_device *sdev; in failsafe_eth_dev_state_sync()
593 struct sub_device *sdev = cb_arg; in failsafe_eth_rmv_event_callback()
634 struct sub_device *sdev; in failsafe_eth_new_event_callback()
H A Dfailsafe_args.c59 fs_parse_device(struct sub_device *sdev, char *args) in fs_parse_device()
87 fs_execute_cmd(struct sub_device *sdev, char *cmdline) in fs_execute_cmd()
139 fs_read_fd(struct sub_device *sdev, char *fd_str) in fs_read_fd()
204 struct sub_device *sdev; in fs_parse_device_param()
446 struct sub_device *sdev; in failsafe_args_free()
487 fs_parse_sub_device(struct sub_device *sdev) in fs_parse_sub_device()
500 struct sub_device *sdev; in failsafe_args_parse_subs()
H A Dfailsafe.c33 struct sub_device *sdev; in fs_sub_device_alloc()
46 sizeof(struct sub_device) * nb_subs, in fs_sub_device_alloc()
106 struct sub_device *sdev; in fs_hotplug_alarm()
163 struct sub_device *sdev; in fs_eth_dev_create()
323 struct sub_device *sdev; in rte_pmd_failsafe_probe()
H A Dfailsafe_eal.c35 struct sub_device *sdev; in fs_bus_init()
143 struct sub_device *sdev = NULL; in fs_bus_uninit()
H A Dfailsafe_intr.c265 failsafe_eth_rx_intr_ctl_subdevice(struct sub_device *sdev, int op) in failsafe_eth_rx_intr_ctl_subdevice()
323 int failsafe_rx_intr_install_subdevice(struct sub_device *sdev) in failsafe_rx_intr_install_subdevice()
364 void failsafe_rx_intr_uninstall_subdevice(struct sub_device *sdev) in failsafe_rx_intr_uninstall_subdevice()
/f-stack/dpdk/drivers/net/ice/base/
H A Dice_flex_type.h55 union ice_device_id sub_device; member