Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/chxge/com/
H A Dtp.h82 struct tp_params;
84 struct petp *t1_tp_create(adapter_t *adapter, struct tp_params *p);
97 int t1_tp_reset(struct petp *tp, struct tp_params *p, unsigned int tp_clk);
H A Dtp.c50 static void tp_pm_configure(adapter_t *adapter, struct tp_params *p) in tp_pm_configure()
171 static void tp_init(adapter_t *ap, const struct tp_params *p, in tp_init()
284 struct petp * __devinit t1_tp_create(adapter_t *adapter, struct tp_params *p) in t1_tp_create()
414 int t1_tp_reset(struct petp *tp, struct tp_params *p, unsigned int tp_clk) in t1_tp_reset()
H A Dcommon.h85 struct tp_params { struct
128 struct tp_params tp;
/illumos-gate/usr/src/uts/common/io/cxgbe/common/
H A Dcommon.h279 struct tp_params { struct
371 struct tp_params tp;
H A Dt4_hw.c10475 const struct tp_params *tp = &adapter->params.tp; in t4_create_filter_info()