Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/rdma/hfi1/
Dmad.h209 __be16 ccti_limit; /* max CCTI for cc table */ member
214 u16 ccti_limit; /* max CCTI for cc table */ member
222 u16 ccti_limit; /* max CCTI for cc table */ member
Dinit.c362 u16 cce, ccti_limit, max_ccti = 0; in set_link_ipg() local
389 ccti_limit = cc_state->cct.ccti_limit; in set_link_ipg()
390 if (max_ccti > ccti_limit) in set_link_ipg()
391 max_ccti = ccti_limit; in set_link_ipg()
Drc.c1871 u16 ccti, ccti_incr, ccti_timer, ccti_limit; in process_becn() local
1891 ccti_limit = cc_state->cct.ccti_limit; in process_becn()
1899 if (cca_timer->ccti < ccti_limit) { in process_becn()
1900 if (cca_timer->ccti + ccti_incr <= ccti_limit) in process_becn()
1903 cca_timer->ccti = ccti_limit; in process_becn()
Dmad.c3345 cc_table_attr->ccti_limit = cpu_to_be16(cc_state->cct.ccti_limit); in __subn_get_opa_cc_table()
3381 u16 ccti_limit; in __subn_set_opa_cc_table() local
3393 (be16_to_cpu(p->ccti_limit)) % IB_CCT_ENTRIES + 1; in __subn_set_opa_cc_table()
3396 ccti_limit = be16_to_cpu(p->ccti_limit); in __subn_set_opa_cc_table()
3397 if (ccti_limit + 1 > eentry) { in __subn_set_opa_cc_table()
3418 new_cc_state->cct.ccti_limit = ccti_limit; in __subn_set_opa_cc_table()
3421 ppd->total_cct_entry = ccti_limit + 1; in __subn_set_opa_cc_table()
/linux-4.4.14/drivers/infiniband/hw/qib/
Dqib_mad.h270 __be16 ccti_limit; /* max CCTI for cc table */ member
275 u16 ccti_limit; /* max CCTI for cc table */ member
Dqib_mad.c2195 p->ccti_limit = cpu_to_be16(cct_entry); in cc_get_congestion_control_table()
2259 if (be16_to_cpu(p->ccti_limit) < IB_CCT_ENTRIES) in cc_set_congestion_control_table()
2262 cct_entry = (be16_to_cpu(p->ccti_limit))%IB_CCT_ENTRIES; in cc_set_congestion_control_table()
2270 ppd->ccti_limit = be16_to_cpu(p->ccti_limit); in cc_set_congestion_control_table()
Dqib.h693 u16 ccti_limit; member