Home
last modified time | relevance | path

Searched refs:dports (Results 1 – 8 of 8) sorted by relevance

/linux/Documentation/driver-api/cxl/linux/example-configurations/
H A Dsingle-device.rst23 "dports":[
61 "dports":[
154 "dports":[
172 "dports":[
185 "dports":[
H A Dintra-hb-interleave.rst23 "dports":[
61 "dports":[
192 "dports":[
210 "dports":[
223 "dports":[
H A Dhb-interleave.rst23 "dports":[
61 "dports":[
156 "dports":[
221 "dports":[
239 "dports":[
H A Dmulti-interleave.rst24 "dports":[
62 "dports":[
194 "dports":[
297 "dports":[
315 "dports":[
/linux/net/tipc/
H A Dname_table.h120 struct list_head *dports);
H A Dname_table.c676 struct list_head *dports) in tipc_nametbl_lookup_mcast_sockets() argument
692 tipc_dest_push(dports, 0, p->sk.ref); in tipc_nametbl_lookup_mcast_sockets()
H A Dsocket.c1197 struct list_head dports; in tipc_sk_mcast_rcv() local
1203 INIT_LIST_HEAD(&dports); in tipc_sk_mcast_rcv()
1241 tipc_nametbl_lookup_mcast_sockets(net, &ua, &dports); in tipc_sk_mcast_rcv()
1244 while (tipc_dest_pop(&dports, NULL, &portid)) { in tipc_sk_mcast_rcv()
/linux/drivers/cxl/core/
H A Dhdm.c74 xa_for_each(&port->dports, index, dport) in devm_cxl_add_passthrough_decoder()