Home
last modified time | relevance | path

Searched refs:t_type (Results 1 – 11 of 11) sorted by relevance

/OK3568_Linux_fs/kernel/net/rds/
H A Dtransport.c56 if (transports[trans->t_type]) in rds_trans_register()
58 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()
115 struct rds_transport *rds_trans_get(int t_type) in rds_trans_get() argument
121 trans = transports[t_type]; in rds_trans_get()
124 if (rds_trans_modules[t_type]) in rds_trans_get()
125 request_module(rds_trans_modules[t_type]); in rds_trans_get()
127 trans = transports[t_type]; in rds_trans_get()
129 if (trans && trans->t_type == t_type && in rds_trans_get()
H A Daf_rds.c362 int t_type; in rds_set_transport() local
370 if (copy_from_sockptr(&t_type, optval, sizeof(t_type))) in rds_set_transport()
373 if (t_type < 0 || t_type >= RDS_TRANS_COUNT) in rds_set_transport()
376 rs->rs_transport = rds_trans_get(t_type); in rds_set_transport()
519 trans = (rs->rs_transport ? rs->rs_transport->t_type : in rds_getsockopt()
H A Dloop.c252 .t_type = RDS_TRANS_LOOP,
H A Dthreads.c134 if (conn->c_trans->t_type == RDS_TRANS_TCP && in rds_queue_reconnect()
H A Drecv.c103 if (rs->rs_transport->t_type == RDS_TRANS_LOOP) in rds_recv_rcvbuf_delta()
139 WARN_ON(conn->c_trans->t_type != RDS_TRANS_TCP); in rds_conn_peer_gen_update()
H A Drds.h541 unsigned int t_type; member
1015 struct rds_transport *rds_trans_get(int t_type);
H A Dib.c563 .t_type = RDS_TRANS_IB
H A Dtcp.c469 .t_type = RDS_TRANS_TCP,
H A Dsend.c1258 if (rs->rs_transport->t_type != RDS_TRANS_TCP) { in rds_sendmsg()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/sys/
H A Dmtio.h129 long int t_type; /* Device type id (mt_type). */ member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/sys/
H A Dmtio.h129 long int t_type; /* Device type id (mt_type). */ member