Searched refs:tp (Results 1 - 25 of 1067) sorted by relevance

1234567891011>>

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/os_brew/
H A Dos_clock.c18 __os_gettime(env, tp, monotonic)
20 db_timespec *tp;
27 tp->tv_sec =
33 tp->tv_nsec = 0;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/os_brew/
H A Dos_clock.c18 __os_gettime(env, tp, monotonic)
20 db_timespec *tp;
27 tp->tv_sec =
33 tp->tv_nsec = 0;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/os_brew/
H A Dos_clock.c18 __os_gettime(env, tp, monotonic)
20 db_timespec *tp;
27 tp->tv_sec =
33 tp->tv_nsec = 0;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/s390/char/
H A Dtty3270.c116 static void tty3270_set_timer(struct tty3270 *tp, int expires) argument
119 del_timer(&tp->timer);
121 mod_timer(&tp->timer, jiffies + expires);
128 tty3270_update_prompt(struct tty3270 *tp, char *input, int count) argument
133 line = tp->prompt;
137 line->string[5] = tp->inattr;
138 if (count > tp->view.cols * 2 - 11)
139 count = tp->view.cols * 2 - 11;
143 if (count < tp->view.cols * 2 - 11) {
146 off = tp
155 tty3270_create_prompt(struct tty3270 *tp) argument
186 tty3270_update_status(struct tty3270 * tp) argument
197 tty3270_create_status(struct tty3270 * tp) argument
220 tty3270_update_string(struct tty3270 *tp, struct string *line, int nr) argument
236 tty3270_rebuild_update(struct tty3270 *tp) argument
267 tty3270_alloc_string(struct tty3270 *tp, size_t size) argument
298 tty3270_blank_line(struct tty3270 *tp) argument
320 struct tty3270 *tp; local
336 tty3270_update(struct tty3270 *tp) argument
424 tty3270_rcl_add(struct tty3270 *tp, char *input, int len) argument
446 struct tty3270 *tp; local
474 struct tty3270 *tp; local
486 struct tty3270 *tp; local
509 struct tty3270 *tp; local
533 struct tty3270 *tp; local
601 tty3270_issue_read(struct tty3270 *tp, int lock) argument
631 struct tty3270 *tp; local
642 struct tty3270 *tp; local
649 tty3270_irq(struct tty3270 *tp, struct raw3270_request *rq, struct irb *irb) argument
675 struct tty3270 *tp; local
728 tty3270_free_view(struct tty3270 *tp) argument
747 tty3270_alloc_screen(struct tty3270 *tp) argument
775 tty3270_free_screen(struct tty3270 *tp) argument
790 struct tty3270 *tp; local
819 struct tty3270 *tp; local
844 struct tty3270 *tp; local
931 struct tty3270 *tp; local
956 tty3270_put_character(struct tty3270 *tp, char ch) argument
982 tty3270_convert_line(struct tty3270 *tp, int line_nr) argument
1089 tty3270_cr(struct tty3270 *tp) argument
1098 tty3270_lf(struct tty3270 *tp) argument
1119 tty3270_ri(struct tty3270 *tp) argument
1131 tty3270_insert_characters(struct tty3270 *tp, int n) argument
1162 tty3270_delete_characters(struct tty3270 *tp, int n) argument
1183 tty3270_erase_characters(struct tty3270 *tp, int n) argument
1206 tty3270_erase_line(struct tty3270 *tp, int mode) argument
1236 tty3270_erase_display(struct tty3270 *tp, int mode) argument
1266 tty3270_set_attributes(struct tty3270 *tp) argument
1320 tty3270_getpar(struct tty3270 *tp, int ix) argument
1326 tty3270_goto_xy(struct tty3270 *tp, int cx, int cy) argument
1340 tty3270_escape_sequence(struct tty3270 *tp, char ch) argument
1489 tty3270_do_write(struct tty3270 *tp, const unsigned char *buf, int count) argument
1565 struct tty3270 *tp; local
1583 struct tty3270 *tp; local
1599 struct tty3270 *tp; local
1632 struct tty3270 *tp; local
1656 struct tty3270 *tp; local
1670 struct tty3270 *tp; local
1697 struct tty3270 *tp; local
1712 struct tty3270 *tp; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/s390/char/
H A Dtty3270.c116 static void tty3270_set_timer(struct tty3270 *tp, int expires) argument
119 del_timer(&tp->timer);
121 mod_timer(&tp->timer, jiffies + expires);
128 tty3270_update_prompt(struct tty3270 *tp, char *input, int count) argument
133 line = tp->prompt;
137 line->string[5] = tp->inattr;
138 if (count > tp->view.cols * 2 - 11)
139 count = tp->view.cols * 2 - 11;
143 if (count < tp->view.cols * 2 - 11) {
146 off = tp
155 tty3270_create_prompt(struct tty3270 *tp) argument
186 tty3270_update_status(struct tty3270 * tp) argument
197 tty3270_create_status(struct tty3270 * tp) argument
220 tty3270_update_string(struct tty3270 *tp, struct string *line, int nr) argument
236 tty3270_rebuild_update(struct tty3270 *tp) argument
267 tty3270_alloc_string(struct tty3270 *tp, size_t size) argument
298 tty3270_blank_line(struct tty3270 *tp) argument
320 struct tty3270 *tp; local
336 tty3270_update(struct tty3270 *tp) argument
424 tty3270_rcl_add(struct tty3270 *tp, char *input, int len) argument
446 struct tty3270 *tp; local
474 struct tty3270 *tp; local
486 struct tty3270 *tp; local
509 struct tty3270 *tp; local
533 struct tty3270 *tp; local
601 tty3270_issue_read(struct tty3270 *tp, int lock) argument
631 struct tty3270 *tp; local
642 struct tty3270 *tp; local
649 tty3270_irq(struct tty3270 *tp, struct raw3270_request *rq, struct irb *irb) argument
675 struct tty3270 *tp; local
728 tty3270_free_view(struct tty3270 *tp) argument
747 tty3270_alloc_screen(struct tty3270 *tp) argument
775 tty3270_free_screen(struct tty3270 *tp) argument
790 struct tty3270 *tp; local
819 struct tty3270 *tp; local
844 struct tty3270 *tp; local
931 struct tty3270 *tp; local
956 tty3270_put_character(struct tty3270 *tp, char ch) argument
982 tty3270_convert_line(struct tty3270 *tp, int line_nr) argument
1089 tty3270_cr(struct tty3270 *tp) argument
1098 tty3270_lf(struct tty3270 *tp) argument
1119 tty3270_ri(struct tty3270 *tp) argument
1131 tty3270_insert_characters(struct tty3270 *tp, int n) argument
1162 tty3270_delete_characters(struct tty3270 *tp, int n) argument
1183 tty3270_erase_characters(struct tty3270 *tp, int n) argument
1206 tty3270_erase_line(struct tty3270 *tp, int mode) argument
1236 tty3270_erase_display(struct tty3270 *tp, int mode) argument
1266 tty3270_set_attributes(struct tty3270 *tp) argument
1320 tty3270_getpar(struct tty3270 *tp, int ix) argument
1326 tty3270_goto_xy(struct tty3270 *tp, int cx, int cy) argument
1340 tty3270_escape_sequence(struct tty3270 *tp, char ch) argument
1489 tty3270_do_write(struct tty3270 *tp, const unsigned char *buf, int count) argument
1565 struct tty3270 *tp; local
1583 struct tty3270 *tp; local
1599 struct tty3270 *tp; local
1632 struct tty3270 *tp; local
1656 struct tty3270 *tp; local
1670 struct tty3270 *tp; local
1697 struct tty3270 *tp; local
1712 struct tty3270 *tp; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/gdb/
H A Dthread.c71 struct thread_info *tp; local
76 for (tp = thread_list; tp; tp = tp->next)
77 if (tp->step_resume_breakpoint == *breakpointp)
78 tp->step_resume_breakpoint = NULL;
85 free_thread (struct thread_info *tp) argument
89 if (tp->step_resume_breakpoint)
90 delete_breakpoint (tp
103 struct thread_info *tp, *tpnext; local
124 struct thread_info *tp; local
138 struct thread_info *tp, *tpprev; local
160 struct thread_info *tp; local
173 struct thread_info *tp; local
200 struct thread_info *tp; local
212 struct thread_info *tp; local
224 struct thread_info *tp; local
246 struct thread_info *tp; local
260 struct thread_info *tp; local
308 struct thread_info *tp; local
349 struct thread_info *tp; local
373 thread_alive(struct thread_info *tp) argument
388 struct thread_info *tp, *next; local
408 struct thread_info *tp; local
528 struct thread_info *tp; local
602 struct thread_info *tp; local
681 struct thread_info *tp; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/gdb/
H A Dthread.c71 struct thread_info *tp; local
76 for (tp = thread_list; tp; tp = tp->next)
77 if (tp->step_resume_breakpoint == *breakpointp)
78 tp->step_resume_breakpoint = NULL;
85 free_thread (struct thread_info *tp) argument
89 if (tp->step_resume_breakpoint)
90 delete_breakpoint (tp
103 struct thread_info *tp, *tpnext; local
124 struct thread_info *tp; local
138 struct thread_info *tp, *tpprev; local
160 struct thread_info *tp; local
173 struct thread_info *tp; local
200 struct thread_info *tp; local
212 struct thread_info *tp; local
224 struct thread_info *tp; local
246 struct thread_info *tp; local
260 struct thread_info *tp; local
308 struct thread_info *tp; local
349 struct thread_info *tp; local
373 thread_alive(struct thread_info *tp) argument
388 struct thread_info *tp, *next; local
408 struct thread_info *tp; local
528 struct thread_info *tp; local
602 struct thread_info *tp; local
681 struct thread_info *tp; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/gdb/
H A Dthread.c71 struct thread_info *tp; local
76 for (tp = thread_list; tp; tp = tp->next)
77 if (tp->step_resume_breakpoint == *breakpointp)
78 tp->step_resume_breakpoint = NULL;
85 free_thread (struct thread_info *tp) argument
89 if (tp->step_resume_breakpoint)
90 delete_breakpoint (tp
103 struct thread_info *tp, *tpnext; local
124 struct thread_info *tp; local
138 struct thread_info *tp, *tpprev; local
160 struct thread_info *tp; local
173 struct thread_info *tp; local
200 struct thread_info *tp; local
212 struct thread_info *tp; local
224 struct thread_info *tp; local
246 struct thread_info *tp; local
260 struct thread_info *tp; local
308 struct thread_info *tp; local
349 struct thread_info *tp; local
373 thread_alive(struct thread_info *tp) argument
388 struct thread_info *tp, *next; local
408 struct thread_info *tp; local
528 struct thread_info *tp; local
602 struct thread_info *tp; local
681 struct thread_info *tp; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/sbus/char/
H A Dbbc_envctrl.c119 static void get_current_temps(struct bbc_cpu_temperature *tp) argument
121 tp->prev_amb_temp = tp->curr_amb_temp;
122 bbc_i2c_readb(tp->client,
123 (unsigned char *) &tp->curr_amb_temp,
125 tp->prev_cpu_temp = tp->curr_cpu_temp;
126 bbc_i2c_readb(tp->client,
127 (unsigned char *) &tp->curr_cpu_temp,
131 tp
137 do_envctrl_shutdown(struct bbc_cpu_temperature *tp) argument
169 analyze_ambient_temp(struct bbc_cpu_temperature *tp, unsigned long *last_warn, int tick) argument
224 analyze_cpu_temp(struct bbc_cpu_temperature *tp, unsigned long *last_warn, int tick) argument
279 analyze_temps(struct bbc_cpu_temperature *tp, unsigned long *last_warn) argument
292 struct bbc_cpu_temperature *tp; local
425 struct bbc_cpu_temperature *tp; local
449 struct bbc_cpu_temperature *tp; local
526 destroy_one_temp(struct bbc_cpu_temperature *tp) argument
534 struct bbc_cpu_temperature *tp, *tpos; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/sbus/char/
H A Dbbc_envctrl.c119 static void get_current_temps(struct bbc_cpu_temperature *tp) argument
121 tp->prev_amb_temp = tp->curr_amb_temp;
122 bbc_i2c_readb(tp->client,
123 (unsigned char *) &tp->curr_amb_temp,
125 tp->prev_cpu_temp = tp->curr_cpu_temp;
126 bbc_i2c_readb(tp->client,
127 (unsigned char *) &tp->curr_cpu_temp,
131 tp
137 do_envctrl_shutdown(struct bbc_cpu_temperature *tp) argument
169 analyze_ambient_temp(struct bbc_cpu_temperature *tp, unsigned long *last_warn, int tick) argument
224 analyze_cpu_temp(struct bbc_cpu_temperature *tp, unsigned long *last_warn, int tick) argument
279 analyze_temps(struct bbc_cpu_temperature *tp, unsigned long *last_warn) argument
292 struct bbc_cpu_temperature *tp; local
425 struct bbc_cpu_temperature *tp; local
449 struct bbc_cpu_temperature *tp; local
526 destroy_one_temp(struct bbc_cpu_temperature *tp) argument
534 struct bbc_cpu_temperature *tp, *tpos; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/libiberty/
H A Dgettimeofday.c12 @deftypefn Supplemental int gettimeofday (struct timeval *@var{tp}, void *@var{tz})
14 Writes the current time to @var{tp}. This implementation requires
22 gettimeofday (struct timeval *tp, void *tz) argument
26 tp->tv_usec = 0;
27 if (time (&tp->tv_sec) == (time_t) -1)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/libiberty/
H A Dgettimeofday.c12 @deftypefn Supplemental int gettimeofday (struct timeval *@var{tp}, void *@var{tz})
14 Writes the current time to @var{tp}. This implementation requires
22 gettimeofday (struct timeval *tp, void *tz) argument
26 tp->tv_usec = 0;
27 if (time (&tp->tv_sec) == (time_t) -1)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/libiberty/
H A Dgettimeofday.c12 @deftypefn Supplemental int gettimeofday (struct timeval *@var{tp}, void *@var{tz})
14 Writes the current time to @var{tp}. This implementation requires
22 gettimeofday (struct timeval *tp, void *tz) argument
26 tp->tv_usec = 0;
27 if (time (&tp->tv_sec) == (time_t) -1)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/sparc/kernel/
H A Dwindows.c39 static inline void shift_window_buffer(int first_win, int last_win, struct thread_info *tp) argument
44 tp->rwbuf_stkptrs[i] = tp->rwbuf_stkptrs[i+1];
45 memcpy(&tp->reg_window[i], &tp->reg_window[i+1], sizeof(struct reg_window32));
51 struct thread_info *tp = current_thread_info(); local
55 if(!tp->w_saved)
59 for(window = tp->w_saved - 1; window >= 0; window--) {
60 unsigned long sp = tp->rwbuf_stkptrs[window];
63 if (copy_to_user((char __user *) sp, &tp
79 struct thread_info *tp = current_thread_info(); local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/tile/include/asm/
H A Dpercpu.h18 register unsigned long __my_cpu_offset __asm__("tp");
20 #define set_my_cpu_offset(tp) (__my_cpu_offset = (tp))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/sparc/kernel/
H A Dwindows.c39 static inline void shift_window_buffer(int first_win, int last_win, struct thread_info *tp) argument
44 tp->rwbuf_stkptrs[i] = tp->rwbuf_stkptrs[i+1];
45 memcpy(&tp->reg_window[i], &tp->reg_window[i+1], sizeof(struct reg_window32));
51 struct thread_info *tp = current_thread_info(); local
55 if(!tp->w_saved)
59 for(window = tp->w_saved - 1; window >= 0; window--) {
60 unsigned long sp = tp->rwbuf_stkptrs[window];
63 if (copy_to_user((char __user *) sp, &tp
79 struct thread_info *tp = current_thread_info(); local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/tile/include/asm/
H A Dpercpu.h18 register unsigned long __my_cpu_offset __asm__("tp");
20 #define set_my_cpu_offset(tp) (__my_cpu_offset = (tp))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/net/tulip/
H A Dinterrupt.c64 struct tulip_private *tp = netdev_priv(dev); local
69 for (; tp->cur_rx - tp->dirty_rx > 0; tp->dirty_rx++) {
70 entry = tp->dirty_rx % RX_RING_SIZE;
71 if (tp->rx_buffers[entry].skb == NULL) {
75 skb = tp->rx_buffers[entry].skb = dev_alloc_skb(PKT_BUF_SZ);
79 mapping = pci_map_single(tp->pdev, skb->data, PKT_BUF_SZ,
81 tp->rx_buffers[entry].mapping = mapping;
84 tp
105 struct tulip_private *tp = netdev_priv(dev); local
111 struct tulip_private *tp = container_of(napi, struct tulip_private, napi); local
361 struct tulip_private *tp = netdev_priv(dev); local
483 struct tulip_private *tp = netdev_priv(dev); local
509 struct tulip_private *tp = netdev_priv(dev); local
[all...]
H A Dpnic2.c85 struct tulip_private *tp = netdev_priv(dev); local
86 void __iomem *ioaddr = tp->base_addr;
94 mod_timer(&tp->timer, RUN_AT(next_tick));
101 struct tulip_private *tp = netdev_priv(dev); local
102 void __iomem *ioaddr = tp->base_addr;
114 if (tp->sym_advertise & 0x0100) csr14 |= 0x00020000;
117 if (tp->sym_advertise & 0x0080) csr14 |= 0x00010000;
120 if (tp->sym_advertise & 0x0020) csr14 |= 0x00000040;
133 tp->nway = tp
176 struct tulip_private *tp = netdev_priv(dev); local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/net/tulip/
H A Dinterrupt.c64 struct tulip_private *tp = netdev_priv(dev); local
69 for (; tp->cur_rx - tp->dirty_rx > 0; tp->dirty_rx++) {
70 entry = tp->dirty_rx % RX_RING_SIZE;
71 if (tp->rx_buffers[entry].skb == NULL) {
75 skb = tp->rx_buffers[entry].skb = dev_alloc_skb(PKT_BUF_SZ);
79 mapping = pci_map_single(tp->pdev, skb->data, PKT_BUF_SZ,
81 tp->rx_buffers[entry].mapping = mapping;
84 tp
105 struct tulip_private *tp = netdev_priv(dev); local
111 struct tulip_private *tp = container_of(napi, struct tulip_private, napi); local
361 struct tulip_private *tp = netdev_priv(dev); local
483 struct tulip_private *tp = netdev_priv(dev); local
509 struct tulip_private *tp = netdev_priv(dev); local
[all...]
H A Dpnic2.c85 struct tulip_private *tp = netdev_priv(dev); local
86 void __iomem *ioaddr = tp->base_addr;
94 mod_timer(&tp->timer, RUN_AT(next_tick));
101 struct tulip_private *tp = netdev_priv(dev); local
102 void __iomem *ioaddr = tp->base_addr;
114 if (tp->sym_advertise & 0x0100) csr14 |= 0x00020000;
117 if (tp->sym_advertise & 0x0080) csr14 |= 0x00010000;
120 if (tp->sym_advertise & 0x0020) csr14 |= 0x00000040;
133 tp->nway = tp
176 struct tulip_private *tp = netdev_priv(dev); local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/net/ipv4/
H A Dtcp_highspeed.c102 struct tcp_sock *tp = tcp_sk(sk); local
109 tp->snd_cwnd_clamp = min_t(u32, tp->snd_cwnd_clamp, 0xffffffff/128);
114 struct tcp_sock *tp = tcp_sk(sk); local
120 if (tp->snd_cwnd <= tp->snd_ssthresh)
121 tcp_slow_start(tp);
130 if (tp->snd_cwnd > hstcp_aimd_vals[ca->ai].cwnd) {
131 while (tp->snd_cwnd > hstcp_aimd_vals[ca->ai].cwnd &&
134 } else if (ca->ai && tp
153 const struct tcp_sock *tp = tcp_sk(sk); local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/net/ipv4/
H A Dtcp_highspeed.c102 struct tcp_sock *tp = tcp_sk(sk); local
109 tp->snd_cwnd_clamp = min_t(u32, tp->snd_cwnd_clamp, 0xffffffff/128);
114 struct tcp_sock *tp = tcp_sk(sk); local
120 if (tp->snd_cwnd <= tp->snd_ssthresh)
121 tcp_slow_start(tp);
130 if (tp->snd_cwnd > hstcp_aimd_vals[ca->ai].cwnd) {
131 while (tp->snd_cwnd > hstcp_aimd_vals[ca->ai].cwnd &&
134 } else if (ca->ai && tp
153 const struct tcp_sock *tp = tcp_sk(sk); local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/net/chelsio/
H A Dtp.c1 /* $Date: 2006/02/07 04:21:54 $ $RCSfile: tp.c,v $ $Revision: 1.73 $ */
4 #include "tp.h"
53 void t1_tp_destroy(struct petp *tp) argument
55 kfree(tp);
60 struct petp *tp = kzalloc(sizeof(*tp), GFP_KERNEL); local
62 if (!tp)
65 tp->adapter = adapter;
67 return tp;
70 void t1_tp_intr_enable(struct petp *tp) argument
91 t1_tp_intr_disable(struct petp *tp) argument
110 t1_tp_intr_clear(struct petp *tp) argument
124 t1_tp_intr_handler(struct petp *tp) argument
139 set_csum_offload(struct petp *tp, u32 csum_bit, int enable) argument
150 t1_tp_set_ip_checksum_offload(struct petp *tp, int enable) argument
155 t1_tp_set_udp_checksum_offload(struct petp *tp, int enable) argument
160 t1_tp_set_tcp_checksum_offload(struct petp *tp, int enable) argument
169 t1_tp_reset(struct petp *tp, struct tp_params *p, unsigned int tp_clk) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/net/chelsio/
H A Dtp.c1 /* $Date: 2006/02/07 04:21:54 $ $RCSfile: tp.c,v $ $Revision: 1.73 $ */
4 #include "tp.h"
53 void t1_tp_destroy(struct petp *tp) argument
55 kfree(tp);
60 struct petp *tp = kzalloc(sizeof(*tp), GFP_KERNEL); local
62 if (!tp)
65 tp->adapter = adapter;
67 return tp;
70 void t1_tp_intr_enable(struct petp *tp) argument
91 t1_tp_intr_disable(struct petp *tp) argument
110 t1_tp_intr_clear(struct petp *tp) argument
124 t1_tp_intr_handler(struct petp *tp) argument
139 set_csum_offload(struct petp *tp, u32 csum_bit, int enable) argument
150 t1_tp_set_ip_checksum_offload(struct petp *tp, int enable) argument
155 t1_tp_set_udp_checksum_offload(struct petp *tp, int enable) argument
160 t1_tp_set_tcp_checksum_offload(struct petp *tp, int enable) argument
169 t1_tp_reset(struct petp *tp, struct tp_params *p, unsigned int tp_clk) argument
[all...]

Completed in 327 milliseconds

1234567891011>>