Home
last modified time | relevance | path

Searched refs:list (Results 5901 - 5925 of 13397) sorted by relevance

1...<<231232233234235236237238239240>>...536

/device/soc/rockchip/common/kernel/drivers/gpu/arm/mali400/mali/common/
H A Dmali_timeline.c44 #include <linux/list.h>
49 struct hlist_node list; member
58 struct hlist_head list; in put_sync_fences() local
64 hlist_move_list(&mali_timeline_sync_fence_to_free_list, &list); in put_sync_fences()
67 hlist_for_each_entry_safe(o, pos, tmp, &list, list) { in put_sync_fences()
309 /* Add tracker as new head on timeline's tracker list. */ in mali_timeline_insert_tracker()
311 /* Tracker list is empty. */ in mali_timeline_insert_tracker()
343 /* Finding out where to put this waiter, in the linked waiter list of the given timeline **/ in mali_timeline_insert_waiter()
355 /* list i in mali_timeline_insert_waiter()
[all...]
/device/soc/rockchip/common/sdk_linux/drivers/devfreq/
H A Ddevfreq.c24 #include <linux/list.h>
46 /* The list of all device-devfreq governors */
48 /* The list of all device-devfreq */
61 * Search the list of device devfreqs and return the matched device's
260 * Search the list of devfreq governors and return the matched
289 * Search the list of devfreq governors and request the module and try again
700 * Remove devfreq from the list and release its resources.
1013 * @index - index into list of devfreq
1997 * @list: DEVFREQ_TRANSITION_NOTIFIER.
1999 int devfreq_register_notifier(struct devfreq *devfreq, struct notifier_block *nb, unsigned int list) in devfreq_register_notifier() argument
2025 devfreq_unregister_notifier(struct devfreq *devfreq, struct notifier_block *nb, unsigned int list) devfreq_unregister_notifier() argument
2048 unsigned int list; global() member
2066 devm_devfreq_register_notifier(struct device *dev, struct devfreq *devfreq, struct notifier_block *nb, unsigned int list) devm_devfreq_register_notifier() argument
2100 devm_devfreq_unregister_notifier(struct device *dev, struct devfreq *devfreq, struct notifier_block *nb, unsigned int list) devm_devfreq_unregister_notifier() argument
[all...]
/foundation/arkui/ace_engine/test/unittest/core/event/
H A Dfocus_hub_test_ng.cpp151 std::list<RefPtr<FocusHub>> focusNodes; in HWTEST_F()
564 std::list<RefPtr<FocusHub>> focusNodes; in HWTEST_F()
1222 std::list<RefPtr<FocusHub>> focusNodes; in HWTEST_F()
1291 std::list<RefPtr<FocusHub>> focusNodes; in HWTEST_F()
1368 std::list<RefPtr<FocusHub>> focusNodes; in HWTEST_F()
1616 std::list<RefPtr<FocusHub>> focusNodes; in HWTEST_F()
1645 std::list<RefPtr<FocusHub>> focusNodes; in HWTEST_F()
1684 std::list<RefPtr<FocusHub>> focusNodes; in HWTEST_F()
1715 std::list<RefPtr<FocusHub>> focusNodes; in HWTEST_F()
1740 std::list<RefPt in HWTEST_F()
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/
H A Drich_editor_pattern.h360 void UpdateSpanItems(const std::list<RefPtr<NG::SpanItem>>& spanItems) override;
518 std::list<RefPtr<UINode>>::const_iterator GetSpanNodeIter(int32_t index);
519 std::list<SpanPosition> GetSelectSpanSplit(
521 std::list<SpanPosition> GetSelectSpanInfo(int32_t start, int32_t end);
613 std::list<ParagraphManager::ParagraphInfo> GetParagraphs() const override
761 bool SetPlaceholder(std::vector<std::list<RefPtr<SpanItem>>>& spanItemList);
790 const std::list<RefPtr<UINode>>& GetAllChildren() const override;
879 std::list<RefPtr<SpanItem>>::iterator GetSpanIter(int32_t index);
1119 int32_t GetParagraphLength(const std::list<RefPtr<UINode>>& spans) const;
1143 int32_t ProcessDeleteNodes(std::list<RichEditorAbstractSpanResul
[all...]
/foundation/communication/dsoftbus/core/transmission/trans_channel/auth/src/
H A Dtrans_auth_manager.c103 LIST_FOR_EACH_ENTRY(info, &g_authChannelList->list, AuthChannelInfo, node) { in GetAuthChannelInfoByChanId()
130 LIST_FOR_EACH_ENTRY(info, &g_authChannelList->list, AuthChannelInfo, node) { in GetAuthIdByChannelId()
152 LIST_FOR_EACH_ENTRY(info, &g_authChannelList->list, AuthChannelInfo, node) { in GetChannelInfoByAuthId()
266 LIST_FOR_EACH_ENTRY(item, &g_authChannelList->list, AuthChannelInfo, node) { in OnRequsetUpdateAuthChannel()
678 LIST_FOR_EACH_ENTRY(item, &g_authChannelList->list, AuthChannelInfo, node) { in AddAuthChannelInfoInner()
685 ListAdd(&g_authChannelList->list, &info->node); in AddAuthChannelInfoInner()
718 LIST_FOR_EACH_ENTRY_SAFE(item, tmp, &g_authChannelList->list, AuthChannelInfo, node) { in DelAuthChannelInfoByChanId()
741 LIST_FOR_EACH_ENTRY_SAFE(item, tmp, &g_authChannelList->list, AuthChannelInfo, node) { in DelAuthChannelInfoByAuthId()
1117 LIST_FOR_EACH_ENTRY_SAFE(channel, tmp, &g_authChannelList->list, AuthChannelInfo, node) { in TransCloseAuthChannel()
1214 LIST_FOR_EACH_ENTRY(info, &g_authChannelList->list, AuthChannelInf in TransAuthGetAppInfoByChanId()
[all...]
/foundation/communication/dsoftbus/core/transmission/trans_channel/tcp_direct/src/
H A Dtrans_tcp_direct_p2p.c123 LIST_FOR_EACH_ENTRY_SAFE(item, nextItem, &g_hmlListenerList->list, HmlListenerInfo, node) { in DelHmlListenerByMoudle()
158 LIST_FOR_EACH_ENTRY_SAFE(item, nextItem, &g_p2pSessionInfo.peerDeviceInfoList->list, P2pListenerInfo, node) { in ClearP2pSessionInfo()
193 if (IsListEmpty(&g_p2pSessionInfo.peerDeviceInfoList->list)) { in StopP2pListenerByRemoteUuid()
204 LIST_FOR_EACH_ENTRY_SAFE(item, nextItem, &g_p2pSessionInfo.peerDeviceInfoList->list, P2pListenerInfo, node) { in StopP2pListenerByRemoteUuid()
254 LIST_FOR_EACH_ENTRY_SAFE(item, nextItem, &sessionList->list, SessionConn, node) { in ClearP2pSessionConn()
287 TRANS_LOGI(TRANS_CTRL, "list allready init"); in CreateP2pListenerList()
307 LIST_FOR_EACH_ENTRY_SAFE(item, nextItem, &g_hmlListenerList->list, HmlListenerInfo, node) { in GetModuleByHmlIp()
329 LIST_FOR_EACH_ENTRY_SAFE(item, nextItem, &g_hmlListenerList->list, HmlListenerInfo, node) { in ClearHmlListenerByUuid()
365 LIST_FOR_EACH_ENTRY_SAFE(item, nextItem, &g_hmlListenerList->list, HmlListenerInfo, node) { in StartHmlListener()
397 ListAdd(&(g_hmlListenerList->list), in StartHmlListener()
[all...]
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Dsqlite_connection.cpp1134 auto &list = observers_.find(event)->second; in Subscribe() local
1135 for (auto it = list.begin(); it != list.end(); it++) { in Subscribe()
1171 auto &list = observers->second; in UnsubscribeLocalDetail() local
1172 for (auto it = list.begin(); it != list.end(); it++) { in UnsubscribeLocalDetail()
1179 list.erase(it); in UnsubscribeLocalDetail()
1183 if (list.empty()) { in UnsubscribeLocalDetail()
1197 auto &list = observers->second; in UnsubscribeLocalDetailAll() local
1198 auto it = list in UnsubscribeLocalDetailAll()
[all...]
/kernel/linux/linux-5.10/drivers/devfreq/
H A Ddevfreq.c24 #include <linux/list.h>
46 /* The list of all device-devfreq governors */
48 /* The list of all device-devfreq */
61 * Search the list of device devfreqs and return the matched device's
259 * Search the list of devfreq governors and return the matched
286 * Search the list of devfreq governors and request the module and try again
716 * Remove devfreq from the list and release its resources.
1037 * @index - index into list of devfreq
2046 * @list: DEVFREQ_TRANSITION_NOTIFIER.
2050 unsigned int list) in devfreq_register_notifier()
2048 devfreq_register_notifier(struct devfreq *devfreq, struct notifier_block *nb, unsigned int list) devfreq_register_notifier() argument
2076 devfreq_unregister_notifier(struct devfreq *devfreq, struct notifier_block *nb, unsigned int list) devfreq_unregister_notifier() argument
2101 unsigned int list; global() member
2119 devm_devfreq_register_notifier(struct device *dev, struct devfreq *devfreq, struct notifier_block *nb, unsigned int list) devm_devfreq_register_notifier() argument
2155 devm_devfreq_unregister_notifier(struct device *dev, struct devfreq *devfreq, struct notifier_block *nb, unsigned int list) devm_devfreq_unregister_notifier() argument
[all...]
/kernel/linux/linux-5.10/drivers/crypto/
H A Dpicoxcell_crypto.c22 #include <linux/list.h>
80 struct list_head list; member
615 list); in spacc_push()
616 list_move_tail(&req->list, &engine->in_progress); in spacc_push()
658 list_add_tail(&dev_req->list, &engine->pending); in spacc_aead_setup()
660 list_add_tail(&dev_req->list, &engine->pending); in spacc_aead_setup()
970 * we either stick it on the end of a pending list if we can backlog, in spacc_ablk_setup()
980 list_add_tail(&dev_req->list, &engine->pending); in spacc_ablk_setup()
982 list_add_tail(&dev_req->list, &engine->pending); in spacc_ablk_setup()
1072 list); in spacc_process_done()
[all...]
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx4/
H A Den_ethtool.c15 * copyright notice, this list of conditions and the following
19 * copyright notice, this list of conditions and the following
1425 list_add_tail(&spec_l2->list, rule_list_h); in mlx4_en_ethtool_add_mac_rule()
1482 list_add_tail(&spec_l3->list, list_h); in add_ip_rule()
1548 list_add_tail(&spec_l3->list, list_h); in add_tcp_udp_rule()
1549 list_add_tail(&spec_l4->list, list_h); in add_tcp_udp_rule()
1619 INIT_LIST_HEAD(&rule.list); in mlx4_en_flow_replace()
1640 err = mlx4_en_ethtool_to_net_trans_rule(dev, cmd, &rule.list); in mlx4_en_flow_replace()
1655 list_del(&loc_rule->list); in mlx4_en_flow_replace()
1666 list_add_tail(&loc_rule->list, in mlx4_en_flow_replace()
[all...]
/kernel/linux/linux-5.10/drivers/md/
H A Ddm-snap.c13 #include <linux/list.h>
57 struct list_head list; member
86 * A list of pending exceptions that completed out of order.
98 * as well as the snapshot_bios list.
208 * in a bio list
338 * the size of the minors list then it should be nearly perfect
462 list_for_each_entry(s, &o->snapshots, list) { in __find_snapshots_sharing_cow()
538 /* Sort the list according to chunk size, largest-first smallest-last */ in __insert_snapshot()
539 list_for_each_entry(l, &o->snapshots, list) in __insert_snapshot()
542 list_add_tail(&s->list, in __insert_snapshot()
[all...]
/kernel/linux/linux-5.10/drivers/infiniband/hw/hns/
H A Dhns_roce_hem.c16 * copyright notice, this list of conditions and the following
20 * copyright notice, this list of conditions and the following
275 list_add_tail(&chunk->list, &hem->chunk_list); in hns_roce_alloc_hem()
314 list_for_each_entry_safe(chunk, tmp, &hem->chunk_list, list) { in hns_roce_free_hem()
756 list_for_each_entry(chunk, &hem->chunk_list, list) { in hns_roce_table_find()
963 struct list_head list; /* link all hems in the same bt level */ member
996 INIT_LIST_HEAD(&hem->list); in hem_list_alloc_item()
1016 list_for_each_entry_safe(hem, temp_hem, head, list) { in hem_list_free_all()
1017 list_del(&hem->list); in hem_list_free_all()
1049 list_for_each_entry_safe(hem, temp_hem, ba_list, list) { in hem_list_search_item()
[all...]
/kernel/linux/linux-5.10/drivers/infiniband/core/
H A Duser_mad.c18 * copyright notice, this list of conditions and the following
22 * copyright notice, this list of conditions and the following
129 struct list_head list; member
195 list_add_tail(&packet->list, &file->recv_list); in queue_packet()
210 list_del(&packet->list); in dequeue_send()
339 recv_buf = container_of(recv_buf->list.next, in copy_recv_mad()
340 struct ib_mad_recv_buf, list); in copy_recv_mad()
410 packet = list_entry(file->recv_list.next, struct ib_umad_packet, list); in ib_umad_read()
411 list_del(&packet->list); in ib_umad_read()
423 list_add(&packet->list, in ib_umad_read()
[all...]
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath6kl/
H A Dtxrx.c626 list_for_each_entry(vif, &ar->vif_list, list) { in ath6kl_tx_queue_full()
704 list); in ath6kl_tx_complete()
705 list_del(&packet->list); in ath6kl_tx_complete()
799 list_for_each_entry(vif, &ar->vif_list, list) { in ath6kl_tx_complete()
909 list_add_tail(&packet->list, &queue); in ath6kl_rx_refill()
937 list_add_tail(&packet->list, &ar->amsdu_rx_buffer_queue); in ath6kl_refill_amsdu_rxbufs()
945 * pre-allocated list of buffers of maximum AMSDU size (4K).
972 struct htc_packet, list); in ath6kl_alloc_amsdu_rxbuf()
973 list_del(&packet->list); in ath6kl_alloc_amsdu_rxbuf()
1466 list); in ath6kl_rx()
[all...]
/kernel/linux/linux-5.10/drivers/scsi/fcoe/
H A Dfcoe.c66 /* fcoe host list */
949 list_for_each_entry(oldfcoe, &fcoe_hostlist, list) { in fcoe_em_config()
1211 * instance on host list updated by fcoe_hostlist_add(). in fcoe_if_create()
1427 * call fcoe_recv_frame directly, rather than queuing to the rx list in fcoe_rcv()
1780 list_for_each_entry(fcoe, &fcoe_hostlist, list) { in fcoe_hostlist_lookup_realdev_port()
1856 list_for_each_entry(fcoe, &fcoe_hostlist, list) { in fcoe_device_notification()
1887 list_del(&fcoe->list); in fcoe_device_notification()
2082 list_del(&fcoe->list); in fcoe_destroy()
2384 list_for_each_entry(fcoe, &fcoe_hostlist, list) { in fcoe_hostlist_lookup_port()
2428 list_add_tail(&fcoe->list, in fcoe_hostlist_add()
[all...]
/kernel/linux/linux-5.10/drivers/staging/vc04_services/interface/vchiq_arm/
H A Dvchiq_arm.c20 #include <linux/list.h>
73 struct list_head list; member
227 &instance->bulk_waiter_list, list) { in vchiq_shutdown()
228 list_del(&waiter->list); in vchiq_shutdown()
447 list_for_each_entry(waiter, &instance->bulk_waiter_list, list) { in vchiq_blocking_bulk_transfer()
449 list_del(&waiter->list); in vchiq_blocking_bulk_transfer()
501 list_add(&waiter->list, &instance->bulk_waiter_list); in vchiq_blocking_bulk_transfer()
977 list) { in vchiq_irq_queue_bulk_tx_rx()
979 list_del(&waiter->list); in vchiq_irq_queue_bulk_tx_rx()
1031 list_add(&waiter->list, in vchiq_irq_queue_bulk_tx_rx()
[all...]
/kernel/linux/linux-5.10/net/sunrpc/auth_gss/
H A Dauth_gss.c247 struct list_head list; member
288 BUG_ON(!list_empty(&gss_msg->list)); in gss_release_msg()
301 list_for_each_entry(pos, &pipe->in_downcall, list) { in __gss_find_upcall()
326 list_add(&gss_msg->list, &pipe->in_downcall); in gss_add_msg()
336 list_del_init(&gss_msg->list); in __gss_unhash_msg()
347 if (list_empty(&gss_msg->list)) in gss_unhash_msg()
350 if (!list_empty(&gss_msg->list)) in gss_unhash_msg()
521 INIT_LIST_HEAD(&gss_msg->list); in gss_alloc_msg()
692 list_for_each_entry(pos, &pipe->in_downcall, list) { in gss_find_downcall()
754 list_del_init(&gss_msg->list); in gss_pipe_downcall()
[all...]
/kernel/linux/linux-5.10/fs/hmdfs/
H A Dstash.c15 #include <linux/list.h>
68 struct list_head *list; member
699 struct list_head *list) in hmdfs_init_cache_for_stash_files()
706 list_for_each_entry(info, list, stash_node) in hmdfs_init_cache_for_stash_files()
716 hmdfs_init_cache_for_stash_files(work->conn, work->list); in hmdfs_init_stash_cache_work_fn()
721 struct list_head *list) in hmdfs_init_cache_for_stash_files_by_work()
725 .list = list, in hmdfs_init_cache_for_stash_files_by_work()
735 bool check, struct list_head *list) in hmdfs_stash_fetch_ready_files()
746 list_add_tail(&info->stash_node, list); in hmdfs_stash_fetch_ready_files()
698 hmdfs_init_cache_for_stash_files(struct hmdfs_peer *conn, struct list_head *list) hmdfs_init_cache_for_stash_files() argument
720 hmdfs_init_cache_for_stash_files_by_work(struct hmdfs_peer *conn, struct list_head *list) hmdfs_init_cache_for_stash_files_by_work() argument
734 hmdfs_stash_fetch_ready_files(struct hmdfs_peer *conn, bool check, struct list_head *list) hmdfs_stash_fetch_ready_files() argument
806 hmdfs_stash_remote_inodes(struct hmdfs_peer *conn, struct list_head *list) hmdfs_stash_remote_inodes() argument
[all...]
/kernel/linux/linux-5.10/mm/
H A Dpercpu.c75 #include <linux/list.h>
169 struct list_head *pcpu_chunk_lists __ro_after_init; /* chunk list slots */
513 list_move(&chunk->list, &pcpu_slot[slot]); in __pcpu_chunk_move()
515 list_move_tail(&chunk->list, &pcpu_slot[slot]); in __pcpu_chunk_move()
1325 INIT_LIST_HEAD(&chunk->list); in pcpu_alloc_first_chunk()
1405 INIT_LIST_HEAD(&chunk->list); in pcpu_alloc_chunk()
1761 list_for_each_entry_safe(chunk, next, &pcpu_slot[slot], list) { in pcpu_alloc()
1959 list_for_each_entry_safe(chunk, next, free_head, list) { in __pcpu_balance_workfn()
1963 if (chunk == list_first_entry(free_head, struct pcpu_chunk, list)) in __pcpu_balance_workfn()
1966 list_move(&chunk->list, in __pcpu_balance_workfn()
[all...]
/kernel/linux/linux-5.10/drivers/net/wireless/st/cw1200/
H A Dsta.c42 static inline void __cw1200_free_event_queue(struct list_head *list) in __cw1200_free_event_queue() argument
45 list_for_each_entry_safe(event, tmp, list, link) { in __cw1200_free_event_queue()
96 LIST_HEAD(list); in cw1200_stop()
122 list_splice_init(&priv->event_queue, &list); in cw1200_stop()
124 __cw1200_free_event_queue(&list); in cw1200_stop()
954 LIST_HEAD(list); in cw1200_free_event_queue()
957 list_splice_init(&priv->event_queue, &list); in cw1200_free_event_queue()
960 __cw1200_free_event_queue(&list); in cw1200_free_event_queue()
968 LIST_HEAD(list); in cw1200_event_handler()
971 list_splice_init(&priv->event_queue, &list); in cw1200_event_handler()
[all...]
/kernel/linux/linux-6.6/fs/hmdfs/
H A Dstash.c15 #include <linux/list.h>
68 struct list_head *list; member
689 struct list_head *list) in hmdfs_init_cache_for_stash_files()
696 list_for_each_entry(info, list, stash_node) in hmdfs_init_cache_for_stash_files()
706 hmdfs_init_cache_for_stash_files(work->conn, work->list); in hmdfs_init_stash_cache_work_fn()
711 struct list_head *list) in hmdfs_init_cache_for_stash_files_by_work()
715 .list = list, in hmdfs_init_cache_for_stash_files_by_work()
725 bool check, struct list_head *list) in hmdfs_stash_fetch_ready_files()
736 list_add_tail(&info->stash_node, list); in hmdfs_stash_fetch_ready_files()
688 hmdfs_init_cache_for_stash_files(struct hmdfs_peer *conn, struct list_head *list) hmdfs_init_cache_for_stash_files() argument
710 hmdfs_init_cache_for_stash_files_by_work(struct hmdfs_peer *conn, struct list_head *list) hmdfs_init_cache_for_stash_files_by_work() argument
724 hmdfs_stash_fetch_ready_files(struct hmdfs_peer *conn, bool check, struct list_head *list) hmdfs_stash_fetch_ready_files() argument
796 hmdfs_stash_remote_inodes(struct hmdfs_peer *conn, struct list_head *list) hmdfs_stash_remote_inodes() argument
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_mes.c251 /* add the mes process to idr list */ in amdgpu_mes_create_process()
301 list_for_each_entry_safe(gang, tmp1, &process->gang_list, list) { in amdgpu_mes_destroy_process()
302 list_for_each_entry_safe(queue, tmp2, &gang->queue_list, list) { in amdgpu_mes_destroy_process()
323 list_for_each_entry_safe(gang, tmp1, &process->gang_list, list) { in amdgpu_mes_destroy_process()
325 list_for_each_entry_safe(queue, tmp2, &gang->queue_list, list) { in amdgpu_mes_destroy_process()
327 list_del(&queue->list); in amdgpu_mes_destroy_process()
333 list_del(&gang->list); in amdgpu_mes_destroy_process()
382 /* add the mes gang to idr list */ in amdgpu_mes_add_gang()
400 list_add_tail(&gang->list, &process->gang_list); in amdgpu_mes_add_gang()
433 DRM_ERROR("queue list i in amdgpu_mes_remove_gang()
[all...]
/kernel/linux/linux-6.6/drivers/devfreq/
H A Ddevfreq.c25 #include <linux/list.h>
49 /* The list of all device-devfreq governors */
51 /* The list of all device-devfreq */
64 * Search the list of device devfreqs and return the matched device's
259 * Search the list of devfreq governors and return the matched
286 * Search the list of devfreq governors and request the module and try again
745 * Remove devfreq from the list and release its resources.
1096 * @index - index into list of devfreq
2179 * @list: DEVFREQ_TRANSITION_NOTIFIER.
2183 unsigned int list) in devfreq_register_notifier()
2181 devfreq_register_notifier(struct devfreq *devfreq, struct notifier_block *nb, unsigned int list) devfreq_register_notifier() argument
2209 devfreq_unregister_notifier(struct devfreq *devfreq, struct notifier_block *nb, unsigned int list) devfreq_unregister_notifier() argument
2234 unsigned int list; global() member
2252 devm_devfreq_register_notifier(struct device *dev, struct devfreq *devfreq, struct notifier_block *nb, unsigned int list) devm_devfreq_register_notifier() argument
2288 devm_devfreq_unregister_notifier(struct device *dev, struct devfreq *devfreq, struct notifier_block *nb, unsigned int list) devm_devfreq_unregister_notifier() argument
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/marvell/octeontx2/af/
H A Drvu_npc_fs.c976 list_for_each_entry(iter, &mcam->mcam_rules, list) { in rvu_mcam_find_rule()
994 list_for_each_entry(iter, &mcam->mcam_rules, list) { in rvu_mcam_add_rule()
997 head = &iter->list; in rvu_mcam_add_rule()
1000 list_add(&rule->list, head); in rvu_mcam_add_rule()
1259 list_del(&rule->list); in npc_install_flow()
1428 list_del(&rule->list); in npc_delete_flow()
1447 list_for_each_entry_safe(iter, tmp, &mcam->mcam_rules, list) { in rvu_mbox_handler_npc_delete_flow()
1451 list_move_tail(&iter->list, &del_list); in rvu_mbox_handler_npc_delete_flow()
1455 list_move_tail(&iter->list, &del_list); in rvu_mbox_handler_npc_delete_flow()
1462 list_move_tail(&iter->list, in rvu_mbox_handler_npc_delete_flow()
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx4/
H A Den_ethtool.c15 * copyright notice, this list of conditions and the following
19 * copyright notice, this list of conditions and the following
1436 list_add_tail(&spec_l2->list, rule_list_h); in mlx4_en_ethtool_add_mac_rule()
1493 list_add_tail(&spec_l3->list, list_h); in add_ip_rule()
1559 list_add_tail(&spec_l3->list, list_h); in add_tcp_udp_rule()
1560 list_add_tail(&spec_l4->list, list_h); in add_tcp_udp_rule()
1630 INIT_LIST_HEAD(&rule.list); in mlx4_en_flow_replace()
1651 err = mlx4_en_ethtool_to_net_trans_rule(dev, cmd, &rule.list); in mlx4_en_flow_replace()
1666 list_del(&loc_rule->list); in mlx4_en_flow_replace()
1677 list_add_tail(&loc_rule->list, in mlx4_en_flow_replace()
[all...]

Completed in 59 milliseconds

1...<<231232233234235236237238239240>>...536