Home
last modified time | relevance | path

Searched defs:tp (Results 1 – 25 of 271) sorted by relevance

1234567891011

/linux/drivers/net/ethernet/broadcom/
H A Dtg3.c93 #define tg3_flag(tp, flag) \ argument
95 #define tg3_flag_set(tp, flag) \ argument
97 #define tg3_flag_clear(tp, flag) \ argument
131 #define TG3_MAX_MTU(tp) \ argument
138 #define TG3_RX_STD_RING_SIZE(tp) \ argument
142 #define TG3_RX_JMB_RING_SIZE(tp) \ argument
157 #define TG3_RX_STD_RING_BYTES(tp) \ argument
159 #define TG3_RX_JMB_RING_BYTES(tp) \ argument
161 #define TG3_RX_RCB_RING_BYTES(tp) \ argument
177 #define TG3_RX_STD_BUFF_RING_SIZE(tp) \ argument
[all …]
/linux/drivers/net/ethernet/realtek/rtase/
H A Drtase_main.c105 static void rtase_w8(const struct rtase_private *tp, u16 reg, u8 val8) in rtase_w8()
110 static void rtase_w16(const struct rtase_private *tp, u16 reg, u16 val16) in rtase_w16()
115 static void rtase_w32(const struct rtase_private *tp, u16 reg, u32 val32) in rtase_w32()
120 static u8 rtase_r8(const struct rtase_private *tp, u16 reg) in rtase_r8()
125 static u16 rtase_r16(const struct rtase_private *tp, u16 reg) in rtase_r16()
130 static u32 rtase_r32(const struct rtase_private *tp, u16 reg) in rtase_r32()
135 static void rtase_free_desc(struct rtase_private *tp) in rtase_free_desc()
161 static int rtase_alloc_desc(struct rtase_private *tp) in rtase_alloc_desc()
209 struct rtase_private *tp = ring->ivec->tp; in rtase_tx_clear_range() local
233 static void rtase_tx_clear(struct rtase_private *tp) in rtase_tx_clear()
[all …]
/linux/net/ipv4/
H A Dtcp_input.c124 void clean_acked_data_enable(struct tcp_sock *tp, in clean_acked_data_enable()
132 void clean_acked_data_disable(struct tcp_sock *tp) in clean_acked_data_disable()
252 struct tcp_sock *tp = tcp_sk(sk); in tcp_measure_rcv_mss() local
346 struct tcp_sock *tp = tcp_sk(sk); in tcp_data_ecn_check() local
389 static bool tcp_accecn_process_option(struct tcp_sock *tp, in tcp_accecn_process_option()
477 static void tcp_count_delivered_ce(struct tcp_sock *tp, u32 ecn_count) in tcp_count_delivered_ce()
483 static void tcp_count_delivered(struct tcp_sock *tp, u32 delivered, in tcp_count_delivered()
502 struct tcp_sock *tp = tcp_sk(sk); in __tcp_accecn_process() local
585 struct tcp_sock *tp = tcp_sk(sk); in tcp_accecn_process() local
607 const struct tcp_sock *tp = tcp_sk(sk); in tcp_sndbuf_expand() local
[all …]
H A Dtcp_output.c55 void noinline tcp_mstamp_refresh(struct tcp_sock *tp) in tcp_mstamp_refresh()
86 struct tcp_sock *tp = tcp_sk(sk); in tcp_event_new_data_sent() local
115 const struct tcp_sock *tp = tcp_sk(sk); in tcp_acceptable_seq() local
141 struct tcp_sock *tp = tcp_sk(sk); in tcp_advertise_mss() local
162 struct tcp_sock *tp = tcp_sk(sk); in tcp_cwnd_restart() local
179 static void tcp_event_data_sent(struct tcp_sock *tp, in tcp_event_data_sent()
200 struct tcp_sock *tp = tcp_sk(sk); in tcp_event_ack_sent() local
277 struct tcp_sock *tp = tcp_sk(sk); in tcp_select_window() local
345 struct tcp_sock *tp = tcp_sk(sk); in tcp_ecn_send() local
396 static inline bool tcp_urg_mode(const struct tcp_sock *tp) in tcp_urg_mode()
[all …]
H A Dtcp_timer.c31 const struct tcp_sock *tp = tcp_sk(sk); in tcp_clamp_rto_to_user_timeout() local
109 struct tcp_sock *tp = tcp_sk(sk); in tcp_out_of_resources() local
219 struct tcp_sock *tp = tcp_sk(sk); in retransmits_timed_out() local
246 struct tcp_sock *tp = tcp_sk(sk); in tcp_write_timeout() local
312 struct tcp_sock *tp = tcp_sk(sk); in tcp_delack_timer_handler() local
395 struct tcp_sock *tp = tcp_sk(sk); in tcp_probe_timer() local
445 struct tcp_sock *tp = tcp_sk(sk); in tcp_update_rto_stats() local
462 struct tcp_sock *tp = tcp_sk(sk); in tcp_fastopen_synack_timer() local
502 const struct tcp_sock *tp = tcp_sk(sk); in tcp_rtx_probe0_timed_out() local
539 struct tcp_sock *tp = tcp_sk(sk); in tcp_retransmit_timer() local
[all …]
/linux/fs/xfs/libxfs/
H A Dxfs_defer.c189 struct xfs_trans *tp, in xfs_defer_barrier_create_intent()
206 struct xfs_trans *tp, in xfs_defer_barrier_create_done()
215 struct xfs_trans *tp, in xfs_defer_barrier_finish_item()
243 struct xfs_trans *tp, in xfs_defer_create_done()
277 struct xfs_trans *tp, in xfs_defer_create_intent()
310 struct xfs_trans *tp) in xfs_defer_create_intents()
376 struct xfs_trans *tp, in xfs_defer_trans_abort()
390 struct xfs_trans *tp) in xfs_defer_save_resources()
440 struct xfs_trans *tp, in xfs_defer_restore_resources()
509 struct xfs_trans *tp, in xfs_defer_relog_intent()
[all …]
H A Dxfs_exchmaps.c85 struct xfs_trans *tp, in xfs_exchmaps_update_size()
162 struct xfs_trans *tp, in xfs_exchmaps_update_quota()
187 # define xfs_exchmaps_update_quota(tp, xmi, irec1, irec2) ((void)0) argument
382 struct xfs_trans *tp, in xfs_exchmaps_one_step()
424 struct xfs_trans *tp, in xfs_exchmaps_attr_to_sf()
456 struct xfs_trans *tp, in xfs_exchmaps_dir_to_sf()
488 struct xfs_trans *tp, in xfs_exchmaps_link_to_sf()
531 struct xfs_trans *tp, in xfs_exchmaps_clear_reflink()
543 struct xfs_trans *tp, in xfs_exchmaps_do_postop_work()
576 struct xfs_trans *tp, in xfs_exchmaps_finish_one()
[all …]
/linux/drivers/net/ethernet/chelsio/cxgb/
H A Dtp.c54 void t1_tp_destroy(struct petp *tp) in t1_tp_destroy()
61 struct petp *tp = kzalloc_obj(*tp); in t1_tp_create() local
71 void t1_tp_intr_enable(struct petp *tp) in t1_tp_intr_enable()
92 void t1_tp_intr_disable(struct petp *tp) in t1_tp_intr_disable()
111 void t1_tp_intr_clear(struct petp *tp) in t1_tp_intr_clear()
125 int t1_tp_intr_handler(struct petp *tp) in t1_tp_intr_handler()
140 static void set_csum_offload(struct petp *tp, u32 csum_bit, int enable) in set_csum_offload()
151 void t1_tp_set_ip_checksum_offload(struct petp *tp, int enable) in t1_tp_set_ip_checksum_offload()
156 void t1_tp_set_tcp_checksum_offload(struct petp *tp, int enable) in t1_tp_set_tcp_checksum_offload()
165 int t1_tp_reset(struct petp *tp, struct tp_params *p, unsigned int tp_clk) in t1_tp_reset()
/linux/drivers/misc/mei/
H A Dvsc-tp.c104 struct vsc_tp *tp = data; in vsc_tp_isr() local
117 struct vsc_tp *tp = container_of(work, struct vsc_tp, event_work); in vsc_tp_event_work() local
126 static int vsc_tp_wakeup_request(struct vsc_tp *tp) in vsc_tp_wakeup_request()
144 static void vsc_tp_wakeup_release(struct vsc_tp *tp) in vsc_tp_wakeup_release()
151 static int vsc_tp_dev_xfer(struct vsc_tp *tp, void *obuf, void *ibuf, size_t len) in vsc_tp_dev_xfer()
165 static int vsc_tp_xfer_helper(struct vsc_tp *tp, struct vsc_tp_packet *pkt, in vsc_tp_xfer_helper()
278 int vsc_tp_xfer(struct vsc_tp *tp, u8 cmd, const void *obuf, size_t olen, in vsc_tp_xfer()
319 int vsc_tp_rom_xfer(struct vsc_tp *tp, const void *obuf, void *ibuf, size_t len) in vsc_tp_rom_xfer()
355 void vsc_tp_reset(struct vsc_tp *tp) in vsc_tp_reset()
382 bool vsc_tp_need_read(struct vsc_tp *tp) in vsc_tp_need_read()
[all …]
/linux/net/sched/
H A Dcls_cgroup.c22 struct tcf_proto *tp; member
27 const struct tcf_proto *tp, in cls_cgroup_classify()
46 static void *cls_cgroup_get(struct tcf_proto *tp, u32 handle) in cls_cgroup_get()
51 static int cls_cgroup_init(struct tcf_proto *tp) in cls_cgroup_init()
79 struct tcf_proto *tp, unsigned long base, in cls_cgroup_change()
134 static void cls_cgroup_destroy(struct tcf_proto *tp, bool rtnl_held, in cls_cgroup_destroy()
148 static int cls_cgroup_delete(struct tcf_proto *tp, void *arg, bool *last, in cls_cgroup_delete()
154 static void cls_cgroup_walk(struct tcf_proto *tp, struct tcf_walker *arg, in cls_cgroup_walk()
172 static int cls_cgroup_dump(struct net *net, struct tcf_proto *tp, void *fh, in cls_cgroup_dump()
H A Dcls_matchall.c29 const struct tcf_proto *tp, in mall_classify()
45 static int mall_init(struct tcf_proto *tp) in mall_init()
68 static void mall_destroy_hw_filter(struct tcf_proto *tp, in mall_destroy_hw_filter()
84 static int mall_replace_hw_filter(struct tcf_proto *tp, in mall_replace_hw_filter()
127 static void mall_destroy(struct tcf_proto *tp, bool rtnl_held, in mall_destroy()
146 static void *mall_get(struct tcf_proto *tp, u32 handle) in mall_get()
163 struct tcf_proto *tp, unsigned long base, in mall_change()
249 static int mall_delete(struct tcf_proto *tp, void *arg, bool *last, in mall_delete()
259 static void mall_walk(struct tcf_proto *tp, struct tcf_walker *arg, in mall_walk()
275 static int mall_reoffload(struct tcf_proto *tp, bool add, flow_setup_cb_t *cb, in mall_reoffload()
[all …]
H A Dcls_bpf.c50 struct tcf_proto *tp; member
82 const struct tcf_proto *tp, in cls_bpf_classify()
143 static int cls_bpf_offload_cmd(struct tcf_proto *tp, struct cls_bpf_prog *prog, in cls_bpf_offload_cmd()
197 static int cls_bpf_offload(struct tcf_proto *tp, struct cls_bpf_prog *prog, in cls_bpf_offload()
216 static void cls_bpf_stop_offload(struct tcf_proto *tp, in cls_bpf_stop_offload()
227 static void cls_bpf_offload_update_stats(struct tcf_proto *tp, in cls_bpf_offload_update_stats()
243 static int cls_bpf_init(struct tcf_proto *tp) in cls_bpf_init()
288 static void __cls_bpf_delete(struct tcf_proto *tp, struct cls_bpf_prog *prog, in __cls_bpf_delete()
303 static int cls_bpf_delete(struct tcf_proto *tp, void *arg, bool *last, in cls_bpf_delete()
313 static void cls_bpf_destroy(struct tcf_proto *tp, bool rtnl_held, in cls_bpf_destroy()
[all …]
H A Dcls_u32.c115 const struct tcf_proto *tp, in u32_classify()
297 static void *u32_get(struct tcf_proto *tp, u32 handle) in u32_get()
330 static void *tc_u_common_ptr(const struct tcf_proto *tp) in tc_u_common_ptr()
361 static int u32_init(struct tcf_proto *tp) in u32_init()
461 static int u32_delete_key(struct tcf_proto *tp, struct tc_u_knode *key) in u32_delete_key()
488 static void u32_clear_hw_hnode(struct tcf_proto *tp, struct tc_u_hnode *h, in u32_clear_hw_hnode()
503 static int u32_replace_hw_hnode(struct tcf_proto *tp, struct tc_u_hnode *h, in u32_replace_hw_hnode()
532 static void u32_remove_hw_knode(struct tcf_proto *tp, struct tc_u_knode *n, in u32_remove_hw_knode()
546 static int u32_replace_hw_knode(struct tcf_proto *tp, struct tc_u_knode *n, in u32_replace_hw_knode()
585 static void u32_clear_hnode(struct tcf_proto *tp, struct tc_u_hnode *ht, in u32_clear_hnode()
[all …]
H A Dcls_basic.c34 struct tcf_proto *tp; member
41 const struct tcf_proto *tp, in basic_classify()
62 static void *basic_get(struct tcf_proto *tp, u32 handle) in basic_get()
76 static int basic_init(struct tcf_proto *tp) in basic_init()
108 static void basic_destroy(struct tcf_proto *tp, bool rtnl_held, in basic_destroy()
127 static int basic_delete(struct tcf_proto *tp, void *arg, bool *last, in basic_delete()
147 static int basic_set_parms(struct net *net, struct tcf_proto *tp, in basic_set_parms()
173 struct tcf_proto *tp, unsigned long base, u32 handle, in basic_change()
249 static void basic_walk(struct tcf_proto *tp, struct tcf_walker *arg, in basic_walk()
269 static int basic_dump(struct net *net, struct tcf_proto *tp, void *fh, in basic_dump()
H A Dcls_fw.c40 struct tcf_proto *tp; member
52 const struct tcf_proto *tp, in fw_classify()
95 static void *fw_get(struct tcf_proto *tp, u32 handle) in fw_get()
111 static int fw_init(struct tcf_proto *tp) in fw_init()
136 static void fw_destroy(struct tcf_proto *tp, bool rtnl_held, in fw_destroy()
160 static int fw_delete(struct tcf_proto *tp, void *arg, bool *last, in fw_delete()
205 static int fw_set_parms(struct net *net, struct tcf_proto *tp, in fw_set_parms()
244 struct tcf_proto *tp, unsigned long base, in fw_change()
359 static void fw_walk(struct tcf_proto *tp, struct tcf_walker *arg, in fw_walk()
382 static int fw_dump(struct net *net, struct tcf_proto *tp, void *fh, in fw_dump()
/linux/drivers/sbus/char/
H A Dbbc_envctrl.c120 static void get_current_temps(struct bbc_cpu_temperature *tp) in get_current_temps()
138 static void do_envctrl_shutdown(struct bbc_cpu_temperature *tp) in do_envctrl_shutdown()
169 static void analyze_ambient_temp(struct bbc_cpu_temperature *tp, unsigned long *last_warn, int tick) in analyze_ambient_temp()
224 static void analyze_cpu_temp(struct bbc_cpu_temperature *tp, unsigned long *last_warn, int tick) in analyze_cpu_temp()
279 static void analyze_temps(struct bbc_cpu_temperature *tp, unsigned long *last_warn) in analyze_temps()
292 struct bbc_cpu_temperature *tp; in prioritize_fan_action() local
425 struct bbc_cpu_temperature *tp; in kenvctrld() local
449 struct bbc_cpu_temperature *tp; in attach_one_temp() local
532 static void destroy_one_temp(struct bbc_cpu_temperature *tp) in destroy_one_temp()
540 struct bbc_cpu_temperature *tp, *tpos; in destroy_all_temps() local
/linux/kernel/time/
H A Dposix-stubs.c27 const struct __kernel_timespec __user *, tp) in SYSCALL_DEFINE2() argument
39 static int do_clock_gettime(clockid_t which_clock, struct timespec64 *tp) in do_clock_gettime()
61 struct __kernel_timespec __user *, tp) in SYSCALL_DEFINE2() argument
75 SYSCALL_DEFINE2(clock_getres, const clockid_t, which_clock, struct __kernel_timespec __user *, tp) in SYSCALL_DEFINE2() argument
130 struct old_timespec32 __user *, tp) in SYSCALL_DEFINE2() argument
143 struct old_timespec32 __user *, tp) in SYSCALL_DEFINE2() argument
158 struct old_timespec32 __user *, tp) in SYSCALL_DEFINE2() argument
/linux/drivers/net/ethernet/realtek/
H A Dr8169_leds.c58 struct rtl8169_private *tp = netdev_priv(ldev->ndev); in rtl8168_led_hw_control_is_supported() local
74 struct rtl8169_private *tp = netdev_priv(ldev->ndev); in rtl8168_led_hw_control_set() local
94 struct rtl8169_private *tp = netdev_priv(ldev->ndev); in rtl8168_led_hw_control_get() local
133 struct rtl8169_private *tp = netdev_priv(ndev); in rtl8168_setup_ldev() local
171 struct rtl8169_private *tp = netdev_priv(ldev->ndev); in rtl8125_led_hw_control_is_supported() local
186 struct rtl8169_private *tp = netdev_priv(ldev->ndev); in rtl8125_led_hw_control_set() local
207 struct rtl8169_private *tp = netdev_priv(ldev->ndev); in rtl8125_led_hw_control_get() local
231 struct rtl8169_private *tp = netdev_priv(ndev); in rtl8125_setup_led_ldev() local
/linux/fs/xfs/
H A Dxfs_quota.h150 # define xfs_trans_mod_ino_dquot(tp, ip, dqp, field, delta) \ argument
165 #define xfs_trans_dup_dqinfo(tp, tp2) argument
166 #define xfs_trans_free_dqinfo(tp) argument
167 static inline void xfs_trans_mod_dquot_byino(struct xfs_trans *tp, in xfs_trans_mod_dquot_byino()
171 #define xfs_trans_apply_dquot_deltas(tp) argument
172 #define xfs_trans_unreserve_and_mod_dquots(tp, a) argument
173 static inline int xfs_trans_reserve_quota_nblks(struct xfs_trans *tp, in xfs_trans_reserve_quota_nblks()
179 static inline int xfs_trans_reserve_quota_bydquots(struct xfs_trans *tp, in xfs_trans_reserve_quota_bydquots()
188 xfs_trans_reserve_quota_icreate(struct xfs_trans *tp, struct xfs_dquot *udqp, in xfs_trans_reserve_quota_icreate()
194 #define xfs_qm_vop_create_dqattach(tp, ip, u, g, p) argument
[all …]
H A Dxfs_fsmap.c208 struct xfs_trans *tp, in xfs_getfsmap_is_shared()
283 struct xfs_trans *tp, in xfs_getfsmap_helper()
377 struct xfs_trans *tp, in xfs_getfsmap_group_helper()
468 struct xfs_trans *tp, in __xfs_getfsmap_datadev()
609 struct xfs_trans *tp, in xfs_getfsmap_datadev_rmapbt_query()
628 struct xfs_trans *tp, in xfs_getfsmap_datadev_rmapbt()
640 struct xfs_trans *tp, in xfs_getfsmap_datadev_bnobt_query()
663 struct xfs_trans *tp, in xfs_getfsmap_datadev_bnobt()
678 struct xfs_trans *tp, in xfs_getfsmap_logdev()
718 struct xfs_trans *tp, in xfs_getfsmap_rtdev_rtbitmap_helper()
[all …]
/linux/drivers/net/ethernet/dec/tulip/
H A Dinterrupt.c61 struct tulip_private *tp = netdev_priv(dev); in tulip_refill_rx() local
107 struct tulip_private *tp = timer_container_of(tp, t, oom_timer); in oom_timer() local
114 struct tulip_private *tp = container_of(napi, struct tulip_private, napi); in tulip_poll() local
371 struct tulip_private *tp = netdev_priv(dev); in tulip_rx() local
499 struct tulip_private *tp = netdev_priv(dev); in phy_interrupt() local
525 struct tulip_private *tp = netdev_priv(dev); in tulip_interrupt() local
/linux/drivers/scsi/sym53c8xx_2/
H A Dsym_hipd.c70 struct sym_tcb *tp = &np->target[target]; in sym_print_nego_msg() local
902 struct sym_tcb *tp = &np->target[i]; local
1408 struct sym_tcb *tp = &np->target[cp->target]; local
1645 struct sym_tcb *tp = &np->target[cp->target]; local
1877 struct sym_tcb *tp = &np->target[i]; local
1936 struct sym_tcb *tp = &np->target[target]; local
2035 static void sym_announce_transfer_rate(struct sym_tcb *tp)
2064 struct sym_tcb *tp = &np->target[target]; local
2094 struct sym_tcb *tp = &np->target[target]; local
2127 struct sym_tcb *tp = &np->target[target]; local
[all …]
/linux/kernel/trace/
H A Dtrace_probe.h284 static inline unsigned int trace_probe_load_flag(struct trace_probe *tp) in trace_probe_load_flag()
289 static inline bool trace_probe_test_flag(struct trace_probe *tp, in trace_probe_test_flag()
295 static inline void trace_probe_set_flag(struct trace_probe *tp, in trace_probe_set_flag()
301 static inline void trace_probe_clear_flag(struct trace_probe *tp, in trace_probe_clear_flag()
307 static inline bool trace_probe_is_enabled(struct trace_probe *tp) in trace_probe_is_enabled()
312 static inline const char *trace_probe_name(struct trace_probe *tp) in trace_probe_name()
317 static inline const char *trace_probe_group_name(struct trace_probe *tp) in trace_probe_group_name()
323 trace_probe_event_call(struct trace_probe *tp) in trace_probe_event_call()
342 static inline struct list_head *trace_probe_probe_list(struct trace_probe *tp) in trace_probe_probe_list()
347 static inline bool trace_probe_has_sibling(struct trace_probe *tp) in trace_probe_has_sibling()
[all …]
/linux/include/net/
H A Dtcp.h436 static inline bool tcp_ecn_mode_any(const struct tcp_sock *tp) in tcp_ecn_mode_any()
441 static inline bool tcp_ecn_mode_rfc3168(const struct tcp_sock *tp) in tcp_ecn_mode_rfc3168()
446 static inline bool tcp_ecn_mode_accecn(const struct tcp_sock *tp) in tcp_ecn_mode_accecn()
451 static inline bool tcp_ecn_disabled(const struct tcp_sock *tp) in tcp_ecn_disabled()
456 static inline bool tcp_ecn_mode_pending(const struct tcp_sock *tp) in tcp_ecn_mode_pending()
461 static inline void tcp_ecn_mode_set(struct tcp_sock *tp, u8 mode) in tcp_ecn_mode_set()
828 static inline int tcp_bound_to_half_wnd(struct tcp_sock *tp, int pktsize) in tcp_bound_to_half_wnd()
880 static inline u32 __tcp_set_rto(const struct tcp_sock *tp) in __tcp_set_rto()
917 static inline u32 tcp_min_rtt(const struct tcp_sock *tp) in tcp_min_rtt()
926 static inline u32 tcp_receive_window(const struct tcp_sock *tp) in tcp_receive_window()
[all …]
/linux/tools/perf/util/
H A Dcputopo.c35 static int build_cpu_topology(struct cpu_topology *tp, int cpu) in build_cpu_topology() argument
142 cpu_topology__delete(struct cpu_topology * tp) cpu_topology__delete() argument
258 struct cpu_topology *tp = NULL; cpu_topology__new() local
378 struct numa_topology *tp = NULL; numa_topology__new() local
427 numa_topology__delete(struct numa_topology * tp) numa_topology__delete() argument
474 struct hybrid_topology *tp = NULL; hybrid_topology__new() local
496 hybrid_topology__delete(struct hybrid_topology * tp) hybrid_topology__delete() argument
[all...]

1234567891011