Searched refs:fi (Results 1 - 25 of 44) sorted by relevance

12

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/isdn/hisax/
H A Dfsm.c54 FsmEvent(struct FsmInst *fi, int event, void *arg) argument
58 if ((fi->state>=fi->fsm->state_count) || (event >= fi->fsm->event_count)) {
60 (long)fi->state,(long)fi->fsm->state_count,event,(long)fi->fsm->event_count);
63 r = fi->fsm->jumpmatrix[fi->fsm->state_count * event + fi
81 FsmChangeState(struct FsmInst *fi, int newstate) argument
100 FsmInitTimer(struct FsmInst *fi, struct FsmTimer *ft) argument
[all...]
H A Dfsm.h44 struct FsmInst *fi; member in struct:FsmTimer
52 int FsmEvent(struct FsmInst *fi, int event, void *arg);
53 void FsmChangeState(struct FsmInst *fi, int newstate);
54 void FsmInitTimer(struct FsmInst *fi, struct FsmTimer *ft);
H A Dcallc.c213 lli_close(struct FsmInst *fi) argument
215 struct Channel *chanp = fi->userdata;
217 FsmChangeState(fi, ST_NULL);
223 lli_leased_in(struct FsmInst *fi, int event, void *arg) argument
225 struct Channel *chanp = fi->userdata;
232 FsmChangeState(fi, ST_IN_WAIT_LL);
249 FsmChangeState(fi, ST_NULL);
258 lli_init_bchan_out(struct FsmInst *fi, int event, void *arg) argument
260 struct Channel *chanp = fi->userdata;
262 FsmChangeState(fi, ST_WAIT_BCON
271 lli_prep_dialout(struct FsmInst *fi, int event, void *arg) argument
289 lli_resume(struct FsmInst *fi, int event, void *arg) argument
307 lli_go_active(struct FsmInst *fi, int event, void *arg) argument
336 lli_deliver_call(struct FsmInst *fi, int event, void *arg) argument
401 lli_send_dconnect(struct FsmInst *fi, int event, void *arg) argument
410 lli_send_alert(struct FsmInst *fi, int event, void *arg) argument
419 lli_send_redir(struct FsmInst *fi, int event, void *arg) argument
427 lli_init_bchan_in(struct FsmInst *fi, int event, void *arg) argument
442 lli_setup_rsp(struct FsmInst *fi, int event, void *arg) argument
460 lli_suspend(struct FsmInst *fi, int event, void *arg) argument
470 lli_leased_hup(struct FsmInst *fi, struct Channel *chanp) argument
486 lli_disconnect_req(struct FsmInst *fi, int event, void *arg) argument
502 lli_disconnect_reject(struct FsmInst *fi, int event, void *arg) argument
518 lli_dhup_close(struct FsmInst *fi, int event, void *arg) argument
534 lli_reject_req(struct FsmInst *fi, int event, void *arg) argument
555 lli_disconn_bchan(struct FsmInst *fi, int event, void *arg) argument
565 lli_start_disc(struct FsmInst *fi, int event, void *arg) argument
577 lli_rel_b_disc(struct FsmInst *fi, int event, void *arg) argument
586 lli_bhup_disc(struct FsmInst *fi, int event, void *arg) argument
597 lli_bhup_rel_b(struct FsmInst *fi, int event, void *arg) argument
610 lli_release_bchan(struct FsmInst *fi, int event, void *arg) argument
621 lli_rel_b_dhup(struct FsmInst *fi, int event, void *arg) argument
630 lli_bhup_dhup(struct FsmInst *fi, int event, void *arg) argument
641 lli_abort(struct FsmInst *fi, int event, void *arg) argument
651 lli_release_req(struct FsmInst *fi, int event, void *arg) argument
665 lli_rel_b_release_req(struct FsmInst *fi, int event, void *arg) argument
674 lli_bhup_release_req(struct FsmInst *fi, int event, void *arg) argument
687 lli_charge_info(struct FsmInst *fi, int event, void *arg) argument
702 lli_dchan_not_ready(struct FsmInst *fi, int event, void *arg) argument
712 lli_no_setup_rsp(struct FsmInst *fi, int event, void *arg) argument
723 lli_error(struct FsmInst *fi, int event, void *arg) argument
729 lli_failure_l(struct FsmInst *fi, int event, void *arg) argument
746 lli_rel_b_fail(struct FsmInst *fi, int event, void *arg) argument
755 lli_bhup_fail(struct FsmInst *fi, int event, void *arg) argument
766 lli_failure_a(struct FsmInst *fi, int event, void *arg) argument
1082 callc_debug(struct FsmInst *fi, char *fmt, ...) argument
[all...]
H A Disdnl2.c25 static void l2m_debug(struct FsmInst *fi, char *fmt, ...);
509 establishlink(struct FsmInst *fi) argument
511 struct PStack *st = fi->userdata;
522 FsmChangeState(fi, ST_L2_5);
526 l2_mdl_error_ua(struct FsmInst *fi, int event, void *arg) argument
529 struct PStack *st = fi->userdata;
538 l2_mdl_error_dm(struct FsmInst *fi, int event, void *arg) argument
541 struct PStack *st = fi->userdata;
547 establishlink(fi);
553 l2_st8_mdl_error_dm(struct FsmInst *fi, in argument
568 l2_go_st3(struct FsmInst *fi, int event, void *arg) argument
574 l2_mdl_assign(struct FsmInst *fi, int event, void *arg) argument
583 l2_queue_ui_assign(struct FsmInst *fi, int event, void *arg) argument
594 l2_queue_ui(struct FsmInst *fi, int event, void *arg) argument
618 l2_send_ui(struct FsmInst *fi, int event, void *arg) argument
628 l2_got_ui(struct FsmInst *fi, int event, void *arg) argument
643 l2_establish(struct FsmInst *fi, int event, void *arg) argument
652 l2_discard_i_setl3(struct FsmInst *fi, int event, void *arg) argument
662 l2_l3_reestablish(struct FsmInst *fi, int event, void *arg) argument
672 l2_release(struct FsmInst *fi, int event, void *arg) argument
680 l2_pend_rel(struct FsmInst *fi, int event, void *arg) argument
688 l2_disconnect(struct FsmInst *fi, int event, void *arg) argument
702 l2_start_multi(struct FsmInst *fi, int event, void *arg) argument
721 l2_send_UA(struct FsmInst *fi, int event, void *arg) argument
730 l2_send_DM(struct FsmInst *fi, int event, void *arg) argument
739 l2_restart_multi(struct FsmInst *fi, int event, void *arg) argument
774 l2_stop_multi(struct FsmInst *fi, int event, void *arg) argument
791 l2_connected(struct FsmInst *fi, int event, void *arg) argument
830 l2_released(struct FsmInst *fi, int event, void *arg) argument
847 l2_reestablish(struct FsmInst *fi, int event, void *arg) argument
859 l2_st5_dm_release(struct FsmInst *fi, int event, void *arg) argument
876 l2_st6_dm_release(struct FsmInst *fi, int event, void *arg) argument
934 nrerrorrecovery(struct FsmInst *fi) argument
970 l2_st7_got_super(struct FsmInst *fi, int event, void *arg) argument
1031 l2_feed_i_if_reest(struct FsmInst *fi, int event, void *arg) argument
1045 l2_feed_i_pull(struct FsmInst *fi, int event, void *arg) argument
1057 l2_feed_iqueue(struct FsmInst *fi, int event, void *arg) argument
1068 l2_got_iframe(struct FsmInst *fi, int event, void *arg) argument
1137 l2_got_tei(struct FsmInst *fi, int event, void *arg) argument
1153 l2_st5_tout_200(struct FsmInst *fi, int event, void *arg) argument
1177 l2_st6_tout_200(struct FsmInst *fi, int event, void *arg) argument
1198 l2_st7_tout_200(struct FsmInst *fi, int event, void *arg) argument
1216 l2_st8_tout_200(struct FsmInst *fi, int event, void *arg) argument
1237 l2_st7_tout_203(struct FsmInst *fi, int event, void *arg) argument
1252 l2_pull_iqueue(struct FsmInst *fi, int event, void *arg) argument
1318 l2_st8_got_super(struct FsmInst *fi, int event, void *arg) argument
1374 l2_got_FRMR(struct FsmInst *fi, int event, void *arg) argument
1391 l2_st24_tei_remove(struct FsmInst *fi, int event, void *arg) argument
1401 l2_st3_tei_remove(struct FsmInst *fi, int event, void *arg) argument
1412 l2_st5_tei_remove(struct FsmInst *fi, int event, void *arg) argument
1426 l2_st6_tei_remove(struct FsmInst *fi, int event, void *arg) argument
1438 l2_tei_remove(struct FsmInst *fi, int event, void *arg) argument
1453 l2_st14_persistant_da(struct FsmInst *fi, int event, void *arg) argument
1464 l2_st5_persistant_da(struct FsmInst *fi, int event, void *arg) argument
1477 l2_st6_persistant_da(struct FsmInst *fi, int event, void *arg) argument
1488 l2_persistant_da(struct FsmInst *fi, int event, void *arg) argument
1502 l2_set_own_busy(struct FsmInst *fi, int event, void *arg) argument
1513 l2_clear_own_busy(struct FsmInst *fi, int event, void *arg) argument
1524 l2_frame_error(struct FsmInst *fi, int event, void *arg) argument
1532 l2_frame_error_reest(struct FsmInst *fi, int event, void *arg) argument
1774 l2m_debug(struct FsmInst *fi, char *fmt, ...) argument
[all...]
H A Disdnl1.c142 l1m_debug(struct FsmInst *fi, char *fmt, ...) argument
145 struct PStack *st = fi->userdata;
440 l1_reset(struct FsmInst *fi, int event, void *arg) argument
442 FsmChangeState(fi, ST_L1_F3);
446 l1_deact_cnf(struct FsmInst *fi, int event, void *arg) argument
448 struct PStack *st = fi->userdata;
450 FsmChangeState(fi, ST_L1_F3);
456 l1_deact_req_s(struct FsmInst *fi, int event, void *arg) argument
458 struct PStack *st = fi->userdata;
460 FsmChangeState(fi, ST_L1_F
466 l1_power_up_s(struct FsmInst *fi, int event, void *arg) argument
480 l1_go_F5(struct FsmInst *fi, int event, void *arg) argument
486 l1_go_F8(struct FsmInst *fi, int event, void *arg) argument
492 l1_info2_ind(struct FsmInst *fi, int event, void *arg) argument
506 l1_info4_ind(struct FsmInst *fi, int event, void *arg) argument
528 l1_timer3(struct FsmInst *fi, int event, void *arg) argument
546 l1_timer_act(struct FsmInst *fi, int event, void *arg) argument
556 l1_timer_deact(struct FsmInst *fi, int event, void *arg) argument
567 l1_activate_s(struct FsmInst *fi, int event, void *arg) argument
575 l1_activate_no(struct FsmInst *fi, int event, void *arg) argument
637 l1_deact_req_u(struct FsmInst *fi, int event, void *arg) argument
648 l1_power_up_u(struct FsmInst *fi, int event, void *arg) argument
657 l1_info0_ind(struct FsmInst *fi, int event, void *arg) argument
663 l1_activate_u(struct FsmInst *fi, int event, void *arg) argument
697 l1b_activate(struct FsmInst *fi, int event, void *arg) argument
706 l1b_deactivate(struct FsmInst *fi, int event, void *arg) argument
715 l1b_timer_act(struct FsmInst *fi, int event, void *arg) argument
724 l1b_timer_deact(struct FsmInst *fi, int event, void *arg) argument
[all...]
H A Disdnl3.c71 l3m_debug(struct FsmInst *fi, char *fmt, ...) argument
74 struct PStack *st = fi->userdata;
433 lc_activate(struct FsmInst *fi, int event, void *arg) argument
435 struct PStack *st = fi->userdata;
437 FsmChangeState(fi, ST_L3_LC_ESTAB_WAIT);
442 lc_connect(struct FsmInst *fi, int event, void *arg) argument
444 struct PStack *st = fi->userdata;
448 FsmChangeState(fi, ST_L3_LC_ESTAB);
462 lc_connected(struct FsmInst *fi, int event, void *arg) argument
464 struct PStack *st = fi
483 lc_start_delay(struct FsmInst *fi, int event, void *arg) argument
492 lc_start_delay_check(struct FsmInst *fi, int event, void *arg) argument
504 lc_release_req(struct FsmInst *fi, int event, void *arg) argument
520 lc_release_ind(struct FsmInst *fi, int event, void *arg) argument
531 lc_release_cnf(struct FsmInst *fi, int event, void *arg) argument
[all...]
H A Dst5481_d.c64 l1_go_f3(struct FsmInst *fi, int event, void *arg) argument
66 struct st5481_adapter *adapter = fi->userdata;
68 if (fi->state == ST_L1_F7)
71 FsmChangeState(fi, ST_L1_F3);
76 l1_go_f6(struct FsmInst *fi, int event, void *arg) argument
78 struct st5481_adapter *adapter = fi->userdata;
80 if (fi->state == ST_L1_F7)
83 FsmChangeState(fi, ST_L1_F6);
87 l1_go_f7(struct FsmInst *fi, int event, void *arg) argument
89 struct st5481_adapter *adapter = fi
98 l1_go_f8(struct FsmInst *fi, int event, void *arg) argument
109 l1_timer3(struct FsmInst *fi, int event, void *arg) argument
119 l1_ignore(struct FsmInst *fi, int event, void *arg) argument
124 l1_activate(struct FsmInst *fi, int event, void *arg) argument
170 l1m_debug(struct FsmInst *fi, char *fmt, ...) argument
216 dout_debug(struct FsmInst *fi, char *fmt, ...) argument
[all...]
H A Dhisax_isac.c265 static void l1_di(struct FsmInst *fi, int event, void *arg) argument
267 struct isac *isac = fi->userdata;
269 FsmChangeState(fi, ST_L1_RESET);
273 static void l1_di_deact_ind(struct FsmInst *fi, int event, void *arg) argument
275 struct isac *isac = fi->userdata;
277 FsmChangeState(fi, ST_L1_RESET);
282 static void l1_go_f3pdown(struct FsmInst *fi, int event, void *arg) argument
284 FsmChangeState(fi, ST_L1_F3_PDOWN);
287 static void l1_go_f3pend_deact_ind(struct FsmInst *fi, int event, void *arg) argument
289 struct isac *isac = fi
296 l1_go_f3pend(struct FsmInst *fi, int event, void *arg) argument
304 l1_go_f4(struct FsmInst *fi, int event, void *arg) argument
309 l1_go_f5(struct FsmInst *fi, int event, void *arg) argument
314 l1_go_f6(struct FsmInst *fi, int event, void *arg) argument
319 l1_go_f6_deact_ind(struct FsmInst *fi, int event, void *arg) argument
327 l1_go_f7_act_ind(struct FsmInst *fi, int event, void *arg) argument
337 l1_go_f8(struct FsmInst *fi, int event, void *arg) argument
342 l1_go_f8_deact_ind(struct FsmInst *fi, int event, void *arg) argument
350 l1_ar8(struct FsmInst *fi, int event, void *arg) argument
358 l1_timer3(struct FsmInst *fi, int event, void *arg) argument
430 l1m_debug(struct FsmInst *fi, char *fmt, ...) argument
[all...]
H A Dtei.c127 tei_id_request(struct FsmInst *fi, int event, void *arg) argument
129 struct PStack *st = fi->userdata;
148 tei_id_assign(struct FsmInst *fi, int event, void *arg) argument
150 struct PStack *ost, *st = fi->userdata;
176 tei_id_test_dup(struct FsmInst *fi, int event, void *arg) argument
178 struct PStack *ost, *st = fi->userdata;
197 tei_id_denied(struct FsmInst *fi, int event, void *arg) argument
199 struct PStack *st = fi->userdata;
211 tei_id_chk_req(struct FsmInst *fi, int event, void *arg) argument
213 struct PStack *st = fi
229 tei_id_remove(struct FsmInst *fi, int event, void *arg) argument
250 tei_id_verify(struct FsmInst *fi, int event, void *arg) argument
264 tei_id_req_tout(struct FsmInst *fi, int event, void *arg) argument
287 tei_id_ver_tout(struct FsmInst *fi, int event, void *arg) argument
394 tei_debug(struct FsmInst *fi, char *fmt, ...) argument
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/s390/net/
H A Dfsm.h91 fsm_instance *fi; member in struct:__anon2125
118 * @param fi Pointer to an FSM, previously created with init_fsm.
120 extern void kfree_fsm(fsm_instance *fi);
124 fsm_print_history(fsm_instance *fi);
127 fsm_record_history(fsm_instance *fi, int state, int event);
135 * @param fi Pointer to FSM which should receive the event.
144 fsm_event(fsm_instance *fi, int event, void *arg) argument
147 int state = atomic_read(&fi->state);
149 if ((state >= fi->f->nr_states) ||
150 (event >= fi
192 fsm_newstate(fsm_instance *fi, int newstate) argument
212 fsm_getstate(fsm_instance *fi) argument
[all...]
H A Dfsm.c89 fsm_print_history(fsm_instance *fi) argument
94 if (fi->history_size >= FSM_HISTORY_SIZE)
95 idx = fi->history_index;
97 printk(KERN_DEBUG "fsm(%s): History:\n", fi->name);
98 for (i = 0; i < fi->history_size; i++) {
99 int e = fi->history[idx].event;
100 int s = fi->history[idx++].state;
104 fi->f->state_names[s]);
107 fi->f->state_names[s],
108 fi
114 fsm_record_history(fsm_instance *fi, int state, int event) argument
125 fsm_getstate_str(fsm_instance *fi) argument
144 fsm_settimer(fsm_instance *fi, fsm_timer *this) argument
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/fc/
H A Diph5526.c76 #define DPRINTK(format, a...) {printk("%s: ", fi->name); \
79 #define ENTER(x) {printk("%s: ", fi->name); \
81 #define LEAVE(x) {printk("%s: ", fi->name); \
91 #define DPRINTK1(format, a...) {printk("%s: ", fi->name); \
99 #define DPRINTK2(format, a...) {printk("%s: ", fi->name); \
106 #define T_MSG(format, a...) {printk("%s: ", fi->name); \
140 static int initialize_register_pointers(struct fc_info *fi);
141 void clean_up_memory(struct fc_info *fi);
143 static int tachyon_init(struct fc_info *fi);
144 static int build_queues(struct fc_info *fi);
243 struct fc_info *fi = (struct fc_info *)dev->priv; local
[all...]
H A Diph5526_novram.c77 t = readl(fi->n_r.ptr_novram_hw_control_reg); \
79 writel(t, fi->n_r.ptr_novram_hw_control_reg); \
90 t = readl(fi->n_r.ptr_novram_hw_control_reg); \
92 writel(t, fi->n_r.ptr_novram_hw_control_reg); \
149 val = (readl(fi->n_r.ptr_novram_hw_status_reg) & NVDO) ? 1 : 0; \
158 static int iph5526_nr_get(struct fc_info *fi, int addr);
159 static void iph5526_nr_do_init(struct fc_info *fi);
160 static void iph5526_nr_checksum(struct fc_info *fi);
176 static void iph5526_nr_do_init(struct fc_info *fi) argument
183 fi
221 iph5526_nr_get(struct fc_info *fi, int addr) argument
269 iph5526_nr_checksum(struct fc_info *fi) argument
[all...]
H A Diph5526_ip.h19 static void rx_net_packet(struct fc_info *fi, u_char *buff_addr, int payload_size);
20 static void rx_net_mfs_packet(struct fc_info *fi, struct sk_buff *skb);
22 static int tx_ip_packet(struct sk_buff *skb, unsigned long len, struct fc_info *fi);
23 static int tx_arp_packet(char *data, unsigned long len, struct fc_info *fi);
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/ipv4/
H A Dfib_semantics.c52 #define for_fib_info() { struct fib_info *fi; \
53 for (fi = fib_info_list; fi; fi = fi->fib_next)
61 #define for_nexthops(fi) { int nhsel; const struct fib_nh * nh; \
62 for (nhsel=0, nh = (fi)->fib_nh; nhsel < (fi)->fib_nhs; nh++, nhsel++)
64 #define change_nexthops(fi) { int nhsel; struct fib_nh * nh; \
65 for (nhsel=0, nh = (struct fib_nh*)((fi)
108 free_fib_info(struct fib_info *fi) argument
123 fib_release_info(struct fib_info *fi) argument
139 nh_comp(const struct fib_info *fi, const struct fib_info *ofi) argument
228 fib_get_nhs(struct fib_info *fi, const struct rtattr *rta, const struct rtmsg *r) argument
253 fib_nh_match(struct rtmsg *r, struct nlmsghdr *nlh, struct kern_rta *rta, struct fib_info *fi) argument
347 fib_check_nh(const struct rtmsg *r, struct fib_info *fi, struct fib_nh *nh) argument
426 struct fib_info *fi = NULL; local
581 fib_semantic_match(int type, struct fib_info *fi, const struct rt_key *key, struct fib_result *res) argument
641 fib_dump_info(struct sk_buff *skb, u32 pid, u32 seq, int event, u8 tb_id, u8 type, u8 scope, void *dst, int dst_len, u8 tos, struct fib_info *fi) argument
954 struct fib_info *fi = res->fi; local
1003 fib_flag_trans(int type, int dead, u32 mask, struct fib_info *fi) argument
1019 fib_node_get_info(int type, int dead, struct fib_info *fi, u32 prefix, u32 mask, char *buffer) argument
[all...]
H A Dfib_hash.c317 static int fib_detect_death(struct fib_info *fi, int order, argument
323 n = neigh_lookup(&arp_tbl, &fi->fib_nh[0].nh_gw, fi->fib_dev);
334 *last_resort = fi;
345 struct fib_info *fi = NULL; local
366 if (next_fi->fib_priority > res->fi->fib_priority)
372 if (fi == NULL) {
373 if (next_fi != res->fi)
375 } else if (!fib_detect_death(fi, order, &last_resort, &last_idx)) {
376 if (res->fi)
439 struct fib_info *fi; local
663 struct fib_info * fi = FIB_INFO(f); local
713 struct fib_info *fi = FIB_INFO(f); local
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/decnet/
H A Ddn_fib.c41 #define for_fib_info() { struct dn_fib_info *fi;\
42 for(fi = dn_fib_info_list; fi; fi = fi->fib_next)
45 #define for_nexthops(fi) { int nhsel; const struct dn_fib_nh *nh;\
46 for(nhsel = 0, nh = (fi)->fib_nh; nhsel < (fi)->fib_nhs; nh++, nhsel++)
48 #define change_nexthops(fi) { int nhsel; struct dn_fib_nh *nh;\
49 for(nhsel = 0, nh = (struct dn_fib_nh *)((fi)
79 dn_fib_free_info(struct dn_fib_info *fi) argument
95 dn_fib_release_info(struct dn_fib_info *fi) argument
111 dn_fib_nh_comp(const struct dn_fib_info *fi, const struct dn_fib_info *ofi) argument
169 dn_fib_get_nhs(struct dn_fib_info *fi, const struct rtattr *rta, const struct rtmsg *r) argument
193 dn_fib_check_nh(const struct rtmsg *r, struct dn_fib_info *fi, struct dn_fib_nh *nh) argument
256 struct dn_fib_info *fi = NULL; local
372 struct dn_fib_info *fi = res->fi; local
[all...]
H A Ddn_table.c61 #define for_nexthops(fi) { int nhsel; const struct dn_fib_nh *nh;\
62 for(nhsel = 0, nh = (fi)->fib_nh; nhsel < (fi)->fib_nhs; nh++, nhsel++)
64 #define endfor_nexthops(fi) }
229 static int dn_fib_nh_match(struct rtmsg *r, struct nlmsghdr *nlh, struct dn_kern_rta *rta, struct dn_fib_info *fi) argument
234 if (rta->rta_priority && *rta->rta_priority != fi->fib_priority)
238 if ((!rta->rta_oif || *rta->rta_oif == fi->fib_nh->nh_oif) &&
239 (!rta->rta_gw || memcmp(rta->rta_gw, &fi->fib_nh->nh_gw, 2) == 0))
250 for_nexthops(fi) {
265 } endfor_nexthops(fi);
270 dn_fib_dump_info(struct sk_buff *skb, u32 pid, u32 seq, int event, u8 tb_id, u8 type, u8 scope, void *dst, int dst_len, struct dn_fib_info *fi) argument
442 struct dn_fib_info *fi; local
612 struct dn_fib_info *fi = DN_FIB_INFO(f); local
663 struct dn_fib_info *fi = DN_FIB_INFO(f); local
743 dn_fib_flag_trans(int type, int dead, u16 mask, struct dn_fib_info *fi) argument
759 dn_fib_node_get_info(int type, int dead, struct dn_fib_info *fi, u16 prefix, u16 mask, char *buffer) argument
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/ieee1394/
H A Draw1394.c95 struct file_info *fi = req->file_info; local
97 spin_lock_irqsave(&fi->reqlists_lock, flags);
99 list_add_tail(&req->list, &fi->req_complete);
100 spin_unlock_irqrestore(&fi->reqlists_lock, flags);
102 up(&fi->complete_sem);
103 wake_up_interruptible(&fi->poll_wait_complete);
201 struct file_info *fi; local
209 fi = list_entry(lh, struct file_info, list);
213 req->file_info = fi;
218 if (fi
236 struct file_info *fi; local
305 struct file_info *fi; local
372 struct file_info *fi = (struct file_info *)file->private_data; local
414 state_opened(struct file_info *fi, struct pending_request *req) argument
439 state_initialized(struct file_info *fi, struct pending_request *req) argument
528 handle_iso_listen(struct file_info *fi, struct pending_request *req) argument
562 handle_fcp_listen(struct file_info *fi, struct pending_request *req) argument
582 handle_local_request(struct file_info *fi, struct pending_request *req, int node) argument
658 handle_remote_request(struct file_info *fi, struct pending_request *req, int node) argument
763 handle_iso_send(struct file_info *fi, struct pending_request *req, int channel) argument
806 state_connected(struct file_info *fi, struct pending_request *req) argument
855 struct file_info *fi = (struct file_info *)file->private_data; local
897 struct file_info *fi = file->private_data; local
913 struct file_info *fi; local
940 struct file_info *fi = file->private_data; local
[all...]
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/net/
H A Ddn_fib.h37 struct dn_fib_info *fi; member in struct:dn_fib_res
71 #define DN_FIB_RES_NH(res) ((res).fi->fib_nh[(res).nh_sel])
134 extern int dn_fib_semantic_match(int type, struct dn_fib_info *fi,
136 extern void dn_fib_release_info(struct dn_fib_info *fi);
178 extern void dn_fib_free_info(struct dn_fib_info *fi);
180 static __inline__ void dn_fib_info_put(struct dn_fib_info *fi) argument
182 if (atomic_dec_and_test(&fi->fib_clntref))
183 dn_fib_free_info(fi);
188 if (res->fi)
189 dn_fib_info_put(res->fi);
[all...]
H A Dip_fib.h92 struct fib_info *fi; member in struct:fib_result
101 #define FIB_RES_NH(res) ((res).fi->fib_nh[(res).nh_sel])
106 #define FIB_RES_NH(res) ((res).fi->fib_nh[0])
111 #define FIB_RES_PREFSRC(res) ((res).fi->fib_prefsrc ? : __fib_res_prefsrc(&res))
216 extern int fib_nh_match(struct rtmsg *r, struct nlmsghdr *, struct kern_rta *rta, struct fib_info *fi);
219 struct fib_info *fi);
224 extern void fib_node_get_info(int type, int dead, struct fib_info *fi, u32 prefix, u32 mask, char *buffer);
260 extern void free_fib_info(struct fib_info *fi);
262 static inline void fib_info_put(struct fib_info *fi) argument
264 if (atomic_dec_and_test(&fi
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/net/
H A Ddn_fib.h37 struct dn_fib_info *fi; member in struct:dn_fib_res
71 #define DN_FIB_RES_NH(res) ((res).fi->fib_nh[(res).nh_sel])
134 extern int dn_fib_semantic_match(int type, struct dn_fib_info *fi,
136 extern void dn_fib_release_info(struct dn_fib_info *fi);
178 extern void dn_fib_free_info(struct dn_fib_info *fi);
180 static __inline__ void dn_fib_info_put(struct dn_fib_info *fi) argument
182 if (atomic_dec_and_test(&fi->fib_clntref))
183 dn_fib_free_info(fi);
188 if (res->fi)
189 dn_fib_info_put(res->fi);
[all...]
H A Dip_fib.h92 struct fib_info *fi; member in struct:fib_result
101 #define FIB_RES_NH(res) ((res).fi->fib_nh[(res).nh_sel])
106 #define FIB_RES_NH(res) ((res).fi->fib_nh[0])
111 #define FIB_RES_PREFSRC(res) ((res).fi->fib_prefsrc ? : __fib_res_prefsrc(&res))
216 extern int fib_nh_match(struct rtmsg *r, struct nlmsghdr *, struct kern_rta *rta, struct fib_info *fi);
219 struct fib_info *fi);
224 extern void fib_node_get_info(int type, int dead, struct fib_info *fi, u32 prefix, u32 mask, char *buffer);
260 extern void free_fib_info(struct fib_info *fi);
262 static inline void fib_info_put(struct fib_info *fi) argument
264 if (atomic_dec_and_test(&fi
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/udf/
H A Ddirectory.c81 struct fileIdentDesc *fi; local
139 fi = udf_get_fileident(fibh->sbh->b_data, dir->i_sb->s_blocksize,
142 if (!fi)
149 memcpy((uint8_t *)cfi, (uint8_t *)fi, sizeof(struct fileIdentDesc));
180 memcpy((uint8_t *)cfi, (uint8_t *)fi, - fibh->soffset);
192 memcpy((uint8_t *)cfi, (uint8_t *)fi, sizeof(struct fileIdentDesc));
195 return fi;
201 struct fileIdentDesc *fi; local
216 fi=(struct fileIdentDesc *)ptr;
217 if (le16_to_cpu(fi
[all...]
H A Dnamei.c146 struct fileIdentDesc *fi=NULL; local
193 fi = udf_fileident_read(dir, &f_pos, fibh, cfi, &bloc, &extoffset, &eloc, &elen, &offset, &bh);
195 if (!fi)
209 nameptr = fi->fileIdent + liu;
222 memcpy(nameptr, fi->fileIdent + liu, lfi - poffset);
247 return fi;
294 struct fileIdentDesc cfi, *fi; local
312 if ((fi = udf_find_entry(dir, dentry, &fibh, &cfi)))
332 struct fileIdentDesc *fi=NULL; local
417 fi
615 udf_delete_entry(struct inode *inode, struct fileIdentDesc *fi, struct udf_fileident_bh *fibh, struct fileIdentDesc *cfi) argument
628 struct fileIdentDesc cfi, *fi; local
673 struct fileIdentDesc cfi, *fi; local
715 struct fileIdentDesc cfi, *fi; local
775 struct fileIdentDesc *fi, cfi; local
842 struct fileIdentDesc *fi, cfi; local
885 struct fileIdentDesc *fi; local
934 struct fileIdentDesc *fi; local
1099 struct fileIdentDesc cfi, *fi; local
[all...]

Completed in 199 milliseconds

12