Home
last modified time | relevance | path

Searched refs:pnode (Results 1 – 22 of 22) sorted by relevance

/drivers/scsi/lpfc/
A Dlpfc_scsi.c3576 struct lpfc_nodelist *pnode = lpfc_cmd->rdata->pnode; in lpfc_send_scsi_error_event() local
3579 if (!pnode) in lpfc_send_scsi_error_event()
4350 struct lpfc_nodelist *pnode = rdata->pnode; in lpfc_scsi_cmd_iocb_cmpl() local
4442 (pnode) ? pnode->nlp_DID : 0, in lpfc_scsi_cmd_iocb_cmpl()
4813 if (!pnode) in lpfc_scsi_prep_cmnd()
5814 pnode = rdata->pnode; in lpfc_send_taskmgmt()
5844 pnode->nlp_rpi, pnode->nlp_flag, iocbq->sli4_xritag, in lpfc_send_taskmgmt()
5912 pnode = rdata->pnode; in lpfc_chk_tgt_mapped()
5928 pnode = rdata->pnode; in lpfc_chk_tgt_mapped()
6016 pnode = rdata->pnode; in lpfc_device_reset_handler()
[all …]
A Dlpfc_scsi.h44 struct lpfc_nodelist *pnode; /* Pointer to the node structure. */ member
A Dlpfc_nvme.c1209 struct lpfc_nodelist *pnode, in lpfc_nvme_prep_io_cmd() argument
1235 test_bit(NLP_FIRSTBURST, &pnode->nlp_flag)) { in lpfc_nvme_prep_io_cmd()
1237 if (req_len < pnode->nvme_fb_size) in lpfc_nvme_prep_io_cmd()
1242 pnode->nvme_fb_size; in lpfc_nvme_prep_io_cmd()
1272 if (pnode->nlp_nvme_info & NLP_NVME_NSLER) { in lpfc_nvme_prep_io_cmd()
1291 phba->sli4_hba.rpi_ids[pnode->nlp_rpi]); in lpfc_nvme_prep_io_cmd()
A Dlpfc_hbadisc.c116 ndlp = rdata->pnode; in lpfc_rport_invalid()
117 if (!rdata->pnode) { in lpfc_rport_invalid()
143 ndlp = rdata->pnode; in lpfc_terminate_rport_io()
166 ndlp = ((struct lpfc_rport_data *)rport->dd_data)->pnode; in lpfc_dev_loss_tmo_callbk()
274 ((struct lpfc_rport_data *)rport->dd_data)->pnode = NULL; in lpfc_dev_loss_tmo_callbk()
4509 rdata->pnode = lpfc_nlp_get(ndlp); in lpfc_register_remote_port()
4510 if (!rdata->pnode) { in lpfc_register_remote_port()
A Dlpfc_bsg.c394 struct lpfc_nodelist *ndlp = rdata->pnode; in lpfc_bsg_send_mgmt_cmd()
661 struct lpfc_nodelist *ndlp = rdata->pnode; in lpfc_bsg_rport_els()
A Dlpfc_sli.c1260 ndlp = lpfc_cmd->rdata->pnode; in __lpfc_sli_get_els_sglq()
12647 if ((lpfc_cmd->rdata) && (lpfc_cmd->rdata->pnode) && in lpfc_sli_validate_fcp_iocb()
12648 (lpfc_cmd->rdata->pnode->nlp_sid == tgt_id) && in lpfc_sli_validate_fcp_iocb()
12653 if ((lpfc_cmd->rdata) && (lpfc_cmd->rdata->pnode) && in lpfc_sli_validate_fcp_iocb()
12654 (lpfc_cmd->rdata->pnode->nlp_sid == tgt_id)) in lpfc_sli_validate_fcp_iocb()
12934 ndlp = lpfc_cmd->rdata->pnode; in lpfc_sli_abort_taskmgmt()
A Dlpfc_attr.c7072 struct lpfc_nodelist *ndlp = rdata->pnode; in lpfc_set_rport_loss_tmo()
/drivers/pinctrl/sunxi/
A Dpinctrl-sunxi-dt.c144 static int prepare_function_table(struct device *dev, struct device_node *pnode, in prepare_function_table() argument
183 for_each_child_of_node(pnode, node) { in prepare_function_table()
347 struct device_node *pnode = pdev->dev.of_node, *node; in sunxi_pinctrl_dt_table_init() local
355 ret = prepare_function_table(&pdev->dev, pnode, pins, desc->npins, in sunxi_pinctrl_dt_table_init()
364 for_each_child_of_node(pnode, node) in sunxi_pinctrl_dt_table_init()
/drivers/macintosh/
A Dmacio_asic.c459 struct device_node *np, *pnode; in macio_pci_add_devices() local
471 pnode = of_node_get(chip->of_node); in macio_pci_add_devices()
472 if (pnode == NULL) in macio_pci_add_devices()
476 rdev = macio_add_one_device(chip, parent, pnode, NULL, root_res); in macio_pci_add_devices()
482 for_each_child_of_node(pnode, np) { in macio_pci_add_devices()
498 pnode = mbdev->ofdev.dev.of_node; in macio_pci_add_devices()
499 for_each_child_of_node(pnode, np) { in macio_pci_add_devices()
511 pnode = sdev->ofdev.dev.of_node; in macio_pci_add_devices()
512 for_each_child_of_node(pnode, np) { in macio_pci_add_devices()
/drivers/base/power/
A Dqos.c163 &req->data.pnode, action, value); in apply_constraint()
167 &req->data.pnode, action, value); in apply_constraint()
274 plist_for_each_entry_safe(req, tmp, &c->list, data.pnode) { in dev_pm_qos_constraints_destroy()
284 plist_for_each_entry_safe(req, tmp, &c->list, data.pnode) { in dev_pm_qos_constraints_destroy()
290 plist_for_each_entry_safe(req, tmp, &c->list, data.freq.pnode) { in dev_pm_qos_constraints_destroy()
297 plist_for_each_entry_safe(req, tmp, &c->list, data.freq.pnode) { in dev_pm_qos_constraints_destroy()
425 curr_value = req->data.pnode.prio; in __dev_pm_qos_update_request()
429 curr_value = req->data.freq.pnode.prio; in __dev_pm_qos_update_request()
895 dev->power.qos->latency_tolerance_req->data.pnode.prio; in dev_pm_qos_get_user_latency_tolerance()
/drivers/pci/
A Dof_property.c217 struct device_node *pnode; in of_pci_prop_intr_map() local
223 pnode = pci_device_to_OF_node(pdev->bus->self); in of_pci_prop_intr_map()
224 if (!pnode) in of_pci_prop_intr_map()
225 pnode = pci_bus_to_OF_node(pdev->bus); in of_pci_prop_intr_map()
227 if (!pnode) { in of_pci_prop_intr_map()
235 out_irq[i].np = pnode; in of_pci_prop_intr_map()
/drivers/net/ipvlan/
A Dipvlan_main.c19 list_for_each_entry(ipvlan, &port->ipvlans, pnode) { in ipvlan_set_port_mode()
48 list_for_each_entry_continue_reverse(ipvlan, &port->ipvlans, pnode) { in ipvlan_set_port_mode()
641 list_add_tail_rcu(&ipvlan->pnode, &port->ipvlans); in ipvlan_link_new()
669 list_del_rcu(&ipvlan->pnode); in ipvlan_link_delete()
744 list_for_each_entry(ipvlan, &port->ipvlans, pnode) in ipvlan_device_event()
766 list_for_each_entry_safe(ipvlan, next, &port->ipvlans, pnode) in ipvlan_device_event()
773 list_for_each_entry(ipvlan, &port->ipvlans, pnode) { in ipvlan_device_event()
780 list_for_each_entry(ipvlan, &port->ipvlans, pnode) in ipvlan_device_event()
786 list_for_each_entry(ipvlan, &port->ipvlans, pnode) { in ipvlan_device_event()
796 list_for_each_entry(ipvlan, &port->ipvlans, pnode) { in ipvlan_device_event()
[all …]
A Dipvlan.h64 struct list_head pnode; member
A Dipvlan_core.c129 list_for_each_entry_rcu(ipvlan, &port->ipvlans, pnode) { in ipvlan_addr_busy()
261 list_for_each_entry_rcu(ipvlan, &port->ipvlans, pnode) { in ipvlan_process_multicast()
/drivers/misc/sgi-gru/
A Dgruhandles.h143 static inline unsigned long gru_chiplet_paddr(unsigned long paddr, int pnode, in gru_chiplet_paddr() argument
146 return paddr + GRU_SIZE * (2 * pnode + chiplet); in gru_chiplet_paddr()
149 static inline void *gru_chiplet_vaddr(void *vaddr, int pnode, int chiplet) in gru_chiplet_vaddr() argument
151 return vaddr + GRU_SIZE * (2 * pnode + chiplet); in gru_chiplet_vaddr()
A Dgrufile.c254 int pnode, nid, bid, chip; in gru_init_tables() local
265 pnode = uv_blade_to_pnode(bid); in gru_init_tables()
281 paddr = gru_chiplet_paddr(gru_base_paddr, pnode, chip); in gru_init_tables()
282 vaddr = gru_chiplet_vaddr(gru_base_vaddr, pnode, chip); in gru_init_tables()
/drivers/gpu/drm/nouveau/nvkm/core/
A Dmm.c112 u32 align, struct nvkm_mm_node **pnode) in nvkm_mm_head() argument
153 *pnode = this; in nvkm_mm_head()
187 u32 align, struct nvkm_mm_node **pnode) in nvkm_mm_tail() argument
232 *pnode = this; in nvkm_mm_tail()
/drivers/pinctrl/
A Dpinconf-generic.c365 struct device_node *pnode; in pinconf_generic_dt_node_to_map_pinmux() local
379 pnode = of_get_parent(np); in pinconf_generic_dt_node_to_map_pinmux()
380 if (!pnode) { in pinconf_generic_dt_node_to_map_pinmux()
407 pnode->name); in pinconf_generic_dt_node_to_map_pinmux()
/drivers/clk/st/
A Dclk-flexgen.c644 struct device_node *pnode; in st_of_flexgen_setup() local
657 pnode = of_get_parent(np); in st_of_flexgen_setup()
658 if (!pnode) in st_of_flexgen_setup()
661 reg = of_iomap(pnode, 0); in st_of_flexgen_setup()
662 of_node_put(pnode); in st_of_flexgen_setup()
A Dclkgen-pll.c686 struct device_node *pnode; in clkgen_get_register_base() local
689 pnode = of_get_parent(np); in clkgen_get_register_base()
690 if (!pnode) in clkgen_get_register_base()
693 reg = of_iomap(pnode, 0); in clkgen_get_register_base()
695 of_node_put(pnode); in clkgen_get_register_base()
/drivers/virtio/
A Dvirtio.c468 struct device_node *np, *pnode = dev_of_node(dev->dev.parent); in virtio_device_of_init() local
472 if (!pnode) in virtio_device_of_init()
475 count = of_get_available_child_count(pnode); in virtio_device_of_init()
483 np = of_get_next_available_child(pnode, NULL); in virtio_device_of_init()
/drivers/counter/
A Dstm32-timer-cnt.c686 struct device_node *tnode = NULL, *pnode = parent->of_node; in stm32_timer_cnt_probe_encoder() local
698 tnode = of_get_compatible_child(pnode, stm32_timer_trigger_compat[i]); in stm32_timer_cnt_probe_encoder()

Completed in 100 milliseconds