| /OK3568_Linux_fs/kernel/net/rds/ |
| H A D | transport.c | 47 static struct rds_transport *transports[RDS_TRANS_COUNT]; variable 56 if (transports[trans->t_type]) in rds_trans_register() 60 transports[trans->t_type] = trans; in rds_trans_register() 72 transports[trans->t_type] = NULL; in rds_trans_unregister() 102 trans = transports[i]; in rds_trans_get_preferred() 121 trans = transports[t_type]; in rds_trans_get() 127 trans = transports[t_type]; in rds_trans_get() 157 trans = transports[i]; in rds_trans_stats_info_copy()
|
| /OK3568_Linux_fs/kernel/net/sctp/ |
| H A D | associola.c | 375 transport = list_entry(pos, struct sctp_transport, transports); in sctp_association_free() 497 list_del_rcu(&peer->transports); in sctp_assoc_rm_peer() 503 transport = list_entry(pos, struct sctp_transport, transports); in sctp_assoc_rm_peer() 713 list_add_tail_rcu(&peer->transports, &asoc->peer.transport_addr_list); in sctp_assoc_add_peer() 741 transport = list_entry(pos, struct sctp_transport, transports); in sctp_assoc_del_peer() 760 transports) { in sctp_assoc_lookup_paddr() 776 transports) { in sctp_assoc_del_nonprimary_peers() 953 transports) { in sctp_assoc_lookup_tsn() 1113 trans = list_entry(pos, struct sctp_transport, transports); in sctp_assoc_update() 1153 transports) in sctp_assoc_update() [all …]
|
| H A D | sm_sideeffect.c | 692 list_for_each_entry(t, &asoc->peer.transport_addr_list, transports) in sctp_cmd_hb_timers_start() 704 transports) { in sctp_cmd_hb_timers_stop() 717 transports) { in sctp_cmd_t3_rtx_timers_stop() 1015 t = list_entry(pos, struct sctp_transport, transports); in sctp_cmd_del_non_primary() 1597 transports) { in sctp_cmd_interpreter() 1624 transports) { in sctp_cmd_interpreter()
|
| H A D | outqueue.c | 214 transports) { in __sctp_outq_teardown() 438 transports) { in sctp_prsctp_prune() 1247 list_for_each_entry(transport, transport_list, transports) in sctp_outq_sack() 1282 transports) { in sctp_outq_sack() 1311 list_for_each_entry(transport, transport_list, transports) { in sctp_outq_sack() 1335 list_for_each_entry(transport, transport_list, transports) in sctp_outq_sack()
|
| H A D | proc.c | 121 transports) { in sctp_seq_dump_remote_addrs() 317 transports) { in sctp_remaddr_seq_show()
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/input/rmi4/ |
| H A D | rmi_f01.txt | 4 transports and different functions. This file describes the device tree 6 for transports and other functions can be found in:
|
| H A D | rmi_spi.txt | 4 transports and different functions. This file describes the device tree 6 for other transports and functions can be found in
|
| H A D | rmi_i2c.txt | 4 transports and different functions. This file describes the device tree 6 for other transports and functions can be found in
|
| H A D | rmi_2d_sensor.txt | 4 transports and different functions. This file describes the device tree 6 Function 12. Complete documentation for transports and other functions
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/arm/ |
| H A D | arm,scmi.txt | 17 - compatible : shall be "arm,scmi" or "arm,scmi-smc" for smc/hvc transports 28 - arm,smc-id : SMC id required when using smc or hvc transports 34 - interrupts : when using smc or hvc transports, this optional
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-graphics/xorg-lib/ |
| H A D | xtrans_1.4.0.bb | 6 Use of this API should allow the addition of new types of transports and \
|
| /OK3568_Linux_fs/buildroot/package/qprint/ |
| H A D | Config.in | 7 transfer of mostly ASCII data over transports that are only
|
| /OK3568_Linux_fs/kernel/net/9p/ |
| H A D | Kconfig | 23 This builds support for a transports between
|
| /OK3568_Linux_fs/kernel/Documentation/virt/uml/ |
| H A D | user_mode_linux_howto_v2.rst | 228 * All transports which have tso and checksum offloads can deliver speeds 231 * All transports which have multi-packet rx and/or tx can deliver pps 234 * All legacy transports are generally limited to ~600-700MBit and 0.05Mps 252 For newer network drivers like the vector transports, ``root`` privilege 266 Configuring vector transports 269 All vector transports support a similar syntax: 279 These options are common for all transports: 296 corresponding UML transports (raw, tap, hybrid) in order for networking to 313 * ``src, dst, src_port, dst_port`` - all transports which use sockets 318 transports which operate over IP. Additionally, for transports that [all …]
|
| /OK3568_Linux_fs/kernel/arch/um/drivers/ |
| H A D | Kconfig | 242 This driver provides tap, raw, gre and l2tpv3 network transports 278 at least one UML with one of the other transports to act as a 322 unlike other network transports that can handle all Ethernet 325 other transports, SLiRP works without the need of root level
|
| H A D | net_kern.c | 541 static LIST_HEAD(transports); 582 list_add(&new->list, &transports); in register_transport() 608 list_for_each(ele, &transports) { in eth_setup_common()
|
| /OK3568_Linux_fs/buildroot/package/netsnmp/ |
| H A D | netsnmp.mk | 64 --with-transports="DTLSUDP,TLSTCP"
|
| /OK3568_Linux_fs/buildroot/package/janus-gateway/ |
| H A D | Config.in | 64 comment "transports"
|
| /OK3568_Linux_fs/buildroot/package/zeromq/ |
| H A D | Config.in | 13 sockets that carry whole messages across various transports
|
| /OK3568_Linux_fs/kernel/drivers/infiniband/ulp/ipoib/ |
| H A D | Kconfig | 7 transports IP packets over InfiniBand so you can use your IB
|
| /OK3568_Linux_fs/kernel/net/sunrpc/ |
| H A D | Kconfig | 74 transports (InfiniBand, iWARP, or RoCE).
|
| /OK3568_Linux_fs/kernel/net/vmw_vsock/ |
| H A D | Kconfig | 13 You should also select one or more hypervisor-specific transports
|
| /OK3568_Linux_fs/kernel/drivers/nvme/target/ |
| H A D | Kconfig | 13 You need to select at least one of the transports below to make this
|
| /OK3568_Linux_fs/kernel/Documentation/networking/device_drivers/cellular/qualcomm/ |
| H A D | rmnet.rst | 15 IP mode. Physical transports include USB, HSIC, PCIe and IP accelerator.
|
| /OK3568_Linux_fs/kernel/Documentation/driver-api/ |
| H A D | scsi.rst | 171 Infrastructure to provide async events from transports to userspace via 173 transports. See `the original patch
|