/linux-6.14.4/Documentation/ABI/testing/ |
D | sysfs-bus-event_source-devices-dfl_fme | 15 portid = "config:16-23" - event source 19 fab_mmio_read = "event=0x06,evtype=0x02,portid=0xff" 22 0x06 local event id for overall monitoring (portid=0xff). 45 clock = "event=0x00,evtype=0x00,portid=0xff" 49 cache_read_hit = "event=0x00,evtype=0x01,portid=0xff" 50 cache_read_miss = "event=0x01,evtype=0x01,portid=0xff" 51 cache_write_hit = "event=0x02,evtype=0x01,portid=0xff" 52 cache_write_miss = "event=0x03,evtype=0x01,portid=0xff" 53 cache_hold_request = "event=0x05,evtype=0x01,portid=0xff" 55 "event=0x06,evtype=0x01,portid=0xff" [all …]
|
/linux-6.14.4/arch/sparc/kernel/ |
D | sbus.c | 279 int reported, portid; in sysio_ue_handler() local 294 portid = of_getintprop_default(op->dev.of_node, "portid", -1); in sysio_ue_handler() 298 portid, in sysio_ue_handler() 306 portid, in sysio_ue_handler() 310 printk("SYSIO[%x]: AFAR[%016lx]\n", portid, afar); in sysio_ue_handler() 311 printk("SYSIO[%x]: Secondary UE errors [", portid); in sysio_ue_handler() 353 int reported, portid; in sysio_ce_handler() local 368 portid = of_getintprop_default(op->dev.of_node, "portid", -1); in sysio_ce_handler() 371 portid, in sysio_ce_handler() 383 portid, in sysio_ce_handler() [all …]
|
D | prom_64.c | 127 prop = of_find_property(dp, "upa-portid", NULL); in sun4u_path_component() 129 prop = of_find_property(dp, "portid", NULL); in sun4u_path_component() 200 prop = of_find_property(dp, "upa-portid", NULL); in upa_path_component() 378 return (tlb_type == spitfire ? "upa-portid" : "portid"); in get_mid_prop() 388 * property. On everything else we look for a 'upa-portid', in arch_find_n_match_cpu_physical_id() 389 * 'portid', or 'cpuid' property. in arch_find_n_match_cpu_physical_id() 505 int portid = -1; in fill_in_one_cpu() local 515 portid = of_getintprop_default(portid_parent, in fill_in_one_cpu() 516 "portid", -1); in fill_in_one_cpu() 517 if (portid >= 0) in fill_in_one_cpu() [all …]
|
D | chmc.c | 91 int portid; member 174 u32 portid; member 378 dp->base_addr = (p->portid * (64UL * 1024 * 1024 * 1024)); in jbusmc_construct_one_dimm_group() 429 prop = of_get_property(op->dev.of_node, "portid", &len); in jbusmc_probe() 431 printk(KERN_ERR PFX "Cannot find portid.\n"); in jbusmc_probe() 435 p->portid = *prop; in jbusmc_probe() 599 if (p->portid == this_cpu) { in chmc_read_mcreg() 618 if (p->portid == smp_processor_id()) { 636 bp->bank_id = (CHMCTRL_NBANKS * p->portid) + which_bank; in chmc_interpret_one_decode_reg() 699 int len, portid; in chmc_probe() local [all …]
|
/linux-6.14.4/drivers/fpga/ |
D | dfl-fme-perf.c | 170 int (*event_init)(struct fme_perf_priv *priv, u32 event, u32 portid); 172 u32 portid); 173 u64 (*read_counter)(struct fme_perf_priv *priv, u32 event, u32 portid); 219 PMU_FORMAT_ATTR(portid, "config:16-23"); 254 static bool is_portid_root(u32 portid) in is_portid_root() argument 256 return portid == FME_PORTID_ROOT; in is_portid_root() 259 static bool is_portid_port(u32 portid) in is_portid_port() argument 261 return portid < PERF_MAX_PORT_NUM; in is_portid_port() 264 static bool is_portid_root_or_port(u32 portid) in is_portid_root_or_port() argument 266 return is_portid_root(portid) || is_portid_port(portid); in is_portid_root_or_port() [all …]
|
/linux-6.14.4/arch/powerpc/boot/dts/fsl/ |
D | t4240si-pre.dtsi | 95 fsl,portid-mapping = <0x80000000>; 102 fsl,portid-mapping = <0x80000000>; 109 fsl,portid-mapping = <0x80000000>; 116 fsl,portid-mapping = <0x80000000>; 123 fsl,portid-mapping = <0x40000000>; 130 fsl,portid-mapping = <0x40000000>; 137 fsl,portid-mapping = <0x40000000>; 144 fsl,portid-mapping = <0x40000000>; 151 fsl,portid-mapping = <0x20000000>; 158 fsl,portid-mapping = <0x20000000>; [all …]
|
D | p4080si-pre.dtsi | 99 fsl,portid-mapping = <0x80000000>; 109 fsl,portid-mapping = <0x40000000>; 119 fsl,portid-mapping = <0x20000000>; 129 fsl,portid-mapping = <0x10000000>; 139 fsl,portid-mapping = <0x08000000>; 149 fsl,portid-mapping = <0x04000000>; 159 fsl,portid-mapping = <0x02000000>; 169 fsl,portid-mapping = <0x01000000>;
|
D | b4860si-pre.dtsi | 80 fsl,portid-mapping = <0x80000000>; 87 fsl,portid-mapping = <0x80000000>; 94 fsl,portid-mapping = <0x80000000>; 101 fsl,portid-mapping = <0x80000000>;
|
/linux-6.14.4/include/net/netfilter/ |
D | nf_conntrack_ecache.h | 30 u32 portid; /* netlink portid of destroyer */ member 57 u32 portid; member 63 u32 portid; member 78 u32 portid, int report); 89 u32 portid, in nf_conntrack_eventmask_report() argument 129 u32 portid, int report) in nf_conntrack_event_report() argument 133 return nf_conntrack_eventmask_report(1 << event, ct, portid, report); in nf_conntrack_event_report() 151 u32 portid, int report); 168 u32 portid, in nf_ct_expect_event_report() argument
|
/linux-6.14.4/include/net/ |
D | genetlink.h | 121 * @snd_portid: netlink portid of sender 336 void *genlmsg_put(struct sk_buff *skb, u32 portid, u32 seq, 477 * @portid: own netlink portid to avoid sending to yourself 488 u32 portid, unsigned int group, gfp_t flags, in genlmsg_multicast_netns_filtered() argument 495 return nlmsg_multicast_filtered(net->genl_sock, skb, portid, group, in genlmsg_multicast_netns_filtered() 504 * @portid: own netlink portid to avoid sending to yourself 510 u32 portid, unsigned int group, gfp_t flags) in genlmsg_multicast_netns() argument 512 return genlmsg_multicast_netns_filtered(family, net, skb, portid, in genlmsg_multicast_netns() 520 * @portid: own netlink portid to avoid sending to yourself 525 struct sk_buff *skb, u32 portid, in genlmsg_multicast() argument [all …]
|
/linux-6.14.4/net/batman-adv/ |
D | bat_v.c | 121 * @portid: Port making netlink request 128 batadv_v_neigh_dump_neigh(struct sk_buff *msg, u32 portid, u32 seq, in batadv_v_neigh_dump_neigh() argument 139 hdr = genlmsg_put(msg, portid, seq, &batadv_netlink_family, NLM_F_MULTI, in batadv_v_neigh_dump_neigh() 167 * @portid: Port making netlink request 178 batadv_v_neigh_dump_hardif(struct sk_buff *msg, u32 portid, u32 seq, in batadv_v_neigh_dump_hardif() argument 191 if (batadv_v_neigh_dump_neigh(msg, portid, seq, hardif_neigh)) { in batadv_v_neigh_dump_hardif() 218 int portid = NETLINK_CB(cb->skb).portid; in batadv_v_neigh_dump() local 223 if (batadv_v_neigh_dump_hardif(msg, portid, in batadv_v_neigh_dump() 237 if (batadv_v_neigh_dump_hardif(msg, portid, in batadv_v_neigh_dump() 255 * @portid: Port making netlink request [all …]
|
D | bat_algo.c | 153 * @portid: Port to reply to 159 static int batadv_algo_dump_entry(struct sk_buff *msg, u32 portid, u32 seq, in batadv_algo_dump_entry() argument 164 hdr = genlmsg_put(msg, portid, seq, &batadv_netlink_family, in batadv_algo_dump_entry() 190 int portid = NETLINK_CB(cb->skb).portid; in batadv_algo_dump() local 199 if (batadv_algo_dump_entry(msg, portid, cb->nlh->nlmsg_seq, in batadv_algo_dump()
|
/linux-6.14.4/net/netfilter/ |
D | nf_conntrack_ecache.c | 174 u32 portid, int report) in nf_conntrack_eventmask_report() argument 191 item.portid = e->portid ? e->portid : portid; in nf_conntrack_eventmask_report() 195 missed = e->portid ? 0 : e->missed; in nf_conntrack_eventmask_report() 202 * we store the PORTID to include it in the retransmission. in nf_conntrack_eventmask_report() 204 if (e->portid == 0 && portid != 0) in nf_conntrack_eventmask_report() 205 e->portid = portid; in nf_conntrack_eventmask_report() 230 item.portid = 0; in nf_ct_deliver_cached_events() 243 u32 portid, int report) in nf_ct_expect_event_report() argument 262 .portid = portid, in nf_ct_expect_event_report()
|
/linux-6.14.4/drivers/scsi/csiostor/ |
D | csio_lnode.c | 108 * csio_ln_match_by_portid - lookup lnode using given portid. 110 * @portid: port-id. 112 * If found, returns lnode matching given portid otherwise returns NULL. 115 csio_ln_lookup_by_portid(struct csio_hw *hw, uint8_t portid) in csio_ln_lookup_by_portid() argument 120 /* Match siblings lnode with portid */ in csio_ln_lookup_by_portid() 123 if (ln->portid == portid) in csio_ln_lookup_by_portid() 352 if (hw->pport[ln->portid].link_speed == FW_PORT_CAP_SPEED_1G) in csio_ln_fdmi_rhba_cbfn() 354 else if (hw->pport[ln->portid].link_speed == FW_PORT_CAP_SPEED_10G) in csio_ln_fdmi_rhba_cbfn() 356 else if (hw->pport[ln->portid].link_speed == FW_PORT_CAP32_SPEED_25G) in csio_ln_fdmi_rhba_cbfn() 358 else if (hw->pport[ln->portid].link_speed == FW_PORT_CAP32_SPEED_40G) in csio_ln_fdmi_rhba_cbfn() [all …]
|
/linux-6.14.4/net/netlink/ |
D | af_netlink.c | 177 NETLINK_CB(new).portid = NETLINK_CB(skb).portid; in netlink_to_full_skb() 468 u32 portid; member 473 (offsetof(struct netlink_compare_arg, portid) + sizeof(u32)) 481 return nlk->portid != x->portid || in netlink_compare() 486 struct net *net, u32 portid) in netlink_compare_arg_init() argument 490 arg->portid = portid; in netlink_compare_arg_init() 493 static struct sock *__netlink_lookup(struct netlink_table *table, u32 portid, in __netlink_lookup() argument 498 netlink_compare_arg_init(&arg, net, portid); in __netlink_lookup() 507 netlink_compare_arg_init(&arg, sock_net(sk), nlk_sk(sk)->portid); in __netlink_insert() 513 static struct sock *netlink_lookup(struct net *net, int protocol, u32 portid) in netlink_lookup() argument [all …]
|
/linux-6.14.4/include/linux/netfilter/ |
D | nfnetlink.h | 55 int nfnetlink_send(struct sk_buff *skb, struct net *net, u32 portid, 57 int nfnetlink_set_err(struct net *net, u32 portid, u32 group, int error); 58 int nfnetlink_unicast(struct sk_buff *skb, struct net *net, u32 portid); 59 void nfnetlink_broadcast(struct net *net, struct sk_buff *skb, __u32 portid, 78 static inline struct nlmsghdr *nfnl_msg_put(struct sk_buff *skb, u32 portid, in nfnl_msg_put() argument 85 nlh = nlmsg_put(skb, portid, seq, type, sizeof(struct nfgenmsg), flags); in nfnl_msg_put()
|
/linux-6.14.4/net/devlink/ |
D | sb.c | 169 enum devlink_command cmd, u32 portid, in devlink_nl_sb_fill() argument 174 hdr = genlmsg_put(msg, portid, seq, &devlink_nl_family, flags, cmd); in devlink_nl_sb_fill() 247 NETLINK_CB(cb->skb).portid, in devlink_nl_sb_get_dump_one() 267 u32 portid, u32 seq, int flags) in devlink_nl_sb_pool_fill() argument 278 hdr = genlmsg_put(msg, portid, seq, &devlink_nl_family, flags, cmd); in devlink_nl_sb_pool_fill() 345 u32 portid, u32 seq, int flags) in __sb_pool_get_dumpit() argument 360 portid, seq, flags); in __sb_pool_get_dumpit() 383 NETLINK_CB(cb->skb).portid, in devlink_nl_sb_pool_get_dump_one() 453 u32 portid, u32 seq, int flags) in devlink_nl_sb_port_pool_fill() argument 465 hdr = genlmsg_put(msg, portid, seq, &devlink_nl_family, flags, cmd); in devlink_nl_sb_port_pool_fill() [all …]
|
/linux-6.14.4/include/linux/ |
D | connector.h | 82 * @portid: destination port. 86 * If @portid and @group is zero, then appropriate group will 101 int cn_netlink_send_mult(struct cn_msg *msg, u16 len, u32 portid, 110 * @portid: destination port. 114 * If @portid and @group is zero, then appropriate group will 127 int cn_netlink_send(struct cn_msg *msg, u32 portid, u32 group, gfp_t gfp_mask);
|
/linux-6.14.4/net/sched/ |
D | sch_api.c | 912 u32 portid, u32 seq, u16 flags, int event, in tc_fill_qdisc() argument 926 nlh = nlmsg_put(skb, portid, seq, event, sizeof(*tcm), flags); in tc_fill_qdisc() 1010 u32 portid = oskb ? NETLINK_CB(oskb).portid : 0; in qdisc_get_notify() local 1017 if (tc_fill_qdisc(skb, q, clid, portid, n->nlmsg_seq, 0, in qdisc_get_notify() 1023 return rtnetlink_send(skb, net, portid, RTNLGRP_TC, in qdisc_get_notify() 1037 u32 portid = oskb ? NETLINK_CB(oskb).portid : 0; in qdisc_notify() local 1047 if (tc_fill_qdisc(skb, old, clid, portid, n->nlmsg_seq, in qdisc_notify() 1052 if (tc_fill_qdisc(skb, new, clid, portid, n->nlmsg_seq, in qdisc_notify() 1058 return rtnetlink_send(skb, net, portid, RTNLGRP_TC, in qdisc_notify() 1824 tc_fill_qdisc(skb, q, q->parent, NETLINK_CB(cb->skb).portid, in tc_dump_qdisc_root() [all …]
|
D | act_api.c | 1623 u32 portid, u32 seq, u16 flags, int event, int bind, in tca_get_fill() argument 1631 nlh = nlmsg_put(skb, portid, seq, event, sizeof(*t), flags); in tca_get_fill() 1662 tcf_get_notify(struct net *net, u32 portid, struct nlmsghdr *n, in tcf_get_notify() argument 1671 if (tca_get_fill(skb, actions, portid, n->nlmsg_seq, 0, event, in tcf_get_notify() 1678 return rtnl_unicast(skb, net, portid); in tcf_get_notify() 1682 struct nlmsghdr *n, u32 portid, in tcf_action_get_1() argument 1726 struct nlmsghdr *n, u32 portid, in tca_action_flush() argument 1759 nlh = nlmsg_put(skb, portid, n->nlmsg_seq, RTM_DELACTION, in tca_action_flush() 1787 err = rtnetlink_send(skb, net, portid, RTNLGRP_TC, in tca_action_flush() 1936 u32 portid, size_t attr_size, in tcf_del_notify_msg() argument [all …]
|
/linux-6.14.4/drivers/connector/ |
D | connector.c | 58 * The message is sent to, the portid if given, the group if given, both if 61 int cn_netlink_send_mult(struct cn_msg *msg, u16 len, u32 portid, u32 __group, in cn_netlink_send_mult() argument 74 if (portid || __group) { in cn_netlink_send_mult() 92 if (!portid && !netlink_has_listeners(dev->nls, group)) in cn_netlink_send_mult() 114 return netlink_broadcast_filtered(dev->nls, skb, portid, group, in cn_netlink_send_mult() 117 return netlink_unicast(dev->nls, skb, portid, in cn_netlink_send_mult() 123 int cn_netlink_send(struct cn_msg *msg, u32 portid, u32 __group, in cn_netlink_send() argument 126 return cn_netlink_send_mult(msg, msg->len, portid, __group, gfp_mask, in cn_netlink_send()
|
/linux-6.14.4/tools/testing/selftests/net/netfilter/ |
D | conntrack_dump_flush.c | 106 unsigned int portid; in conntrack_data_insert() local 109 portid = mnl_socket_get_portid(sock); in conntrack_data_insert() 130 ret = mnl_cb_run(buf, ret, nlh->nlmsg_seq, portid, NULL, NULL); in conntrack_data_insert() 225 unsigned int portid; in conntracK_count_zone() local 228 portid = mnl_socket_get_portid(sock); in conntracK_count_zone() 251 ret = mnl_cb_run(buf, ret, nlh->nlmsg_seq, portid, in conntracK_count_zone() 272 unsigned int portid; in conntrack_flush_zone() local 275 portid = mnl_socket_get_portid(sock); in conntrack_flush_zone() 301 ret = mnl_cb_run(buf, ret, nlh->nlmsg_seq, portid, NULL, NULL); in conntrack_flush_zone()
|
/linux-6.14.4/drivers/w1/ |
D | w1_netlink.c | 21 u32 portid; /* Sending process port ID */ member 68 block->portid, 0, in w1_unref_block() 87 cn_netlink_send_mult(block->first_cn, len, block->portid, in w1_reply_make_space() 188 * @portid: where to send it 195 int portid, int error) in w1_netlink_send_error() argument 206 cn_netlink_send(&packet.cn, portid, 0, GFP_KERNEL); in w1_netlink_send_error() 399 static int w1_process_command_root(struct cn_msg *req_cn, u32 portid) in w1_process_command_root() argument 426 cn_netlink_send(cn, portid, 0, GFP_KERNEL); in w1_process_command_root() 437 cn_netlink_send(cn, portid, 0, GFP_KERNEL); in w1_process_command_root() 555 w1_netlink_send_error(cn, msg, nsp->portid, -EINVAL); in w1_cn_callback() [all …]
|
/linux-6.14.4/net/mctp/ |
D | device.c | 62 int msg_type, u32 portid, u32 seq, int flag) in mctp_fill_addrinfo() argument 67 nlh = nlmsg_put(skb, portid, seq, in mctp_fill_addrinfo() 98 u32 portid, seq; in mctp_dump_dev_addrinfo() local 101 portid = NETLINK_CB(cb->skb).portid; in mctp_dump_dev_addrinfo() 105 RTM_NEWADDR, portid, seq, NLM_F_MULTI); in mctp_dump_dev_addrinfo() 147 u32 portid = NETLINK_CB(req_skb).portid; in mctp_addr_notify() local 157 portid, req_nlh->nlmsg_seq, 0); in mctp_addr_notify() 163 rtnl_notify(skb, net, portid, RTNLGRP_MCTP_IFADDR, req_nlh, GFP_KERNEL); in mctp_addr_notify()
|
/linux-6.14.4/net/phonet/ |
D | pn_netlink.c | 23 u32 portid, u32 seq, int event); 103 u32 portid, u32 seq, int event) in fill_addr() argument 108 nlh = nlmsg_put(skb, portid, seq, event, sizeof(*ifm), 0); in fill_addr() 156 addr << 2, NETLINK_CB(cb->skb).portid, in getaddr_dumpit() 174 u32 portid, u32 seq, int event) in fill_route() argument 179 nlh = nlmsg_put(skb, portid, seq, event, sizeof(*rtm), 0); in fill_route() 307 NETLINK_CB(cb->skb).portid, in route_dumpit()
|