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

123456

/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/sparc/kernel/
H A Dwindows.c39 static inline void shift_window_buffer(int first_win, int last_win, struct thread_struct *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_window));
51 struct thread_struct *tp; local
55 tp = &current->thread;
56 if(!tp->w_saved)
60 for(window = tp->w_saved - 1; window >= 0; window--) {
61 unsigned long sp = tp
80 struct thread_struct *tp; local
[all...]
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/net/
H A Dtcp_ecn.h13 TCP_ECN_queue_cwr(struct tcp_opt *tp) argument
15 if (tp->ecn_flags&TCP_ECN_OK)
16 tp->ecn_flags |= TCP_ECN_QUEUE_CWR;
23 TCP_ECN_send_synack(struct tcp_opt *tp, struct sk_buff *skb) argument
26 if (!(tp->ecn_flags&TCP_ECN_OK))
31 TCP_ECN_send_syn(struct tcp_opt *tp, struct sk_buff *skb) argument
33 tp->ecn_flags = 0;
36 tp->ecn_flags = TCP_ECN_OK;
48 TCP_ECN_send(struct sock *sk, struct tcp_opt *tp, struct sk_buff *skb, int tcp_header_len) argument
50 if (tp
71 TCP_ECN_accept_cwr(struct tcp_opt *tp, struct sk_buff *skb) argument
78 TCP_ECN_withdraw_cwr(struct tcp_opt *tp) argument
84 TCP_ECN_check_ce(struct tcp_opt *tp, struct sk_buff *skb) argument
98 TCP_ECN_rcv_synack(struct tcp_opt *tp, struct tcphdr *th) argument
105 TCP_ECN_rcv_syn(struct tcp_opt *tp, struct tcphdr *th) argument
112 TCP_ECN_rcv_ecn_echo(struct tcp_opt *tp, struct tcphdr *th) argument
120 TCP_ECN_openreq_child(struct tcp_opt *tp, struct open_request *req) argument
[all...]
H A Dtcp.h659 static inline void tcp_schedule_ack(struct tcp_opt *tp) argument
661 tp->ack.pending |= TCP_ACK_SCHED;
664 static inline int tcp_ack_scheduled(struct tcp_opt *tp) argument
666 return tp->ack.pending&TCP_ACK_SCHED;
669 static __inline__ void tcp_dec_quickack_mode(struct tcp_opt *tp) argument
671 if (tp->ack.quick && --tp->ack.quick == 0) {
673 tp->ack.ato = TCP_ATO_MIN;
677 extern void tcp_enter_quickack_mode(struct tcp_opt *tp);
679 static __inline__ void tcp_delack_init(struct tcp_opt *tp) argument
684 tcp_clear_options(struct tcp_opt *tp) argument
825 struct tcp_opt *tp = &sk->tp_pinfo.af_tcp; local
860 struct tcp_opt *tp = &sk->tp_pinfo.af_tcp; local
896 struct tcp_opt *tp = &sk->tp_pinfo.af_tcp; local
919 struct tcp_opt *tp = &sk->tp_pinfo.af_tcp; local
929 __tcp_fast_path_on(struct tcp_opt *tp, u32 snd_wnd) argument
936 tcp_fast_path_on(struct tcp_opt *tp) argument
941 tcp_fast_path_check(struct sock *sk, struct tcp_opt *tp) argument
954 tcp_receive_window(struct tcp_opt *tp) argument
1058 tcp_packets_in_flight(struct tcp_opt *tp) argument
1068 tcp_recalc_ssthresh(struct tcp_opt *tp) argument
1077 tcp_current_ssthresh(struct tcp_opt *tp) argument
1087 tcp_sync_left_out(struct tcp_opt *tp) argument
1098 tcp_cwnd_validate(struct sock *sk, struct tcp_opt *tp) argument
1115 __tcp_enter_cwr(struct tcp_opt *tp) argument
1127 tcp_enter_cwr(struct tcp_opt *tp) argument
1141 tcp_max_burst(struct tcp_opt *tp) argument
1146 tcp_minshall_check(struct tcp_opt *tp) argument
1152 tcp_minshall_update(struct tcp_opt *tp, int mss, struct sk_buff *skb) argument
1167 tcp_nagle_check(struct tcp_opt *tp, struct sk_buff *skb, unsigned mss_now, int nonagle) argument
1180 tcp_snd_test(struct tcp_opt *tp, struct sk_buff *skb, unsigned cur_mss, int nonagle) argument
1214 tcp_check_probe_timer(struct sock *sk, struct tcp_opt *tp) argument
1229 __tcp_push_pending_frames(struct sock *sk, struct tcp_opt *tp, unsigned cur_mss, int nonagle) argument
1246 tcp_push_pending_frames(struct sock *sk, struct tcp_opt *tp) argument
1252 tcp_may_send_now(struct sock *sk, struct tcp_opt *tp) argument
1261 tcp_init_wl(struct tcp_opt *tp, u32 ack, u32 seq) argument
1266 tcp_update_wl(struct tcp_opt *tp, u32 ack, u32 seq) argument
1297 tcp_prequeue_init(struct tcp_opt *tp) argument
1315 struct tcp_opt *tp = &sk->tp_pinfo.af_tcp; local
1396 tcp_sack_reset(struct tcp_opt *tp) argument
1403 tcp_build_and_update_options(__u32 *ptr, struct tcp_opt *tp, __u32 tstamp) argument
1567 struct tcp_opt *tp = &sk->tp_pinfo.af_tcp; local
1625 tcp_synq_unlink(struct tcp_opt *tp, struct open_request *req, struct open_request **prev) argument
1641 tcp_openreq_init(struct open_request *req, struct tcp_opt *tp, struct sk_buff *skb) argument
1776 keepalive_intvl_when(struct tcp_opt *tp) argument
1781 keepalive_time_when(struct tcp_opt *tp) argument
1786 tcp_fin_time(struct tcp_opt *tp) argument
1796 tcp_paws_check(struct tcp_opt *tp, int rst) argument
[all...]
H A Dpkt_cls.h66 static inline int tc_classify(struct sk_buff *skb, struct tcf_proto *tp, struct tcf_result *res) argument
71 for ( ; tp; tp = tp->next) {
72 if ((tp->protocol == protocol ||
73 tp->protocol == __constant_htons(ETH_P_ALL)) &&
74 (err = tp->classify(skb, tp, res)) >= 0)
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/net/
H A Dtcp_ecn.h13 TCP_ECN_queue_cwr(struct tcp_opt *tp) argument
15 if (tp->ecn_flags&TCP_ECN_OK)
16 tp->ecn_flags |= TCP_ECN_QUEUE_CWR;
23 TCP_ECN_send_synack(struct tcp_opt *tp, struct sk_buff *skb) argument
26 if (!(tp->ecn_flags&TCP_ECN_OK))
31 TCP_ECN_send_syn(struct tcp_opt *tp, struct sk_buff *skb) argument
33 tp->ecn_flags = 0;
36 tp->ecn_flags = TCP_ECN_OK;
48 TCP_ECN_send(struct sock *sk, struct tcp_opt *tp, struct sk_buff *skb, int tcp_header_len) argument
50 if (tp
71 TCP_ECN_accept_cwr(struct tcp_opt *tp, struct sk_buff *skb) argument
78 TCP_ECN_withdraw_cwr(struct tcp_opt *tp) argument
84 TCP_ECN_check_ce(struct tcp_opt *tp, struct sk_buff *skb) argument
98 TCP_ECN_rcv_synack(struct tcp_opt *tp, struct tcphdr *th) argument
105 TCP_ECN_rcv_syn(struct tcp_opt *tp, struct tcphdr *th) argument
112 TCP_ECN_rcv_ecn_echo(struct tcp_opt *tp, struct tcphdr *th) argument
120 TCP_ECN_openreq_child(struct tcp_opt *tp, struct open_request *req) argument
[all...]
H A Dtcp.h660 static inline void tcp_schedule_ack(struct tcp_opt *tp) argument
662 tp->ack.pending |= TCP_ACK_SCHED;
665 static inline int tcp_ack_scheduled(struct tcp_opt *tp) argument
667 return tp->ack.pending&TCP_ACK_SCHED;
670 static __inline__ void tcp_dec_quickack_mode(struct tcp_opt *tp) argument
672 if (tp->ack.quick && --tp->ack.quick == 0) {
674 tp->ack.ato = TCP_ATO_MIN;
678 extern void tcp_enter_quickack_mode(struct tcp_opt *tp);
680 static __inline__ void tcp_delack_init(struct tcp_opt *tp) argument
685 tcp_clear_options(struct tcp_opt *tp) argument
826 struct tcp_opt *tp = &sk->tp_pinfo.af_tcp; local
861 struct tcp_opt *tp = &sk->tp_pinfo.af_tcp; local
897 struct tcp_opt *tp = &sk->tp_pinfo.af_tcp; local
920 struct tcp_opt *tp = &sk->tp_pinfo.af_tcp; local
930 __tcp_fast_path_on(struct tcp_opt *tp, u32 snd_wnd) argument
937 tcp_fast_path_on(struct tcp_opt *tp) argument
942 tcp_fast_path_check(struct sock *sk, struct tcp_opt *tp) argument
955 tcp_receive_window(struct tcp_opt *tp) argument
1059 tcp_packets_in_flight(struct tcp_opt *tp) argument
1069 tcp_recalc_ssthresh(struct tcp_opt *tp) argument
1078 tcp_current_ssthresh(struct tcp_opt *tp) argument
1088 tcp_sync_left_out(struct tcp_opt *tp) argument
1099 tcp_cwnd_validate(struct sock *sk, struct tcp_opt *tp) argument
1116 __tcp_enter_cwr(struct tcp_opt *tp) argument
1128 tcp_enter_cwr(struct tcp_opt *tp) argument
1142 tcp_max_burst(struct tcp_opt *tp) argument
1147 tcp_minshall_check(struct tcp_opt *tp) argument
1153 tcp_minshall_update(struct tcp_opt *tp, int mss, struct sk_buff *skb) argument
1168 tcp_nagle_check(struct tcp_opt *tp, struct sk_buff *skb, unsigned mss_now, int nonagle) argument
1181 tcp_snd_test(struct tcp_opt *tp, struct sk_buff *skb, unsigned cur_mss, int nonagle) argument
1215 tcp_check_probe_timer(struct sock *sk, struct tcp_opt *tp) argument
1230 __tcp_push_pending_frames(struct sock *sk, struct tcp_opt *tp, unsigned cur_mss, int nonagle) argument
1247 tcp_push_pending_frames(struct sock *sk, struct tcp_opt *tp) argument
1253 tcp_may_send_now(struct sock *sk, struct tcp_opt *tp) argument
1262 tcp_init_wl(struct tcp_opt *tp, u32 ack, u32 seq) argument
1267 tcp_update_wl(struct tcp_opt *tp, u32 ack, u32 seq) argument
1298 tcp_prequeue_init(struct tcp_opt *tp) argument
1316 struct tcp_opt *tp = &sk->tp_pinfo.af_tcp; local
1397 tcp_sack_reset(struct tcp_opt *tp) argument
1404 tcp_build_and_update_options(__u32 *ptr, struct tcp_opt *tp, __u32 tstamp) argument
1568 struct tcp_opt *tp = &sk->tp_pinfo.af_tcp; local
1626 tcp_synq_unlink(struct tcp_opt *tp, struct open_request *req, struct open_request **prev) argument
1642 tcp_openreq_init(struct open_request *req, struct tcp_opt *tp, struct sk_buff *skb) argument
1777 keepalive_intvl_when(struct tcp_opt *tp) argument
1782 keepalive_time_when(struct tcp_opt *tp) argument
1787 tcp_fin_time(struct tcp_opt *tp) argument
1797 tcp_paws_check(struct tcp_opt *tp, int rst) argument
[all...]
/asus-wl-520gu-7.0.1.45/src/router/library/libupnp-1.2.1/threadutil/src/
H A DThreadPool.c71 FreeThreadPoolJob( ThreadPool * tp, argument
74 assert( tp != NULL );
76 FreeListFree( &tp->jobFreeList, tpj );
189 * tp->mutex must be locked.
192 * ThreadPool *tp
195 BumpPriority( ThreadPool * tp )
202 assert( tp != NULL );
207 if( tp->medJobQ.size ) {
208 tempJob = ( ThreadPoolJob * ) tp->medJobQ.head.next->item;
211 if( diffTime >= ( tp
371 ThreadPool *tp = ( ThreadPool * ) arg; local
674 ThreadPoolInit( ThreadPool * tp, ThreadPoolAttr * attr ) argument
764 ThreadPoolAddPersistent( ThreadPool * tp, ThreadPoolJob * job, int *jobId ) argument
842 ThreadPoolAdd( ThreadPool * tp, ThreadPoolJob * job, int *jobId ) argument
920 ThreadPoolRemove( ThreadPool * tp, int jobId, ThreadPoolJob * out ) argument
1001 ThreadPoolGetAttr( ThreadPool * tp, ThreadPoolAttr * out ) argument
1037 ThreadPoolSetAttr( ThreadPool * tp, ThreadPoolAttr * attr ) argument
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/ipv4/
H A Dtcp_input.c105 #define IsReno(tp) ((tp)->sack_ok == 0)
106 #define IsFack(tp) ((tp)->sack_ok & 2)
107 #define IsDSack(tp) ((tp)->sack_ok & 4)
114 static __inline__ void tcp_measure_rcv_mss(struct tcp_opt *tp, struct sk_buff *skb) argument
118 lss = tp->ack.last_seg_size;
119 tp->ack.last_seg_size = 0;
125 if (len >= tp
159 tcp_incr_quickack(struct tcp_opt *tp) argument
169 tcp_enter_quickack_mode(struct tcp_opt *tp) argument
180 tcp_in_quickack_mode(struct tcp_opt *tp) argument
192 struct tcp_opt *tp = &(sk->tp_pinfo.af_tcp); local
226 __tcp_grow_window(struct sock *sk, struct tcp_opt *tp, struct sk_buff *skb) argument
243 tcp_grow_window(struct sock *sk, struct tcp_opt *tp, struct sk_buff *skb) argument
270 struct tcp_opt *tp = &(sk->tp_pinfo.af_tcp); local
288 struct tcp_opt *tp = &(sk->tp_pinfo.af_tcp); local
316 tcp_clamp_window(struct sock *sk, struct tcp_opt *tp) argument
362 tcp_event_data_recv(struct sock *sk, struct tcp_opt *tp, struct sk_buff *skb) argument
413 tcp_rtt_estimator(struct tcp_opt *tp, __u32 mrtt) argument
478 tcp_set_rto(struct tcp_opt *tp) argument
502 tcp_bound_rto(struct tcp_opt *tp) argument
514 struct tcp_opt *tp = &(sk->tp_pinfo.af_tcp); local
601 tcp_init_cwnd(struct tcp_opt *tp) argument
622 struct tcp_opt *tp = &(sk->tp_pinfo.af_tcp); local
688 tcp_update_reordering(struct tcp_opt *tp, int metric, int ts) argument
764 struct tcp_opt *tp = &(sk->tp_pinfo.af_tcp); local
960 tcp_clear_retrans(struct tcp_opt *tp) argument
979 struct tcp_opt *tp = &sk->tp_pinfo.af_tcp; local
1023 tcp_check_sack_reneging(struct sock *sk, struct tcp_opt *tp) argument
1046 tcp_fackets_out(struct tcp_opt *tp) argument
1051 tcp_skb_timedout(struct tcp_opt *tp, struct sk_buff *skb) argument
1056 tcp_head_timedout(struct sock *sk, struct tcp_opt *tp) argument
1155 tcp_time_to_recover(struct sock *sk, struct tcp_opt *tp) argument
1190 tcp_check_reno_reordering(struct tcp_opt *tp, int addend) argument
1205 tcp_add_reno_sack(struct tcp_opt *tp) argument
1214 tcp_remove_reno_sacks(struct sock *sk, struct tcp_opt *tp, int acked) argument
1227 tcp_reset_reno_sack(struct tcp_opt *tp) argument
1235 tcp_mark_head_lost(struct sock *sk, struct tcp_opt *tp, int packets, u32 high_seq) argument
1258 tcp_update_scoreboard(struct sock *sk, struct tcp_opt *tp) argument
1291 tcp_moderate_cwnd(struct tcp_opt *tp) argument
1300 tcp_cwnd_down(struct tcp_opt *tp) argument
1317 tcp_packet_delayed(struct tcp_opt *tp) argument
1327 DBGUNDO(struct sock *sk, struct tcp_opt *tp, const char *msg) argument
1339 tcp_undo_cwr(struct tcp_opt *tp, int undo) argument
1355 tcp_may_undo(struct tcp_opt *tp) argument
1362 tcp_try_undo_recovery(struct sock *sk, struct tcp_opt *tp) argument
1388 tcp_try_undo_dsack(struct sock *sk, struct tcp_opt *tp) argument
1400 tcp_try_undo_partial(struct sock *sk, struct tcp_opt *tp, int acked) argument
1428 tcp_try_undo_loss(struct sock *sk, struct tcp_opt *tp) argument
1449 tcp_complete_cwr(struct tcp_opt *tp) argument
1455 tcp_try_to_open(struct sock *sk, struct tcp_opt *tp, int flag) argument
1498 struct tcp_opt *tp = &(sk->tp_pinfo.af_tcp); local
1645 tcp_ack_saw_tstamp(struct tcp_opt *tp, int flag) argument
1671 tcp_ack_no_tstamp(struct tcp_opt *tp, u32 seq_rtt, int flag) argument
1692 tcp_ack_update_rtt(struct tcp_opt *tp, int flag, s32 seq_rtt) argument
1704 tcp_cong_avoid(struct tcp_opt *tp) argument
1728 tcp_ack_packets_out(struct sock *sk, struct tcp_opt *tp) argument
1740 struct tcp_opt *tp = &(sk->tp_pinfo.af_tcp); local
1826 struct tcp_opt *tp = &(sk->tp_pinfo.af_tcp); local
1842 tcp_ack_is_dubious(struct tcp_opt *tp, int flag) argument
1848 tcp_may_raise_cwnd(struct tcp_opt *tp, int flag) argument
1858 tcp_may_update_window(struct tcp_opt *tp, u32 ack, u32 ack_seq, u32 nwin) argument
1870 tcp_ack_update_window(struct sock *sk, struct tcp_opt *tp, struct sk_buff *skb, u32 ack, u32 ack_seq) argument
1903 struct tcp_opt *tp = &(sk->tp_pinfo.af_tcp); local
1998 tcp_parse_options(struct sk_buff *skb, struct tcp_opt *tp, int estab) argument
2083 tcp_fast_parse_options(struct sk_buff *skb, struct tcphdr *th, struct tcp_opt *tp) argument
2106 tcp_store_ts_recent(struct tcp_opt *tp) argument
2113 tcp_replace_ts_recent(struct tcp_opt *tp, u32 seq) argument
2146 tcp_disordered_ack(struct tcp_opt *tp, struct sk_buff *skb) argument
2165 tcp_paws_discard(struct tcp_opt *tp, struct sk_buff *skb) argument
2185 tcp_sequence(struct tcp_opt *tp, u32 seq, u32 end_seq) argument
2230 struct tcp_opt *tp = &(sk->tp_pinfo.af_tcp); local
2308 tcp_dsack_set(struct tcp_opt *tp, u32 seq, u32 end_seq) argument
2323 tcp_dsack_extend(struct tcp_opt *tp, u32 seq, u32 end_seq) argument
2333 struct tcp_opt *tp = &(sk->tp_pinfo.af_tcp); local
2355 tcp_sack_maybe_coalesce(struct tcp_opt *tp) argument
2396 struct tcp_opt *tp = &(sk->tp_pinfo.af_tcp); local
2439 tcp_sack_remove(struct tcp_opt *tp) argument
2480 struct tcp_opt *tp = &(sk->tp_pinfo.af_tcp); local
2524 struct tcp_opt *tp = &(sk->tp_pinfo.af_tcp); local
2826 struct tcp_opt *tp = &(sk->tp_pinfo.af_tcp); local
2871 struct tcp_opt *tp = &sk->tp_pinfo.af_tcp; local
2930 struct tcp_opt *tp = &(sk->tp_pinfo.af_tcp); local
2952 struct tcp_opt *tp = &(sk->tp_pinfo.af_tcp); local
2973 struct tcp_opt *tp = &(sk->tp_pinfo.af_tcp); local
2984 struct tcp_opt *tp = &(sk->tp_pinfo.af_tcp); local
3006 struct tcp_opt *tp = &(sk->tp_pinfo.af_tcp); local
3029 struct tcp_opt *tp = &(sk->tp_pinfo.af_tcp); local
3049 struct tcp_opt *tp = &(sk->tp_pinfo.af_tcp); local
3122 struct tcp_opt *tp = &(sk->tp_pinfo.af_tcp); local
3146 struct tcp_opt *tp = &(sk->tp_pinfo.af_tcp); local
3212 struct tcp_opt *tp = &(sk->tp_pinfo.af_tcp); local
3453 struct tcp_opt *tp = &(sk->tp_pinfo.af_tcp); local
3669 struct tcp_opt *tp = &(sk->tp_pinfo.af_tcp); local
[all...]
H A Dtcp_timer.c48 struct tcp_opt *tp = &sk->tp_pinfo.af_tcp; local
50 init_timer(&tp->retransmit_timer);
51 tp->retransmit_timer.function=&tcp_write_timer;
52 tp->retransmit_timer.data = (unsigned long) sk;
53 tp->pending = 0;
55 init_timer(&tp->delack_timer);
56 tp->delack_timer.function=&tcp_delack_timer;
57 tp->delack_timer.data = (unsigned long) sk;
58 tp->ack.pending = 0;
67 struct tcp_opt *tp local
106 struct tcp_opt *tp = &(sk->tp_pinfo.af_tcp); local
159 struct tcp_opt *tp = &(sk->tp_pinfo.af_tcp); local
213 struct tcp_opt *tp = &(sk->tp_pinfo.af_tcp); local
274 struct tcp_opt *tp = &sk->tp_pinfo.af_tcp; local
307 struct tcp_opt *tp = &sk->tp_pinfo.af_tcp; local
403 struct tcp_opt *tp = &sk->tp_pinfo.af_tcp; local
449 struct tcp_opt *tp = &(sk->tp_pinfo.af_tcp); local
562 struct tcp_opt *tp = &sk->tp_pinfo.af_tcp; local
[all...]
H A Dtcp_output.c48 void update_send_head(struct sock *sk, struct tcp_opt *tp, struct sk_buff *skb) argument
50 tp->send_head = skb->next;
51 if (tp->send_head == (struct sk_buff *) &sk->write_queue)
52 tp->send_head = NULL;
53 tp->snd_nxt = TCP_SKB_CB(skb)->end_seq;
54 if (tp->packets_out++ == 0)
55 tcp_reset_xmit_timer(sk, TCP_TIME_RETRANS, tp->rto);
64 static __inline__ __u32 tcp_acceptable_seq(struct sock *sk, struct tcp_opt *tp) argument
66 if (!before(tp->snd_una+tp
88 struct tcp_opt *tp = &(sk->tp_pinfo.af_tcp); local
102 tcp_cwnd_restart(struct tcp_opt *tp) argument
118 tcp_event_data_sent(struct tcp_opt *tp, struct sk_buff *skb) argument
136 struct tcp_opt *tp = &(sk->tp_pinfo.af_tcp); local
149 struct tcp_opt *tp = &(sk->tp_pinfo.af_tcp); local
192 struct tcp_opt *tp = &(sk->tp_pinfo.af_tcp); local
307 struct tcp_opt *tp = &(sk->tp_pinfo.af_tcp); local
335 struct tcp_opt *tp = &(sk->tp_pinfo.af_tcp); local
422 struct tcp_opt *tp = &sk->tp_pinfo.af_tcp; local
505 struct tcp_opt *tp = &sk->tp_pinfo.af_tcp; local
548 struct tcp_opt *tp = &(sk->tp_pinfo.af_tcp); local
646 struct tcp_opt *tp = &sk->tp_pinfo.af_tcp; local
692 struct tcp_opt *tp = &sk->tp_pinfo.af_tcp; local
768 struct tcp_opt *tp = &(sk->tp_pinfo.af_tcp); local
814 struct tcp_opt *tp = &(sk->tp_pinfo.af_tcp); local
913 struct tcp_opt *tp = &(sk->tp_pinfo.af_tcp); local
993 struct tcp_opt *tp = &(sk->tp_pinfo.af_tcp); local
1037 struct tcp_opt *tp = &(sk->tp_pinfo.af_tcp); local
1100 struct tcp_opt *tp = &(sk->tp_pinfo.af_tcp); local
1166 struct tcp_opt *tp = &(sk->tp_pinfo.af_tcp); local
1214 struct tcp_opt *tp = &(sk->tp_pinfo.af_tcp); local
1255 struct tcp_opt *tp = &sk->tp_pinfo.af_tcp; local
1308 struct tcp_opt *tp = &(sk->tp_pinfo.af_tcp); local
1349 struct tcp_opt *tp = &(sk->tp_pinfo.af_tcp); local
1376 struct tcp_opt *tp = &(sk->tp_pinfo.af_tcp); local
1421 struct tcp_opt *tp = &(sk->tp_pinfo.af_tcp); local
[all...]
H A Dtcp.c381 struct tcp_opt *tp = &(sk->tp_pinfo.af_tcp); local
430 /* Potential race condition. If read of tp below will
433 if ((tp->rcv_nxt != tp->copied_seq) &&
434 (tp->urg_seq != tp->copied_seq ||
435 tp->rcv_nxt != tp->copied_seq+1 ||
436 sk->urginline || !tp->urg_data))
455 if (tp
481 struct tcp_opt *tp = &(sk->tp_pinfo.af_tcp); local
528 struct tcp_opt *tp = &(sk->tp_pinfo.af_tcp); local
580 struct tcp_opt *tp = &(sk->tp_pinfo.af_tcp); local
771 tcp_mark_push(struct tcp_opt *tp, struct sk_buff *skb) argument
777 forced_push(struct tcp_opt *tp) argument
783 skb_entail(struct sock *sk, struct tcp_opt *tp, struct sk_buff *skb) argument
797 tcp_mark_urg(struct tcp_opt *tp, int flags, struct sk_buff *skb) argument
807 tcp_push(struct sock *sk, struct tcp_opt *tp, int flags, int mss_now, int nonagle) argument
829 struct tcp_opt *tp = &(sk->tp_pinfo.af_tcp); local
996 select_size(struct sock *sk, struct tcp_opt *tp) argument
1012 struct tcp_opt *tp; local
1221 struct tcp_opt *tp = &(sk->tp_pinfo.af_tcp); local
1282 struct tcp_opt *tp = &(sk->tp_pinfo.af_tcp); local
1368 struct tcp_opt *tp = &(sk->tp_pinfo.af_tcp); local
1415 struct tcp_opt *tp = &(sk->tp_pinfo.af_tcp); local
1471 struct tcp_opt *tp = &(sk->tp_pinfo.af_tcp); local
2022 struct tcp_opt *tp = &(sk->tp_pinfo.af_tcp); local
2074 struct tcp_opt *tp = &sk->tp_pinfo.af_tcp; local
2191 struct tcp_opt *tp = &sk->tp_pinfo.af_tcp; local
2243 struct tcp_opt *tp = &(sk->tp_pinfo.af_tcp); local
2402 struct tcp_opt *tp = &(sk->tp_pinfo.af_tcp); local
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/tokenring/
H A Dtms380tr.c123 static void tms380tr_cancel_tx_queue(struct net_local* tp);
128 static unsigned char tms380tr_chk_ssb(struct net_local *tp, unsigned short IrqType);
145 struct net_local* tp);
149 static void tms380tr_init_ipb(struct net_local *tp);
175 static void tms380tr_update_rcv_stats(struct net_local *tp,
209 struct net_local *tp = (struct net_local *)dev->priv; local
231 init_timer(&tp->timer);
232 tp->timer.expires = jiffies + 30*HZ;
233 tp->timer.function = tms380tr_timer_end_wait;
234 tp
276 struct net_local *tp = (struct net_local *)dev->priv; local
292 struct net_local *tp = (struct net_local *)dev->priv; local
327 struct net_local *tp = (struct net_local *)dev->priv; local
428 tms380tr_init_ipb(struct net_local *tp) argument
451 struct net_local *tp; local
497 struct net_local *tp = (struct net_local *)dev->priv; local
535 struct net_local *tp = (struct net_local *)dev->priv; local
562 struct net_local *tp = (struct net_local *)dev->priv; local
584 tms380tr_hardware_send_packet(struct net_device *dev, struct net_local* tp) argument
699 struct net_local *tp = (struct net_local*)dev->priv; local
730 struct net_local *tp; local
825 struct net_local *tp = (struct net_local *)dev->priv; local
845 tms380tr_chk_ssb(struct net_local *tp, unsigned short IrqType) argument
906 struct net_local *tp = (struct net_local *)dev->priv; local
1103 struct net_local *tp = (struct net_local *)dev->priv; local
1145 struct net_local *tp = (struct net_local *)dev->priv; local
1155 struct net_local *tp = (struct net_local *)dev->priv; local
1238 struct net_local *tp = (struct net_local *)dev->priv; local
1367 struct net_local *tp = (struct net_local *)dev->priv; local
1480 struct net_local *tp = (struct net_local *)dev->priv; local
1652 struct net_local *tp = (struct net_local *)dev->priv; local
1724 struct net_local *tp = (struct net_local *)dev->priv; local
1880 struct net_local *tp = (struct net_local *)dev->priv; local
1933 tms380tr_cancel_tx_queue(struct net_local* tp) argument
1980 struct net_local *tp = (struct net_local *)dev->priv; local
2052 struct net_local *tp = (struct net_local *)dev->priv; local
2219 tms380tr_update_rcv_stats(struct net_local *tp, unsigned char DataPtr[], unsigned int Length) argument
2234 struct net_local *tp = (struct net_local *)dev->priv; local
2266 struct net_local *tp; local
[all...]
H A Dsmctr.c144 struct net_local *tp);
341 struct net_local *tp = (struct net_local *)dev->priv; local
349 tp->iscpb_ptr = (ISCPBlock *)(tp->ram_access + ((__u32)64 * 0x400)
353 tp->scgb_ptr = (SCGBlock *)smctr_malloc(dev, sizeof(SCGBlock));
354 PARAGRAPH_BOUNDRY(tp->sh_mem_used);
356 tp->sclb_ptr = (SCLBlock *)smctr_malloc(dev, sizeof(SCLBlock));
357 PARAGRAPH_BOUNDRY(tp->sh_mem_used);
359 tp->acb_head = (ACBlock *)smctr_malloc(dev,
360 sizeof(ACBlock)*tp
469 struct net_local *tp = (struct net_local *)dev->priv; local
495 struct net_local *tp = (struct net_local *)dev->priv; local
655 struct net_local *tp = (struct net_local *)dev->priv; local
718 struct net_local *tp = (struct net_local *)dev->priv; local
740 struct net_local *tp = (struct net_local *)dev->priv; local
780 struct net_local *tp = (struct net_local *)dev->priv; local
851 struct net_local *tp = (struct net_local *)dev->priv; local
865 struct net_local *tp = (struct net_local *)dev->priv; local
877 struct net_local *tp = (struct net_local *)dev->priv; local
897 struct net_local *tp = (struct net_local *)dev->priv; local
928 struct net_local *tp = (struct net_local *)dev->priv; local
954 struct net_local *tp = (struct net_local *)dev->priv; local
1173 struct net_local *tp = (struct net_local *)dev->priv; local
1291 struct net_local *tp = (struct net_local *)dev->priv; local
1376 struct net_local *tp = (struct net_local *)dev->priv; local
1400 struct net_local *tp = (struct net_local *)dev->priv; local
1408 struct net_local *tp = (struct net_local *)dev->priv; local
1476 smctr_hardware_send_packet(struct net_device *dev, struct net_local *tp) argument
1531 struct net_local *tp = (struct net_local *)dev->priv; local
1575 struct net_local *tp = (struct net_local *)dev->priv; local
1667 struct net_local *tp = (struct net_local *)dev->priv; local
1743 struct net_local *tp = (struct net_local *)dev->priv; local
1795 struct net_local *tp = (struct net_local *)dev->priv; local
1845 struct net_local *tp = (struct net_local *)dev->priv; local
1903 struct net_local *tp = (struct net_local *)dev->priv; local
1933 struct net_local *tp = (struct net_local *)dev->priv; local
1972 struct net_local *tp = (struct net_local *)dev->priv; local
2011 struct net_local *tp; local
2529 struct net_local *tp = (struct net_local *)dev->priv; local
2547 struct net_local *tp = (struct net_local *)dev->priv; local
2565 struct net_local *tp = (struct net_local *)dev->priv; local
2722 struct net_local *tp = (struct net_local *)dev->priv; local
2810 struct net_local *tp = (struct net_local *)dev->priv; local
2826 struct net_local *tp = (struct net_local *)dev->priv; local
2844 struct net_local *tp = (struct net_local *)dev->priv; local
2864 struct net_local *tp = (struct net_local *)dev->priv; local
2886 struct net_local *tp = (struct net_local *)dev->priv; local
2955 struct net_local *tp = (struct net_local *)dev->priv; local
2979 struct net_local *tp = (struct net_local *)dev->priv; local
3009 struct net_local *tp = (struct net_local *)dev->priv; local
3033 struct net_local *tp = (struct net_local *)dev->priv; local
3149 struct net_local *tp = (struct net_local *)dev->priv; local
3224 struct net_local *tp = (struct net_local *)dev->priv; local
3308 struct net_local *tp = (struct net_local *)dev->priv; local
3333 struct net_local *tp = (struct net_local *)dev->priv; local
3358 struct net_local *tp = (struct net_local *)dev->priv; local
3376 struct net_local *tp = (struct net_local *)dev->priv; local
3402 struct net_local *tp = (struct net_local *)dev->priv; local
3433 struct net_local *tp = (struct net_local *)dev->priv; local
3471 struct net_local *tp = (struct net_local *)dev->priv; local
3511 struct net_local *tp = (struct net_local *)dev->priv; local
3567 struct net_local *tp = (struct net_local *)dev->priv; local
3686 struct net_local *tp; local
3766 struct net_local *tp = (struct net_local *)dev->priv; local
3988 struct net_local *tp = (struct net_local *)dev->priv; local
4381 struct net_local *tp = (struct net_local *)dev->priv; local
4400 struct net_local *tp = (struct net_local *)dev->priv; local
4418 struct net_local *tp = (struct net_local *)dev->priv; local
4520 struct net_local *tp = (struct net_local *)dev->priv; local
4590 struct net_local *tp = (struct net_local *)dev->priv; local
4670 struct net_local *tp = (struct net_local *)dev->priv; local
4695 struct net_local *tp = (struct net_local *)dev->priv; local
4991 struct net_local *tp = (struct net_local *)dev->priv; local
5075 struct net_local *tp = (struct net_local *)dev->priv; local
5139 struct net_local *tp = (struct net_local *)dev->priv; local
5152 struct net_local *tp = (struct net_local *)dev->priv; local
5213 struct net_local *tp = (struct net_local *)dev->priv; local
5227 struct net_local *tp = (struct net_local *)dev->priv; local
5251 struct net_local *tp = (struct net_local *)dev->priv; local
5281 struct net_local *tp = (struct net_local *)dev->priv; local
5309 struct net_local *tp = (struct net_local *)dev->priv; local
5352 struct net_local *tp = (struct net_local *)dev->priv; local
5379 struct net_local *tp = (struct net_local *)dev->priv; local
5392 struct net_local *tp = (struct net_local *)dev->priv; local
5403 struct net_local *tp = (struct net_local *)dev->priv; local
5438 struct net_local *tp = (struct net_local *)dev->priv; local
5459 struct net_local *tp = (struct net_local *)dev->priv; local
5514 struct net_local *tp = (struct net_local *)dev->priv; local
5555 struct net_local *tp = (struct net_local *)dev->priv; local
5597 struct net_local *tp = (struct net_local *)dev->priv; local
5635 struct net_local *tp = (struct net_local *)dev->priv; local
5671 struct net_local *tp = (struct net_local *)dev->priv; local
5696 struct net_local *tp = (struct net_local *)dev->priv; local
5787 struct net_local *tp local
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/tulip/
H A Dpnic2.c87 struct tulip_private *tp = (struct tulip_private *)dev->priv; local
96 mod_timer(&tp->timer, RUN_AT(next_tick));
103 struct tulip_private *tp = (struct tulip_private *)dev->priv; local
116 if (tp->sym_advertise & 0x0100) csr14 |= 0x00020000;
119 if (tp->sym_advertise & 0x0080) csr14 |= 0x00010000;
122 if (tp->sym_advertise & 0x0020) csr14 |= 0x00000040;
135 tp->nway = tp->mediasense = 1;
136 tp->nwayset = tp
178 struct tulip_private *tp = (struct tulip_private *)dev->priv; local
[all...]
H A Dinterrupt.c66 struct tulip_private *tp = (struct tulip_private *)dev->priv; local
71 for (; tp->cur_rx - tp->dirty_rx > 0; tp->dirty_rx++) {
72 entry = tp->dirty_rx % RX_RING_SIZE;
73 if (tp->rx_buffers[entry].skb == NULL) {
77 skb = tp->rx_buffers[entry].skb = dev_alloc_skb(PKT_BUF_SZ);
81 mapping = pci_map_single(tp->pdev, skb->tail, PKT_BUF_SZ,
83 tp->rx_buffers[entry].mapping = mapping;
86 tp
105 struct tulip_private *tp = (struct tulip_private *)dev->priv; local
298 struct tulip_private *tp = (struct tulip_private *)dev->priv; local
319 struct tulip_private *tp = (struct tulip_private *)dev->priv; local
[all...]
H A D21142.c32 struct tulip_private *tp = (struct tulip_private *)dev->priv; local
44 } else if (tp->nwayset) {
49 } else if (tp->medialock) {
83 if (new_csr6 != (tp->csr6 & ~0x00D5)) {
84 tp->csr6 &= 0x00D5;
85 tp->csr6 |= new_csr6;
87 tulip_restart_rxtx(tp);
95 mod_timer(&tp->timer, RUN_AT(next_tick));
101 struct tulip_private *tp = (struct tulip_private *)dev->priv; local
103 int csr14 = ((tp
129 struct tulip_private *tp = (struct tulip_private *)dev->priv; local
[all...]
H A Dtulip_core.c268 static void tulip_set_power_state (struct tulip_private *tp, argument
271 if (tp->flags & HAS_ACPI) {
273 pci_read_config_dword (tp->pdev, CFDD, &tmp);
280 pci_write_config_dword (tp->pdev, CFDD, newtmp);
288 struct tulip_private *tp = (struct tulip_private *)dev->priv; local
294 tulip_set_power_state (tp, 0, 0);
297 if (tp->mii_cnt || (tp->mtable && tp->mtable->has_mii))
307 outl(tp
503 struct tulip_private *tp = (struct tulip_private *)dev->priv; local
518 struct tulip_private *tp = (struct tulip_private *)dev->priv; local
544 struct tulip_private *tp = (struct tulip_private *)dev->priv; local
663 struct tulip_private *tp = (struct tulip_private *)dev->priv; local
714 struct tulip_private *tp = (struct tulip_private *)dev->priv; local
762 tulip_clean_tx_ring(struct tulip_private *tp) argument
801 struct tulip_private *tp = (struct tulip_private *) dev->priv; local
843 struct tulip_private *tp = (struct tulip_private *) dev->priv; local
899 struct tulip_private *tp = (struct tulip_private *)dev->priv; local
943 struct tulip_private *tp = dev->priv; local
1057 struct tulip_private *tp = (struct tulip_private *)dev->priv; local
1088 struct tulip_private *tp = (struct tulip_private *)dev->priv; local
1116 struct tulip_private *tp = (struct tulip_private *)dev->priv; local
1242 struct tulip_private *tp = dev->priv; local
1323 struct tulip_private *tp; local
1871 struct tulip_private *tp; local
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/sbus/char/
H A Dbbc_envctrl.c155 static void get_current_temps(struct bbc_cpu_temperature *tp) argument
157 tp->prev_amb_temp = tp->curr_amb_temp;
158 bbc_i2c_readb(tp->client,
159 (unsigned char *) &tp->curr_amb_temp,
161 tp->prev_cpu_temp = tp->curr_cpu_temp;
162 bbc_i2c_readb(tp->client,
163 (unsigned char *) &tp->curr_cpu_temp,
167 tp
173 do_envctrl_shutdown(struct bbc_cpu_temperature *tp) argument
207 analyze_ambient_temp(struct bbc_cpu_temperature *tp, unsigned long *last_warn, int tick) argument
262 analyze_cpu_temp(struct bbc_cpu_temperature *tp, unsigned long *last_warn, int tick) argument
317 analyze_temps(struct bbc_cpu_temperature *tp, unsigned long *last_warn) argument
330 struct bbc_cpu_temperature *tp; local
467 struct bbc_cpu_temperature *tp; local
492 struct bbc_cpu_temperature *tp = kmalloc(sizeof(*tp), GFP_KERNEL); local
591 destroy_one_temp(struct bbc_cpu_temperature *tp) argument
605 struct bbc_cpu_temperature *tp; local
[all...]
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/
H A Datmsvc.h50 #define SELECT_TOP_PCR(tp) ((tp).pcr ? (tp).pcr : \
51 (tp).max_pcr && (tp).max_pcr != ATM_MAX_PCR ? (tp).max_pcr : \
52 (tp).min_pcr ? (tp).min_pcr : ATM_MAX_PCR)
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/
H A Datmsvc.h50 #define SELECT_TOP_PCR(tp) ((tp).pcr ? (tp).pcr : \
51 (tp).max_pcr && (tp).max_pcr != ATM_MAX_PCR ? (tp).max_pcr : \
52 (tp).min_pcr ? (tp).min_pcr : ATM_MAX_PCR)
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/
H A Dtg3.c122 #define RX_PKT_BUF_SZ (1536 + tp->rx_offset + 64)
124 #define RX_MINI_PKT_BUF_SZ (256 + tp->rx_offset + 64)
126 #define RX_JUMBO_PKT_BUF_SZ (9046 + tp->rx_offset + 64)
170 static void tg3_write_indirect_reg32(struct tg3 *tp, u32 off, u32 val) argument
172 if ((tp->tg3_flags & TG3_FLAG_PCIX_TARGET_HWBUG) != 0) {
175 spin_lock_irqsave(&tp->indirect_lock, flags);
176 pci_write_config_dword(tp->pdev, TG3PCI_REG_BASE_ADDR, off);
177 pci_write_config_dword(tp->pdev, TG3PCI_REG_DATA, val);
178 spin_unlock_irqrestore(&tp->indirect_lock, flags);
180 writel(val, tp
192 tg3_write_mem(struct tg3 *tp, u32 off, u32 val) argument
205 tg3_read_mem(struct tg3 *tp, u32 off, u32 *val) argument
218 tg3_disable_ints(struct tg3 *tp) argument
226 tg3_enable_ints(struct tg3 *tp) argument
239 tg3_mask_ints(struct tg3 *tp) argument
245 tg3_unmask_ints(struct tg3 *tp) argument
255 tg3_switch_clocks(struct tg3 *tp) argument
274 tg3_readphy(struct tg3 *tp, int reg, u32 *val) argument
324 tg3_writephy(struct tg3 *tp, int reg, u32 val) argument
373 tg3_phy_reset(struct tg3 *tp, int force) argument
416 tg3_set_power_state(struct tg3 *tp, int state) argument
608 tg3_link_report(struct tg3 *tp) argument
630 tg3_setup_flow_control(struct tg3 *tp, u32 local_adv, u32 remote_adv) argument
669 tg3_aux_stat_to_speed_duplex(struct tg3 *tp, u32 val, u16 *speed, u8 *duplex) argument
709 tg3_phy_copper_begin(struct tg3 *tp, int wait_for_link) argument
870 tg3_init_5401phy_dsp(struct tg3 *tp) argument
897 tg3_setup_copper_phy(struct tg3 *tp) argument
1202 tg3_fiber_aneg_smachine(struct tg3 *tp, struct tg3_fiber_aneginfo *ap) argument
1453 tg3_setup_fiber_phy(struct tg3 *tp) argument
1666 tg3_setup_phy(struct tg3 *tp) argument
1695 tg3_tx(struct tg3 *tp) argument
1754 tg3_alloc_rx_skb(struct tg3 *tp, u32 opaque_key, int src_idx, u32 dest_idx_unmasked) argument
1829 tg3_recycle_rx(struct tg3 *tp, u32 opaque_key, int src_idx, u32 dest_idx_unmasked) argument
1875 tg3_vlan_rx(struct tg3 *tp, struct sk_buff *skb, u16 vlan_tag) argument
1905 tg3_rx(struct tg3 *tp, int budget) argument
2064 struct tg3 *tp = netdev->priv; local
2113 tg3_interrupt_main_work(struct net_device *dev, struct tg3 *tp) argument
2146 struct tg3 *tp = dev->priv; local
2172 struct tg3 *tp = dev->priv; local
2191 tg3_set_txd_addr(struct tg3 *tp, int entry, dma_addr_t mapping) argument
2218 tigon3_4gb_hwbug_workaround(struct tg3 *tp, struct sk_buff *skb, u32 guilty_entry, int guilty_len, u32 last_plus_one, u32 *start, u32 mss) argument
2303 tg3_set_txd(struct tg3 *tp, int entry, dma_addr_t mapping, int len, u32 flags, u32 mss_and_is_end) argument
2360 struct tg3 *tp = dev->priv; local
2540 struct tg3 *tp = dev->priv; local
2666 struct tg3 *tp = dev->priv; local
2707 tg3_free_rings(struct tg3 *tp) argument
2792 tg3_init_rings(struct tg3 *tp) argument
2892 tg3_free_consistent(struct tg3 *tp) argument
2941 tg3_alloc_consistent(struct tg3 *tp) argument
3042 tg3_stop_block(struct tg3 *tp, unsigned long ofs, u32 enable_bit) argument
3070 tg3_abort_hw(struct tg3 *tp) argument
3137 tg3_chip_reset(struct tg3 *tp) argument
3193 tg3_stop_fw(struct tg3 *tp) argument
3214 tg3_halt(struct tg3 *tp) argument
3377 tg3_reset_cpu(struct tg3 *tp, u32 offset) argument
3425 tg3_load_firmware_cpu(struct tg3 *tp, u32 cpu_base, u32 cpu_scratch_base, int cpu_scratch_size, struct fw_info *info) argument
3471 tg3_load_5701_a0_firmware_fix(struct tg3 *tp) argument
3799 tg3_load_tso_firmware(struct tg3 *tp) argument
3857 __tg3_set_mac_addr(struct tg3 *tp) argument
3885 struct tg3 *tp = dev->priv; local
3901 tg3_set_bdinfo(struct tg3 *tp, u32 bdinfo_addr, dma_addr_t mapping, u32 maxlen_flags, u32 nic_addr) argument
3928 tg3_reset_hw(struct tg3 *tp) argument
4420 tg3_init_hw(struct tg3 *tp) argument
4441 struct tg3 *tp = (struct tg3 *) __opaque; local
4533 struct tg3 *tp = dev->priv; local
4610 struct tg3 *tp = dev->priv; local
4653 calc_crc_errors(struct tg3 *tp) argument
4679 struct tg3 *tp = dev->priv; local
4757 tg3_set_multi(struct tg3 *tp, unsigned int accept_all) argument
4768 struct tg3 *tp = dev->priv; local
4827 struct tg3 *tp = dev->priv; local
4836 tg3_get_regs(struct tg3 *tp) argument
4905 struct tg3 *tp = dev->priv; local
5296 struct tg3 *tp = dev->priv; local
5338 struct tg3 *tp = dev->priv; local
5354 struct tg3 *tp = dev->priv; local
5366 tg3_nvram_init(struct tg3 *tp) argument
5402 tg3_nvram_read_using_eeprom(struct tg3 *tp, u32 offset, u32 *val) argument
5436 tg3_nvram_read(struct tg3 *tp, u32 offset, u32 *val) argument
5529 tg3_phy_probe(struct tg3 *tp) argument
5703 tg3_read_partno(struct tg3 *tp) argument
5764 tg3_get_invariants(struct tg3 *tp) argument
6050 tg3_get_device_address(struct tg3 *tp) argument
6101 tg3_do_test_dma(struct tg3 *tp, u32 *buf, dma_addr_t buf_dma, int size, int to_device) argument
6180 tg3_test_dma(struct tg3 *tp) argument
6349 tg3_init_link_config(struct tg3 *tp) argument
6368 tg3_init_bufmgr_config(struct tg3 *tp) argument
6388 tg3_phy_string(struct tg3 *tp) argument
6409 struct tg3 *tp; local
6646 struct tg3 *tp = dev->priv; local
6686 struct tg3 *tp = dev->priv; local
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/pcmcia/
H A Dxircom_tulip_cb.c186 the 'tp->tx_full' flag.
192 the 'base' to zero. Iff the 'tp->tx_full' flag is set, it clears both the
449 struct xircom_private *tp = dev->priv; local
452 if (media_cap[tp->default_port] & MediaIsMII) {
454 tp->to_advertise = media2advert[tp->default_port - 9];
456 tp->to_advertise =
463 for (phy = 0, phy_idx = 0; phy < 32 && phy_idx < sizeof(tp->phys); phy++) {
470 int reg4 = ((mii_status >> 6) & tp->to_advertise) | ADVERTISE_CSMA;
471 tp
504 struct xircom_private *tp = dev->priv; local
533 struct xircom_private *tp; local
747 struct xircom_private *tp = dev->priv; local
798 struct xircom_private *tp = dev->priv; local
814 struct xircom_private *tp = dev->priv; local
866 struct xircom_private *tp = dev->priv; local
915 struct xircom_private *tp = dev->priv; local
967 struct xircom_private *tp = dev->priv; local
1026 struct xircom_private *tp = dev->priv; local
1059 struct xircom_private *tp = dev->priv; local
1193 struct xircom_private *tp = dev->priv; local
1293 struct xircom_private *tp = dev->priv; local
1311 struct xircom_private *tp = dev->priv; local
1349 struct xircom_private *tp = dev->priv; local
1362 struct xircom_private *tp = dev->priv; local
1460 struct xircom_private *tp = dev->priv; local
1524 struct xircom_private *tp = dev->priv; local
1663 struct xircom_private *tp = dev->priv; local
1674 struct xircom_private *tp = dev->priv; local
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/scsi/sym53c8xx_2/
H A Dsym_misc.c157 tcb_p tp = &np->target[target]; local
159 #define __tprev tp->tinfo.prev
160 #define __tcurr tp->tinfo.curr
226 void sym_update_trans_settings(hcb_p np, tcb_p tp) argument
228 bcopy(&tp->tinfo.user, &tp->tinfo.goal, sizeof(tp->tinfo.goal));
230 if (tp->inq_version >= 4) {
231 switch(tp->inq_byte56 & INQ56_CLOCKING) {
233 tp
272 tcb_p tp = &np->target[tn]; local
[all...]
/asus-wl-520gu-7.0.1.45/src/router/iproute2/lib/
H A Dinet_pton.c87 u_char tmp[INADDRSZ], *tp; local
91 *(tp = tmp) = 0;
96 u_int new = *tp * 10 + (pch - digits);
100 *tp = new;
109 *++tp = 0;
141 u_char tmp[IN6ADDRSZ], *tp, *endp, *colonp; local
146 memset((tp = tmp), '\0', IN6ADDRSZ);
147 endp = tp + IN6ADDRSZ;
174 colonp = tp;
177 if (tp
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/s390/char/
H A Dtubttyscl.c20 struct timer_list *tp = &tubp->tty_stimer; local
27 init_timer(tp);
28 tp->expires = jiffies + HZ * tubp->tty_scrolltime;
29 tp->data = (unsigned long)tubp;
30 tp->function = tty3270_scl_timeout;
31 add_timer(tp);
38 struct timer_list *tp = &tubp->tty_stimer; local
43 del_timer(tp);

Completed in 160 milliseconds

123456