Home
last modified time | relevance | path

Searched refs:rnode (Results 1 – 18 of 18) sorted by relevance

/linux/drivers/scsi/elx/libefc/
H A Defc_cmds.c606 efc_cmd_node_alloc(struct efc *efc, struct efc_remote_node *rnode, u32 fc_addr, in efc_cmd_node_alloc() argument
610 if (rnode->indicator != U32_MAX) { in efc_cmd_node_alloc()
613 fc_addr, rnode->indicator); in efc_cmd_node_alloc()
618 rnode->nport = NULL; in efc_cmd_node_alloc()
621 &rnode->indicator, &rnode->index)) { in efc_cmd_node_alloc()
627 rnode->fc_id = fc_addr; in efc_cmd_node_alloc()
628 rnode->nport = nport; in efc_cmd_node_alloc()
636 struct efc_remote_node *rnode = arg; in efc_cmd_node_attach_cb() local
644 rnode in efc_cmd_node_attach_cb()
657 efc_cmd_node_attach(struct efc * efc,struct efc_remote_node * rnode,struct efc_dma * sparms) efc_cmd_node_attach() argument
688 efc_node_free_resources(struct efc * efc,struct efc_remote_node * rnode) efc_node_free_resources() argument
722 struct efc_remote_node *rnode = arg; efc_cmd_node_free_cb() local
754 efc_cmd_node_detach(struct efc * efc,struct efc_remote_node * rnode) efc_cmd_node_detach() argument
[all...]
H A Defc_cmds.h25 efc_cmd_node_detach(struct efc *efc, struct efc_remote_node *rnode);
27 efc_node_free_resources(struct efc *efc, struct efc_remote_node *rnode);
29 efc_cmd_node_attach(struct efc *efc, struct efc_remote_node *rnode,
32 efc_cmd_node_alloc(struct efc *efc, struct efc_remote_node *rnode, u32 fc_addr,
H A Defc_fabric.c37 rc = efc_cmd_node_detach(efc, &node->rnode); in efc_fabric_initiate_shutdown()
697 port_id = n->rnode.fc_id; in efc_process_gidpt_payload()
716 port_id == active_nodes[j]->rnode.fc_id) { in efc_process_gidpt_payload()
743 active_nodes[i]->rnode.fc_id); in efc_process_gidpt_payload()
752 if (port_id == node->rnode.nport->fc_id) { in efc_process_gidpt_payload()
1139 struct efc_node *rnode; in __efc_p2p_wait_domain_attach() local
1149 rnode = efc_node_find(nport, node->nport->p2p_remote_port_id); in __efc_p2p_wait_domain_attach()
1150 if (rnode) { in __efc_p2p_wait_domain_attach()
1158 rnode->rnode in __efc_p2p_wait_domain_attach()
[all...]
H A Defc_els.c270 els->io.rpi = node->rnode.indicator; in efc_els_send_req()
273 els->io.d_id = node->rnode.fc_id; in efc_els_send_req()
275 if (node->rnode.attached) in efc_els_send_req()
369 els->io.rpi = node->rnode.indicator; in efc_els_send_rsp()
375 els->io.d_id = node->rnode.fc_id; in efc_els_send_rsp()
543 hton24(logo->fl_n_port_id, node->rnode.nport->fc_id); in efc_send_logo()
579 hton24(adisc->adisc_port_id, node->rnode.nport->fc_id); in efc_send_adisc()
871 hton24(adisc->adisc_port_id, node->rnode.nport->fc_id); in efc_send_adisc_acc()
921 hton24(ct->rftid.fr_fid.fp_fid, node->rnode.nport->fc_id); in efc_ns_send_rftid()
958 hton24(ct->rffid.fr_fid.fp_fid, node->rnode in efc_ns_send_rffid()
[all...]
H A Defc_node.c13 struct efc_remote_node *rnode = data; in efc_remote_node_cb() local
14 struct efc_node *node = rnode->node; in efc_remote_node_cb()
72 node->rnode.indicator = U32_MAX; in efc_node_alloc()
85 rc = efc_cmd_node_alloc(efc, &node->rnode, port_id, nport); in efc_node_alloc()
91 node->rnode.node = node; in efc_node_alloc()
111 efc_node_free_resources(efc, &node->rnode); in efc_node_alloc()
146 rc = efc_node_free_resources(efc, &node->rnode); in efc_node_free()
154 xa_erase(&nport->lookup, node->rnode.fc_id); in efc_node_free()
213 /* take lock to protect node->rnode.attached */ in efc_node_attach()
214 rc = efc_cmd_node_attach(efc, &node->rnode, in efc_node_attach()
[all...]
H A Defc_device.c285 rc = efc_cmd_node_detach(efc, &node->rnode); in __efc_d_initiate_shutdown()
454 (node->rnode.fc_id != FC_FID_DOM_MGR)) { in efc_node_init_device()
1123 !(node->rnode.fc_id != FC_FID_DOM_MGR)) { in __efc_d_port_logged_in()
H A Defclib.h281 * @rnode: Remote node
340 struct efc_remote_node rnode; member
H A Defc_domain.c1032 if (WARN_ON(port_id != node->rnode.fc_id)) in efc_node_dispatch_frame()
/linux/tools/perf/util/
H A Dcallchain.c384 struct callchain_node *rnode; in rb_insert_callchain() local
391 rnode = rb_entry(parent, struct callchain_node, rb_node); in rb_insert_callchain()
392 rnode_cumul = callchain_cumul_hits(rnode); in rb_insert_callchain()
397 if (rnode->hit < chain->hit) in rb_insert_callchain()
895 struct callchain_node *rnode; in append_chain_children() local
909 rnode = rb_entry(parent, struct callchain_node, rb_node_in); in append_chain_children()
912 ret = append_chain(rnode, cursor, period); in append_chain_children()
924 rnode = add_child(root, cursor, period); in append_chain_children()
925 if (rnode == NULL) in append_chain_children()
928 rb_link_node(&rnode in append_chain_children()
[all...]
/linux/drivers/scsi/csiostor/
H A Dcsio_scsi.c94 (ioreq->rnode == sld->rnode) && in csio_scsi_match_io()
99 (ioreq->rnode == sld->rnode)); in csio_scsi_match_io()
204 struct csio_rnode *rn = req->rnode; in csio_scsi_init_cmd_wr()
363 struct csio_rnode *rn = req->rnode; in csio_scsi_init_read_wr()
416 struct csio_rnode *rn = req->rnode; in csio_scsi_init_write_wr()
650 struct csio_rnode *rn = req->rnode; in csio_scsi_init_abrt_cls_wr()
792 * internally queue up such up such completions in the rnode. in csio_scsis_io_active()
797 * in this rnode queu in csio_scsis_io_active()
[all...]
H A Dcsio_scsi.h186 struct csio_rnode *rnode; member
H A Dcsio_lnode.c318 if (!csio_is_rnode_ready(fdmi_req->rnode)) { in csio_ln_fdmi_rhba_cbfn()
424 if (!csio_is_rnode_ready(fdmi_req->rnode)) { in csio_ln_fdmi_dprt_cbfn()
525 if (!csio_is_rnode_ready(fdmi_req->rnode)) { in csio_ln_fdmi_dhba_cbfn()
585 fdmi_req->rnode = fdmi_rn; in csio_ln_fdmi_start()
925 * @evt - Given rnode event
928 * Posts given rnode event to all FCOE rnodes connected with given Lnode.
1566 "Failed to confirm rnode " in csio_fcoe_fwevt_handler()
1730 struct csio_rnode *rn = io_req->rnode; in csio_ln_mgmt_submit_wr()
2094 /* Initialize rnode list */ in csio_lnode_init()
H A Dcsio_wr.h252 struct csio_rnode *rnode; /* Src/destination rnode */ member
/linux/drivers/net/wireguard/
H A Dallowedips.c150 u8 cidr, u8 bits, struct allowedips_node **rnode, in node_placement() argument
165 *rnode = parent; in node_placement()
/linux/fs/btrfs/
H A Dbackref.c740 struct rb_node *rnode; in resolve_indirect_refs() local
752 while ((rnode = rb_first_cached(&preftrees->indirect.root))) { in resolve_indirect_refs()
756 ref = rb_entry(rnode, struct prelim_ref, rbnode); in resolve_indirect_refs()
/linux/net/xfrm/
H A Dxfrm_policy.c1020 struct rb_node *rnode; in xfrm_policy_inexact_node_merge() local
1026 while ((rnode = rb_first(&v->root)) != NULL) { in xfrm_policy_inexact_node_merge()
1027 node = rb_entry(rnode, struct xfrm_pol_inexact_node, node); in xfrm_policy_inexact_node_merge()
/linux/security/selinux/ss/
H A Dservices.c2778 struct ebitmap_node *rnode, *tnode; in security_get_user_sids() local
2812 ebitmap_for_each_positive_bit(&user->roles, rnode, i) { in security_get_user_sids()
/linux/net/bridge/
H A Dbr_multicast.c3334 struct hlist_node *rnode) in br_multicast_no_router_otherpf() argument
3337 if (rnode != &pmctx->ip6_rlist) in br_multicast_no_router_otherpf()