Searched refs:t_type (Results 1 – 7 of 7) sorted by relevance
56 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() argument121 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()
252 .t_type = RDS_TRANS_LOOP,
134 if (conn->c_trans->t_type == RDS_TRANS_TCP && in rds_queue_reconnect()
563 .t_type = RDS_TRANS_IB
470 .t_type = RDS_TRANS_TCP,
655 switch (desc->t_type) { in intel_tlb_lookup()
488 __le16 t_type; member