Searched refs:tp_params (Results 1 – 8 of 8) sorted by relevance
/drivers/net/ethernet/chelsio/cxgb/ |
D | tp.h | 57 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);
|
D | tp.c | 17 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()
|
D | common.h | 163 struct tp_params { struct 189 struct tp_params tp; argument
|
/drivers/net/ethernet/chelsio/cxgb3/ |
D | common.h | 303 struct tp_params { struct 385 struct tp_params tp;
|
D | t3_hw.c | 2571 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()
|
D | cxgb3_offload.c | 382 struct tp_params *tp = &adapter->params.tp; in cxgb_offload_ctl()
|
D | cxgb3_main.c | 2370 struct tp_params *p = &adapter->params.tp; in cxgb_extension_ioctl() 2386 struct tp_params *p = &adapter->params.tp; in cxgb_extension_ioctl()
|
/drivers/net/ethernet/chelsio/cxgb4/ |
D | cxgb4.h | 222 struct tp_params { struct 245 struct tp_params tp; argument
|