Searched defs:chip_params (Results 1 – 3 of 3) sorted by relevance
306 struct chip_params { struct307 u8 nchan;308 u8 pm_stats_cnt;309 u8 cng_ch_bits_log; /* congestion channel map bits width */310 u8 nsched_cls;311 u8 cim_num_obq;312 u8 filter_opt_len;313 u16 mps_rplc_size;314 u16 vfcount;315 u32 sge_fl_db;[all …]
9208 static const struct chip_params chip_params[] = { in t4_get_chip_params() local
985 const struct chip_params *chip_params; member