Home
last modified time | relevance | path

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

/linux/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 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 Dib.c563 .t_type = RDS_TRANS_IB
H A Dtcp.c470 .t_type = RDS_TRANS_TCP,
/linux/arch/x86/kernel/cpu/
H A Dintel.c655 switch (desc->t_type) { in intel_tlb_lookup()
/linux/fs/dlm/
H A Ddlm_internal.h488 __le16 t_type; member