Home
last modified time | relevance | path

Searched refs:cb_list_head (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/drivers/soc/xilinx/
H A Dxlnx_event_manager.c75 struct list_head cb_list_head; member
117 INIT_LIST_HEAD(&eve_data->cb_list_head); in xlnx_add_cb_for_notify_event()
128 list_add(&cb_data->list, &eve_data->cb_list_head); in xlnx_add_cb_for_notify_event()
134 list_for_each_entry_safe(cb_pos, cb_next, &eve_data->cb_list_head, list) { in xlnx_add_cb_for_notify_event()
148 list_add(&cb_data->list, &eve_data->cb_list_head); in xlnx_add_cb_for_notify_event()
174 INIT_LIST_HEAD(&eve_data->cb_list_head); in xlnx_add_cb_for_suspend()
185 list_add(&cb_data->list, &eve_data->cb_list_head); in xlnx_add_cb_for_suspend()
206 list_for_each_entry_safe(cb_pos, cb_next, &eve_data->cb_list_head, list) { in xlnx_remove_cb_for_suspend()
243 list_for_each_entry_safe(cb_pos, cb_next, &eve_data->cb_list_head, list) { in xlnx_remove_cb_for_notify_event()
253 if (list_empty(&eve_data->cb_list_head)) { in xlnx_remove_cb_for_notify_event()
[all …]
/openbmc/linux/include/net/
H A Dflow_offload.h509 struct list_head *cb_list_head; member
/openbmc/linux/net/core/
H A Dflow_offload.c585 info->cb_list = bo->cb_list_head; in indir_dev_add()
/openbmc/linux/net/netfilter/
H A Dnf_tables_offload.c379 bo->cb_list_head = &basechain->flow_block.cb_list; in nft_flow_block_offload_init()
H A Dnf_flow_table_offload.c1137 bo->cb_list_head = &flowtable->flow_block.cb_list; in nf_flow_table_block_offload_init()
/openbmc/linux/net/sched/
H A Dcls_api.c761 bo->cb_list_head = &flow_block->cb_list; in tcf_block_offload_init()