| /drivers/net/ethernet/ti/ |
| A D | cpsw_new.c | 1227 struct device_node *node = cpsw->dev->of_node, *tmp_node, *port_np; in cpsw_probe_dt() local 1236 tmp_node = of_get_child_by_name(node, "ethernet-ports"); in cpsw_probe_dt() 1237 if (!tmp_node) in cpsw_probe_dt() 1239 data->slaves = of_get_child_count(tmp_node); in cpsw_probe_dt() 1241 of_node_put(tmp_node); in cpsw_probe_dt() 1255 of_node_put(tmp_node); in cpsw_probe_dt() 1266 for_each_child_of_node(tmp_node, port_np) { in cpsw_probe_dt() 1345 of_node_put(tmp_node); in cpsw_probe_dt() 1350 of_node_put(tmp_node); in cpsw_probe_dt()
|
| /drivers/net/wireless/marvell/mwifiex/ |
| A D | init.c | 544 struct mwifiex_bss_prio_node *bssprio_node, *tmp_node; in mwifiex_delete_bss_prio_tbl() local 559 list_for_each_entry_safe(bssprio_node, tmp_node, head, in mwifiex_delete_bss_prio_tbl() 565 bssprio_node, tmp_node); in mwifiex_delete_bss_prio_tbl()
|
| A D | cmdevt.c | 1025 struct cmd_ctrl_node *cmd_node = NULL, *tmp_node; in mwifiex_cancel_pending_scan_cmd() local 1029 list_for_each_entry_safe(cmd_node, tmp_node, in mwifiex_cancel_pending_scan_cmd() 1048 struct cmd_ctrl_node *cmd_node = NULL, *tmp_node; in mwifiex_cancel_all_pending_cmd() local 1060 list_for_each_entry_safe(cmd_node, tmp_node, in mwifiex_cancel_all_pending_cmd()
|
| A D | 11n.c | 502 struct mwifiex_tx_ba_stream_tbl *del_tbl_ptr, *tmp_node; in mwifiex_11n_delete_all_tx_ba_stream_tbl() local 505 list_for_each_entry_safe(del_tbl_ptr, tmp_node, in mwifiex_11n_delete_all_tx_ba_stream_tbl()
|
| A D | 11n_rxreorder.c | 787 struct mwifiex_rx_reorder_tbl *del_tbl_ptr, *tmp_node; in mwifiex_11n_cleanup_reorder_tbl() local 790 list_for_each_entry_safe(del_tbl_ptr, tmp_node, in mwifiex_11n_cleanup_reorder_tbl()
|
| A D | wmm.c | 547 struct mwifiex_ra_list_tbl *ra_list, *tmp_node; in mwifiex_wmm_delete_all_ralist() local 553 list_for_each_entry_safe(ra_list, tmp_node, in mwifiex_wmm_delete_all_ralist()
|
| A D | tdls.c | 1328 struct mwifiex_auto_tdls_peer *peer, *tmp_node; in mwifiex_flush_auto_tdls_list() local 1331 list_for_each_entry_safe(peer, tmp_node, &priv->auto_tdls_list, list) { in mwifiex_flush_auto_tdls_list()
|
| /drivers/scsi/elx/libefc/ |
| A D | efc_fabric.c | 109 struct efc_node *tmp_node; in efc_fabric_notify_topology() local 116 xa_for_each(&node->nport->lookup, index, tmp_node) { in efc_fabric_notify_topology() 117 if (tmp_node != node) { in efc_fabric_notify_topology() 118 efc_node_post_event(tmp_node, in efc_fabric_notify_topology()
|
| /drivers/accel/habanalabs/common/ |
| A D | state_dump.c | 228 struct hlist_node *tmp_node; in hl_state_dump_free_sync_to_engine_map() local 231 hash_for_each_safe(map->tb, i, tmp_node, entry, node) { in hl_state_dump_free_sync_to_engine_map()
|
| A D | memory.c | 2749 struct hlist_node *tmp_node; in hl_vm_ctx_fini() local 2767 hash_for_each_safe(ctx->mem_hash, i, tmp_node, hnode, node) { in hl_vm_ctx_fini()
|
| /drivers/net/ethernet/marvell/octeontx2/nic/ |
| A D | qos.c | 437 struct otx2_qos_node *tmp_node; in otx2_qos_add_child_node() local 444 tmp_node = list_entry(tmp, struct otx2_qos_node, list); in otx2_qos_add_child_node() 445 if (tmp_node->prio == node->prio && in otx2_qos_add_child_node() 446 tmp_node->is_static) in otx2_qos_add_child_node() 448 if (tmp_node->prio > node->prio) { in otx2_qos_add_child_node()
|
| /drivers/infiniband/hw/irdma/ |
| A D | utils.c | 2279 struct list_head *tmp_node, *list_node; in irdma_remove_cmpls_list() local 2281 list_for_each_safe (list_node, tmp_node, &iwcq->cmpl_generated) { in irdma_remove_cmpls_list()
|
| A D | verbs.c | 1825 struct list_head *tmp_node, *list_node; in irdma_process_resize_list() local 1829 list_for_each_safe(list_node, tmp_node, &iwcq->resize_list) { in irdma_process_resize_list() 3784 struct list_head *tmp_node, *list_node; in __irdma_poll_cq() local 3799 list_for_each_safe(list_node, tmp_node, &iwcq->resize_list) { in __irdma_poll_cq()
|