Home
last modified time | relevance | path

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

/linux/drivers/infiniband/hw/cxgb4/
H A Dt4.h86 static inline int t4_max_fr_depth(int use_dsgl) in t4_max_fr_depth() argument
88 return use_dsgl ? T4_MAX_FR_DSGL_DEPTH : T4_MAX_FR_IMMD_DEPTH; in t4_max_fr_depth()