Home
last modified time | relevance | path

Searched defs:chip_params (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/cxgbe/common/
H A Dcommon.h357 struct chip_params { struct
358 u8 nchan;
359 u8 pm_stats_cnt;
360 u8 cng_ch_bits_log; /* congestion channel map bits width */
361 u8 nsched_cls;
362 u8 cim_num_ibq;
363 u8 cim_num_obq;
364 u8 filter_opt_len; /* number of bits for optional fields */
365 u8 filter_num_opt; /* number of optional fields */
366 u8 sge_ctxt_size;
[all …]
H A Dt4_hw.c11060 static const struct chip_params chip_params[] = { in t4_get_chip_params() local
/freebsd/sys/dev/cxgbe/
H A Dadapter.h1056 const struct chip_params *chip_params; member