Home
last modified time | relevance | path

Searched defs:cc_state (Results 1 – 6 of 6) sorted by relevance

/drivers/staging/rdma/hfi1/
Dmad.h232 struct cc_state { struct
233 struct rcu_head rcu;
234 struct cc_table_shadow cct;
235 struct opa_congestion_setting_attr_shadow cong_setting;
Dinit.c360 struct cc_state *cc_state; in set_link_ipg() local
415 struct cc_state *cc_state; in cca_timer_fn() local
1238 struct cc_state *cc_state; in cleanup_device_data() local
Dsysfs.c71 struct cc_state *cc_state; in read_cc_table_bin() local
124 struct cc_state *cc_state; in read_cc_setting_bin() local
Drc.c1873 struct cc_state *cc_state; in process_becn() local
Dmad.c3189 struct cc_state *cc_state; in __subn_get_opa_cong_setting() local
3324 struct cc_state *cc_state; in __subn_get_opa_cc_table() local
3364 struct cc_state *cc_state = container_of(rcu, struct cc_state, rcu); in cc_state_reclaim() local
Dhfi.h674 struct cc_state __rcu *cc_state; member