Searched refs:t_type (Results 1 - 10 of 10) sorted by relevance

/linux-master/net/rds/
H A Dtransport.c56 if (transports[trans->t_type])
58 trans->t_type);
60 transports[trans->t_type] = trans;
72 transports[trans->t_type] = NULL;
115 struct rds_transport *rds_trans_get(int t_type) argument
121 trans = transports[t_type];
124 if (rds_trans_modules[t_type])
125 request_module(rds_trans_modules[t_type]);
127 trans = transports[t_type];
129 if (trans && trans->t_type
[all...]
H A Daf_rds.c362 int t_type; local
370 if (copy_from_sockptr(&t_type, optval, sizeof(t_type)))
373 if (t_type < 0 || t_type >= RDS_TRANS_COUNT)
376 rs->rs_transport = rds_trans_get(t_type);
519 trans = (rs->rs_transport ? rs->rs_transport->t_type :
H A Dloop.c252 .t_type = RDS_TRANS_LOOP,
H A Dthreads.c134 if (conn->c_trans->t_type == RDS_TRANS_TCP &&
H A Dib.c563 .t_type = RDS_TRANS_IB
H A Drds.h541 unsigned int t_type; member in struct:rds_transport
1014 struct rds_transport *rds_trans_get(int t_type);
H A Drecv.c104 if (rs->rs_transport->t_type == RDS_TRANS_LOOP)
140 WARN_ON(conn->c_trans->t_type != RDS_TRANS_TCP);
H A Dtcp.c469 .t_type = RDS_TRANS_TCP,
H A Dsend.c1256 if (rs->rs_transport->t_type != RDS_TRANS_TCP) {
/linux-master/fs/dlm/
H A Ddlm_internal.h465 __le16 t_type; member in struct:dlm_opt_header

Completed in 392 milliseconds