Home
last modified time | relevance | path

Searched defs:vcc (Results 1 – 25 of 85) sorted by relevance

1234

/openbmc/linux/net/atm/
H A Dcommon.c45 struct atm_vcc *vcc = atm_sk(sk); in __vcc_insert_socket() local
102 struct atm_vcc *vcc = atm_sk(sk); in vcc_writable() local
127 struct atm_vcc *vcc = atm_sk(sk); in vcc_release_cb() local
143 struct atm_vcc *vcc; in vcc_create() local
175 struct atm_vcc *vcc = atm_sk(sk); in vcc_destroy_socket() local
271 struct atm_vcc *vcc; in atm_dev_release_vccs() local
526 struct atm_vcc *vcc; in vcc_recvmsg() local
572 struct atm_vcc *vcc; in vcc_sendmsg() local
654 struct atm_vcc *vcc; in vcc_poll() local
750 struct atm_vcc *vcc; in vcc_setsockopt() local
[all …]
H A Draw.c23 static void atm_push_raw(struct atm_vcc *vcc, struct sk_buff *skb) in atm_push_raw()
33 static void atm_pop_raw(struct atm_vcc *vcc, struct sk_buff *skb) in atm_pop_raw()
44 static int atm_send_aal0(struct atm_vcc *vcc, struct sk_buff *skb) in atm_send_aal0()
62 int atm_init_aal0(struct atm_vcc *vcc) in atm_init_aal0()
71 int atm_init_aal34(struct atm_vcc *vcc) in atm_init_aal34()
83 int atm_init_aal5(struct atm_vcc *vcc) in atm_init_aal5()
H A Dsignaling.c37 static void modify_qos(struct atm_vcc *vcc, struct atmsvc_msg *msg) in modify_qos()
64 static int sigd_send(struct atm_vcc *vcc, struct sk_buff *skb) in sigd_send()
142 void sigd_enq2(struct atm_vcc *vcc, enum atmsvc_msg_type type, in sigd_enq2()
179 void sigd_enq(struct atm_vcc *vcc, enum atmsvc_msg_type type, in sigd_enq()
187 static void purge_vcc(struct atm_vcc *vcc) in purge_vcc()
197 static void sigd_close(struct atm_vcc *vcc) in sigd_close()
233 int sigd_attach(struct atm_vcc *vcc) in sigd_attach()
H A Dsvc.c51 static void svc_disconnect(struct atm_vcc *vcc) in svc_disconnect()
83 struct atm_vcc *vcc; in svc_release() local
106 struct atm_vcc *vcc; in svc_bind() local
162 struct atm_vcc *vcc = ATM_SD(sock); in svc_connect() local
291 struct atm_vcc *vcc = ATM_SD(sock); in svc_listen() local
437 int svc_change_qos(struct atm_vcc *vcc, struct atm_qos *qos) in svc_change_qos()
462 struct atm_vcc *vcc = ATM_SD(sock); in svc_setsockopt() local
536 struct atm_vcc *vcc = ATM_SD(sock); in svc_addparty() local
565 struct atm_vcc *vcc = ATM_SD(sock); in svc_dropparty() local
592 struct atm_vcc *vcc = ATM_SD(sock); in svc_ioctl() local
H A Dclip.c167 struct atm_vcc *vcc; in clip_arp_rcv() local
319 static int clip_encap(struct atm_vcc *vcc, int mode) in clip_encap()
335 struct atm_vcc *vcc; in clip_start_xmit() local
415 static int clip_mkip(struct atm_vcc *vcc, int timeout) in clip_mkip()
444 static int clip_setentry(struct atm_vcc *vcc, __be32 ip) in clip_setentry()
607 static void atmarpd_close(struct atm_vcc *vcc) in atmarpd_close()
633 static int atm_init_atmarp(struct atm_vcc *vcc) in atm_init_atmarp()
658 struct atm_vcc *vcc = ATM_SD(sock); in clip_ioctl() local
786 struct clip_vcc *vcc; member
809 struct clip_vcc *vcc = state->vcc; in clip_seq_vcc_walk() local
[all …]
H A Dlec.c181 lec_send(struct atm_vcc *vcc, struct sk_buff *skb) in lec_send()
210 struct atm_vcc *vcc; in lec_start_xmit() local
467 static void lec_atm_close(struct atm_vcc *vcc) in lec_atm_close()
574 static int lec_is_data_direct(struct atm_vcc *vcc) in lec_is_data_direct()
991 struct atm_vcc *vcc = ATM_SD(sock); in lane_ioctl() local
1250 struct atm_vcc *vcc = entry->vcc; in lec_arp_clear_vccs() local
1264 struct atm_vcc *vcc = entry->recv_vcc; in lec_arp_clear_vccs() local
1671 struct atm_vcc *vcc = entry->vcc; in lec_arp_check_expire() local
1924 struct atm_vcc *vcc, in lec_vcc_added()
2068 struct atm_vcc *vcc = entry->vcc; in lec_flush_complete() local
[all …]
H A Dproc.c141 static void pvc_info(struct seq_file *seq, struct atm_vcc *vcc) in pvc_info()
170 static const char *vcc_state(struct atm_vcc *vcc) in vcc_state()
177 static void vcc_info(struct seq_file *seq, struct atm_vcc *vcc) in vcc_info()
204 static void svc_info(struct seq_file *seq, struct atm_vcc *vcc) in svc_info()
256 struct atm_vcc *vcc = atm_sk(state->sk); in pvc_seq_show() local
278 struct atm_vcc *vcc = atm_sk(state->sk); in vcc_seq_show() local
301 struct atm_vcc *vcc = atm_sk(state->sk); in svc_seq_show() local
H A Dmpc.c142 static struct mpoa_client *find_mpc_by_vcc(struct atm_vcc *vcc) in find_mpc_by_vcc()
605 static int atm_mpoa_vcc_attach(struct atm_vcc *vcc, void __user *arg) in atm_mpoa_vcc_attach()
654 static void mpc_vcc_close(struct atm_vcc *vcc, struct net_device *dev) in mpc_vcc_close()
685 static void mpc_push(struct atm_vcc *vcc, struct sk_buff *skb) in mpc_push()
795 static int atm_mpoa_mpoad_attach(struct atm_vcc *vcc, int arg) in atm_mpoa_mpoad_attach()
869 static void mpoad_close(struct atm_vcc *vcc) in mpoad_close()
908 static int msg_from_mpoad(struct atm_vcc *vcc, struct sk_buff *skb) in msg_from_mpoad()
1247 static void purge_egress_shortcut(struct atm_vcc *vcc, eg_cache_entry *entry) in purge_egress_shortcut()
1448 struct atm_vcc *vcc = ATM_SD(sock); in atm_mpoa_ioctl() local
H A Datm_misc.c15 int atm_charge(struct atm_vcc *vcc, int truesize) in atm_charge()
26 struct sk_buff *atm_alloc_charge(struct atm_vcc *vcc, int pdu_size, in atm_alloc_charge()
H A Dmpoa_caches.c77 static in_cache_entry *in_cache_get_by_vcc(struct atm_vcc *vcc, in in_cache_get_by_vcc()
193 struct atm_vcc *vcc; in in_cache_remove_entry() local
374 static eg_cache_entry *eg_cache_get_by_vcc(struct atm_vcc *vcc, in eg_cache_get_by_vcc()
428 struct atm_vcc *vcc; in eg_cache_remove_entry() local
H A Dpvc.c32 struct atm_vcc *vcc; in pvc_bind() local
93 struct atm_vcc *vcc = ATM_SD(sock); in pvc_getname() local
/openbmc/linux/drivers/atm/
H A Datmtcp.c25 struct atm_vcc *vcc; /* control VCC; NULL if detached */ member
43 static int atmtcp_send_control(struct atm_vcc *vcc,int type, in atmtcp_send_control()
91 struct atm_vcc *vcc = *(struct atm_vcc **) &msg->vcc; in atmtcp_recv_control() local
120 static int atmtcp_v_open(struct atm_vcc *vcc) in atmtcp_v_open()
144 static void atmtcp_v_close(struct atm_vcc *vcc) in atmtcp_v_close()
160 struct atm_vcc *vcc; in atmtcp_v_ioctl() local
191 static int atmtcp_v_send(struct atm_vcc *vcc,struct sk_buff *skb) in atmtcp_v_send()
246 static void atmtcp_c_close(struct atm_vcc *vcc) in atmtcp_c_close()
266 struct atm_vcc *vcc; in find_vcc() local
384 static int atmtcp_attach(struct atm_vcc *vcc,int itf) in atmtcp_attach()
[all …]
H A Deni.c307 static void rx_ident_err(struct atm_vcc *vcc) in rx_ident_err()
506 static int rx_aal0(struct atm_vcc *vcc) in rx_aal0()
543 static int rx_aal5(struct atm_vcc *vcc) in rx_aal5()
679 struct atm_vcc *vcc; in get_service() local
724 struct atm_vcc *vcc; in dequeue_rx() local
835 static void close_rx(struct atm_vcc *vcc) in close_rx()
1029 struct atm_vcc *vcc; in do_tx() local
1209 struct atm_vcc *vcc; in dequeue_tx() local
1390 static void close_tx(struct atm_vcc *vcc) in close_tx()
1910 static int eni_open(struct atm_vcc *vcc) in eni_open()
[all …]
H A Diphase.c235 static void clear_lockup (struct atm_vcc *vcc, IADEV *dev) { in clear_lockup()
575 static void ia_cbrVc_close (struct atm_vcc *vcc) { in ia_cbrVc_close()
616 struct atm_vcc *vcc; in ia_que_tx() local
639 struct atm_vcc *vcc = NULL; in ia_tx_poll() local
1098 struct atm_vcc *vcc; local
1275 struct atm_vcc *vcc; local
1375 static int open_rx(struct atm_vcc *vcc)
1689 struct atm_vcc *vcc; local
1747 static int open_tx(struct atm_vcc *vcc)
2609 static void ia_close(struct atm_vcc *vcc)
[all …]
H A Didt77252.c549 struct atm_vcc *vcc; in idt77252_tx_dump() local
671 struct atm_vcc *vcc; in free_scq() local
723 struct atm_vcc *vcc = vc->tx_vcc; in push_on_scq() local
795 struct atm_vcc *vcc; in drain_scq() local
833 struct atm_vcc *vcc; in queue_skb() local
1013 struct atm_vcc *vcc; in dequeue_rx() local
1241 struct atm_vcc *vcc; in idt77252_rx_raw() local
2239 struct atm_vcc *vcc, struct atm_qos *qos) in idt77252_init_tx()
2380 idt77252_open(struct atm_vcc *vcc) in idt77252_open()
2482 idt77252_close(struct atm_vcc *vcc) in idt77252_close()
[all …]
H A Dadummy.c90 adummy_open(struct atm_vcc *vcc) in adummy_open()
105 adummy_close(struct atm_vcc *vcc) in adummy_close()
112 adummy_send(struct atm_vcc *vcc, struct sk_buff *skb) in adummy_send()
H A Dnicstar.c900 static void free_scq(ns_dev *card, scq_info *scq, struct atm_vcc *vcc) in free_scq()
1226 static int ns_open(struct atm_vcc *vcc) in ns_open()
1408 static void ns_close(struct atm_vcc *vcc) in ns_close()
1621 static int _ns_send(struct atm_vcc *vcc, struct sk_buff *skb, bool may_sleep) in _ns_send()
1717 static int ns_send(struct atm_vcc *vcc, struct sk_buff *skb) in ns_send()
1722 static int ns_send_bh(struct atm_vcc *vcc, struct sk_buff *skb) in ns_send_bh()
1916 struct atm_vcc *vcc; in drain_scq() local
1980 struct atm_vcc *vcc; in dequeue_rx() local
H A Dsolos-pci.c92 struct atm_vcc *vcc; member
173 static inline void solos_pop(struct atm_vcc *vcc, struct sk_buff *skb) in solos_pop()
775 struct atm_vcc *vcc; in solos_bh() local
900 struct atm_vcc *vcc = NULL; in find_vcc() local
918 static int popen(struct atm_vcc *vcc) in popen()
951 static void pclose(struct atm_vcc *vcc) in pclose()
1029 struct atm_vcc *vcc) in fpga_queue()
1054 struct atm_vcc *vcc; in fpga_tx() local
1137 static int psend(struct atm_vcc *vcc, struct sk_buff *skb) in psend()
H A Dfore200e.c772 struct atm_vcc* vcc; in fore200e_tx_irq() local
960 fore200e_push_rpd(struct fore200e* fore200e, struct atm_vcc* vcc, struct rpd* rpd) in fore200e_push_rpd()
1089 struct atm_vcc* vcc; in fore200e_rx_irq() local
1210 fore200e_select_scheme(struct atm_vcc* vcc) in fore200e_select_scheme()
1223 fore200e_activate_vcin(struct fore200e* fore200e, int activate, struct atm_vcc* vcc, int mtu) in fore200e_activate_vcin()
1304 fore200e_open(struct atm_vcc *vcc) in fore200e_open()
1413 fore200e_close(struct atm_vcc* vcc) in fore200e_close()
1465 fore200e_send(struct atm_vcc *vcc, struct sk_buff *skb) in fore200e_send()
1883 fore200e_change_qos(struct atm_vcc* vcc,struct atm_qos* qos, int flags) in fore200e_change_qos()
2711 struct atm_vcc* vcc; in fore200e_proc_read() local
/openbmc/linux/drivers/usb/atm/
H A Dusbatm.c135 struct atm_vcc *vcc; member
183 static inline void usbatm_pop(struct atm_vcc *vcc, struct sk_buff *skb) in usbatm_pop()
293 struct atm_vcc *vcc; in usbatm_extract_one_cell() local
459 struct atm_vcc *vcc = ctrl->atm.vcc; in usbatm_write_cells() local
600 struct atm_vcc *vcc = UDSL_SKB(skb)->atm.vcc; in usbatm_tx_process() local
621 struct atm_vcc *vcc) in usbatm_cancel_send()
644 static int usbatm_atm_send(struct atm_vcc *vcc, struct sk_buff *skb) in usbatm_atm_send()
770 static int usbatm_atm_open(struct atm_vcc *vcc) in usbatm_atm_open()
849 static void usbatm_atm_close(struct atm_vcc *vcc) in usbatm_atm_close()
/openbmc/linux/include/linux/
H A Datmdev.h135 static inline struct sock *sk_atm(struct atm_vcc *vcc) in sk_atm()
207 struct atm_vcc *vcc; /* ATM VCC */ member
237 static inline void atm_account_tx(struct atm_vcc *vcc, struct sk_buff *skb) in atm_account_tx()
252 static inline void atm_force_charge(struct atm_vcc *vcc,int truesize) in atm_force_charge()
258 static inline void atm_return(struct atm_vcc *vcc,int truesize) in atm_return()
264 static inline int atm_may_send(struct atm_vcc *vcc,unsigned int size) in atm_may_send()
/openbmc/linux/include/net/
H A Datmclip.h18 #define CLIP_VCC(vcc) ((struct clip_vcc *) ((vcc)->user_back)) argument
23 struct atm_vcc *vcc; /* VCC descriptor */ member
/openbmc/linux/drivers/leds/
H A Dleds-regulator.c27 struct regulator *vcc; member
130 struct regulator *vcc; in regulator_led_probe() local
/openbmc/linux/arch/arm/boot/dts/nxp/lpc/
H A Dlpc4350-hitex-eval.dts121 vcc: vcc_fixed { label
H A Dlpc4357-ea4357-devkit.dts41 vcc: vcc_fixed { label

1234