Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb/
Dtp.h57 struct tp_params;
59 struct petp *t1_tp_create(adapter_t *adapter, struct tp_params *p);
71 int t1_tp_reset(struct petp *tp, struct tp_params *p, unsigned int tp_clk);
Dtp.c17 static void tp_init(adapter_t * ap, const struct tp_params *p, in tp_init()
58 struct petp *t1_tp_create(adapter_t *adapter, struct tp_params *p) in t1_tp_create()
164 int t1_tp_reset(struct petp *tp, struct tp_params *p, unsigned int tp_clk) in t1_tp_reset()
Dcommon.h161 struct tp_params { struct
187 struct tp_params tp; argument
/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb3/
Dcommon.h302 struct tp_params { struct
384 struct tp_params tp;
Dt3_hw.c2571 static void partition_mem(struct adapter *adap, const struct tp_params *p) in partition_mem()
2636 static void tp_config(struct adapter *adap, const struct tp_params *p) in tp_config()
2919 static void ulp_config(struct adapter *adap, const struct tp_params *p) in ulp_config()
3038 static int tp_init(struct adapter *adap, const struct tp_params *p) in tp_init()
3656 struct tp_params *p = &adapter->params.tp; in t3_prep_adapter()
Dcxgb3_offload.c382 struct tp_params *tp = &adapter->params.tp; in cxgb_offload_ctl()
Dcxgb3_main.c2370 struct tp_params *p = &adapter->params.tp; in cxgb_extension_ioctl()
2386 struct tp_params *p = &adapter->params.tp; in cxgb_extension_ioctl()
/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4.h226 struct tp_params { struct
297 struct tp_params tp;
Dl2t.c422 struct tp_params *tp = &adap->params.tp; in cxgb4_select_ntuple()