Home
last modified time | relevance | path

Searched refs:tmp_node (Results 1 – 13 of 13) sorted by relevance

/drivers/net/ethernet/ti/
A Dcpsw_new.c1227 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 Dinit.c544 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 Dcmdevt.c1025 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 D11n.c502 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 D11n_rxreorder.c787 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 Dwmm.c547 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 Dtdls.c1328 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 Defc_fabric.c109 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 Dstate_dump.c228 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 Dmemory.c2749 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 Dqos.c437 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 Dutils.c2279 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 Dverbs.c1825 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()

Completed in 58 milliseconds