Searched refs:vcc (Results 26 - 50 of 153) sorted by relevance

1234567

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/sched/
H A Dsch_atm.c41 #define VCC2FLOW(vcc) ((struct atm_flow_data *) ((vcc)->user_back))
46 struct atm_vcc *vcc; /* VCC; NULL if VCC is closed */ member in struct:atm_flow_data
47 void (*old_pop)(struct atm_vcc *vcc,
150 flow->vcc->pop = flow->old_pop;
163 static void sch_atm_pop(struct atm_vcc *vcc, struct sk_buff *skb) argument
165 struct atm_qdisc_data *p = VCC2FLOW(vcc)->parent;
167 pr_debug("sch_atm_pop(vcc %p,skb %p,[qdisc %p])\n", vcc, skb, p);
168 VCC2FLOW(vcc)
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/atm/
H A Didt77252.c121 static int idt77252_open(struct atm_vcc *vcc);
122 static void idt77252_close(struct atm_vcc *vcc);
123 static int idt77252_send(struct atm_vcc *vcc, struct sk_buff *skb);
124 static int idt77252_send_oam(struct atm_vcc *vcc, void *cell,
129 static int idt77252_change_qos(struct atm_vcc *vcc, struct atm_qos *qos,
540 struct atm_vcc *vcc; local
550 vcc = NULL;
552 vcc = vc->rx_vcc;
554 vcc = vc->tx_vcc;
556 if (!vcc)
663 struct atm_vcc *vcc; local
715 struct atm_vcc *vcc = vc->tx_vcc; local
787 struct atm_vcc *vcc; local
825 struct atm_vcc *vcc; local
1005 struct atm_vcc *vcc; local
1235 struct atm_vcc *vcc; local
1941 idt77252_send_skb(struct atm_vcc *vcc, struct sk_buff *skb, int oam) argument
1991 idt77252_send(struct atm_vcc *vcc, struct sk_buff *skb) argument
1997 idt77252_send_oam(struct atm_vcc *vcc, void *cell, int flags) argument
2140 idt77252_init_cbr(struct idt77252_dev *card, struct vc_map *vc, struct atm_vcc *vcc, struct atm_qos *qos) argument
2210 idt77252_init_ubr(struct idt77252_dev *card, struct vc_map *vc, struct atm_vcc *vcc, struct atm_qos *qos) argument
2242 idt77252_init_tx(struct idt77252_dev *card, struct vc_map *vc, struct atm_vcc *vcc, struct atm_qos *qos) argument
2320 idt77252_init_rx(struct idt77252_dev *card, struct vc_map *vc, struct atm_vcc *vcc, struct atm_qos *qos) argument
2384 idt77252_open(struct atm_vcc *vcc) argument
2486 idt77252_close(struct atm_vcc *vcc) argument
2570 idt77252_change_qos(struct atm_vcc *vcc, struct atm_qos *qos, int flags) argument
2667 struct atm_vcc *vcc; local
[all...]
H A Dnicstar.c127 static void free_scq(ns_dev *card, scq_info * scq, struct atm_vcc *vcc);
130 static int ns_open(struct atm_vcc *vcc);
131 static void ns_close(struct atm_vcc *vcc);
133 static int ns_send(struct atm_vcc *vcc, struct sk_buff *skb);
908 /* For variable rate SCQ vcc must be NULL */
909 static void free_scq(ns_dev *card, scq_info *scq, struct atm_vcc *vcc) argument
916 vcc = ATM_SKB(scq->skb[i])->vcc;
917 if (vcc->pop != NULL)
918 vcc
1247 ns_open(struct atm_vcc *vcc) argument
1429 ns_close(struct atm_vcc *vcc) argument
1642 ns_send(struct atm_vcc *vcc, struct sk_buff *skb) argument
1925 struct atm_vcc *vcc; local
1989 struct atm_vcc *vcc; local
[all...]
H A Dhorizon.c266 (vcc->dev_data) structure and is "cached" on the card.
794 if (ATM_SKB(skb)->vcc->pop) {
795 ATM_SKB(skb)->vcc->pop (ATM_SKB(skb)->vcc, skb);
965 struct atm_vcc * vcc = ATM_SKB(skb)->vcc; local
967 atomic_inc(&vcc->stats->rx);
970 vcc->push (vcc, skb);
1106 atomic_inc(&ATM_SKB(skb)->vcc
1379 setup_idle_tx_channel(hrz_dev * dev, hrz_vcc * vcc) argument
1492 hrz_vcc * vcc = HRZ_VCC(atm_vcc); local
2027 hrz_vcc vcc; local
2304 hrz_vcc * vcc = HRZ_VCC(atm_vcc); local
[all...]
H A Dfirestream.c349 if (ATM_SKB(skb)->vcc->pop)
350 ATM_SKB(skb)->vcc->pop (ATM_SKB(skb)->vcc, skb);
697 if (skb == FS_VCC (ATM_SKB(skb)->vcc)->last_skb) {
698 wake_up_interruptible (& FS_VCC (ATM_SKB(skb)->vcc)->close_wait);
699 FS_VCC (ATM_SKB(skb)->vcc)->last_skb = NULL;
711 atomic_inc(&ATM_SKB(skb)->vcc->stats->tx);
773 ATM_SKB(skb)->vcc = atm_vcc;
817 struct fs_vcc *vcc; local
833 fs_dprintk (FS_DEBUG_OPEN, "fs: open on dev: %p, vcc a
1057 struct fs_vcc *vcc = FS_VCC (atm_vcc); local
1109 struct fs_vcc *vcc = FS_VCC (atm_vcc); local
1817 struct fs_vcc *vcc; local
[all...]
H A Dhe.c98 static int he_open(struct atm_vcc *vcc);
99 static void he_close(struct atm_vcc *vcc);
100 static int he_send(struct atm_vcc *vcc, struct sk_buff *skb);
331 struct atm_vcc *vcc; local
342 vcc = atm_sk(s);
343 if (vcc->dev == he_dev->atm_dev &&
344 vcc->vci == vci && vcc->vpi == vpi &&
345 vcc->qos.rxtp.traffic_class != ATM_NONE) {
346 return vcc;
1668 struct atm_vcc *vcc = NULL; local
2131 he_open(struct atm_vcc *vcc) argument
2344 he_close(struct atm_vcc *vcc) argument
2502 he_send(struct atm_vcc *vcc, struct sk_buff *skb) argument
[all...]
H A Deni.h52 int (*rx)(struct atm_vcc *vcc); /* RX function, NULL if none */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/orinoco/
H A Dspectrum_cs.c217 unsigned int vcc,
225 if (cfg->vcc.present & (1 << CISTPL_POWER_VNOM)) {
226 if (vcc != cfg->vcc.param[CISTPL_POWER_VNOM] / 10000) {
227 DEBUG(2, "%s: Vcc mismatch (vcc = %d, CIS = %d)\n",
228 __func__, vcc,
229 cfg->vcc.param[CISTPL_POWER_VNOM] / 10000);
233 } else if (dflt->vcc.present & (1 << CISTPL_POWER_VNOM)) {
234 if (vcc != dflt->vcc
214 spectrum_cs_config_check(struct pcmcia_device *p_dev, cistpl_cftable_entry_t *cfg, cistpl_cftable_entry_t *dflt, unsigned int vcc, void *priv_data) argument
[all...]
H A Dorinoco_cs.c153 unsigned int vcc,
161 if (cfg->vcc.present & (1 << CISTPL_POWER_VNOM)) {
162 if (vcc != cfg->vcc.param[CISTPL_POWER_VNOM] / 10000) {
163 DEBUG(2, "%s: Vcc mismatch (vcc = %d, CIS = %d)\n",
164 __func__, vcc,
165 cfg->vcc.param[CISTPL_POWER_VNOM] / 10000);
169 } else if (dflt->vcc.present & (1 << CISTPL_POWER_VNOM)) {
170 if (vcc != dflt->vcc
150 orinoco_cs_config_check(struct pcmcia_device *p_dev, cistpl_cftable_entry_t *cfg, cistpl_cftable_entry_t *dflt, unsigned int vcc, void *priv_data) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/isdn/hisax/
H A Dsedlbauer_cs.c171 unsigned int vcc,
185 if (cfg->vcc.present & (1<<CISTPL_POWER_VNOM)) {
186 if (vcc != cfg->vcc.param[CISTPL_POWER_VNOM]/10000)
188 } else if (dflt->vcc.present & (1<<CISTPL_POWER_VNOM)) {
189 if (vcc != dflt->vcc.param[CISTPL_POWER_VNOM]/10000)
168 sedlbauer_config_check(struct pcmcia_device *p_dev, cistpl_cftable_entry_t *cfg, cistpl_cftable_entry_t *dflt, unsigned int vcc, void *priv_data) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/host/
H A Dsl811_cs.c137 unsigned int vcc,
145 if (cfg->vcc.present & (1<<CISTPL_POWER_VNOM)) {
146 if (cfg->vcc.param[CISTPL_POWER_VNOM]/10000 != vcc)
148 } else if (dflt->vcc.present & (1<<CISTPL_POWER_VNOM)) {
149 if (dflt->vcc.param[CISTPL_POWER_VNOM]/10000 != vcc)
134 sl811_cs_config_check(struct pcmcia_device *p_dev, cistpl_cftable_entry_t *cfg, cistpl_cftable_entry_t *dflt, unsigned int vcc, void *priv_data) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Datmsvc.h24 atm_kptr_t vcc; member in struct:atmsvc_msg
H A Dfsl_devices.h91 int(*voltage_set)(int slot, int vcc, int vpp);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/pcmcia/
H A Dau1000_pb1x00.c179 configure->vcc, configure->vpp, pcr);
180 switch(configure->vcc){
204 configure->vcc,
232 configure->vcc,
260 configure->vcc,
268 __func__, configure->vcc);
H A Dm8xx_pcmcia.c276 static int voltage_set(int slot, int vcc, int vpp) argument
280 switch (vcc) {
298 if (vcc == vpp)
309 if (!((vcc == 50) || (vcc == 0)))
339 static int voltage_set(int slot, int vcc, int vpp) argument
343 switch (vcc) {
361 if (vcc == vpp)
367 if ((vcc == 33) || (vcc
417 voltage_set(int slot, int vcc, int vpp) argument
431 voltage_set(int slot, int vcc, int vpp) argument
489 voltage_set(int slot, int vcc, int vpp) argument
[all...]
H A Dau1000_generic.h60 vcc: 8, member in struct:pcmcia_configure
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/atm/
H A Dmpc.c76 static void purge_egress_shortcut(struct atm_vcc *vcc, eg_cache_entry *entry);
79 static void mpoad_close(struct atm_vcc *vcc);
80 static int msg_from_mpoad(struct atm_vcc *vcc, struct sk_buff *skb);
82 static void mpc_push(struct atm_vcc *vcc, struct sk_buff *skb);
131 static struct mpoa_client *find_mpc_by_vcc(struct atm_vcc *vcc) argument
137 if (mpc->mpoad_vcc == vcc)
595 static int atm_mpoa_vcc_attach(struct atm_vcc *vcc, void __user *arg) argument
629 in_entry->shortcut = vcc;
635 vcc->proto_data = mpc->dev;
636 vcc
644 mpc_vcc_close(struct atm_vcc *vcc, struct net_device *dev) argument
675 mpc_push(struct atm_vcc *vcc, struct sk_buff *skb) argument
785 atm_mpoa_mpoad_attach(struct atm_vcc *vcc, int arg) argument
860 mpoad_close(struct atm_vcc *vcc) argument
899 msg_from_mpoad(struct atm_vcc *vcc, struct sk_buff *skb) argument
1239 purge_egress_shortcut(struct atm_vcc *vcc, eg_cache_entry *entry) argument
1437 struct atm_vcc *vcc = ATM_SD(sock); local
[all...]
H A Dmpoa_caches.c66 static in_cache_entry *in_cache_get_by_vcc(struct atm_vcc *vcc, argument
74 if (entry->shortcut == vcc) {
183 struct atm_vcc *vcc; local
186 vcc = entry->shortcut;
203 if (vcc != NULL) {
204 eg_cache_entry *eg_entry = client->eg_ops->get_by_vcc(vcc,
210 vcc_release_async(vcc, -EPIPE);
365 static eg_cache_entry *eg_cache_get_by_vcc(struct atm_vcc *vcc, argument
374 if (entry->shortcut == vcc) {
420 struct atm_vcc *vcc; local
[all...]
H A Dpppoatm.c199 ATM_SKB(skb)->vcc = pvcc->atmvcc;
200 pr_debug("(skb=0x%p, vcc=0x%p)\n", skb, pvcc->atmvcc);
231 atomic_add(skb->truesize, &sk_atm(ATM_SKB(skb)->vcc)->sk_wmem_alloc);
232 ATM_SKB(skb)->atm_options = ATM_SKB(skb)->vcc->atm_options;
233 pr_debug("atm_skb(%p)->vcc(%p)->dev(%p)\n",
234 skb, ATM_SKB(skb)->vcc, ATM_SKB(skb)->vcc->dev);
235 return ATM_SKB(skb)->vcc->send(ATM_SKB(skb)->vcc, skb)
309 * This handles ioctls actually performed on our vcc
[all...]
H A Dmpoa_caches.h38 in_cache_entry *(*get_by_vcc)(struct atm_vcc *vcc,
68 eg_cache_entry *(*get_by_vcc)(struct atm_vcc *vcc, struct mpoa_client *client);
H A Dcommon.h51 int svc_change_qos(struct atm_vcc *vcc,struct atm_qos *qos);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/platforms/8xx/
H A Dmpc885ads_setup.c57 static int pcmcia_set_voltage(int slot, int vcc, int vpp) argument
61 switch (vcc) {
79 if (vcc == vpp)
85 if ((vcc == 33) || (vcc == 50))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/ata/
H A Dpata_pcmcia.c180 unsigned int vcc,
187 if (cfg->vcc.present & (1 << CISTPL_POWER_VNOM)) {
188 if (vcc != cfg->vcc.param[CISTPL_POWER_VNOM] / 10000)
190 } else if (dflt->vcc.present & (1 << CISTPL_POWER_VNOM)) {
191 if (vcc != dflt->vcc.param[CISTPL_POWER_VNOM] / 10000)
177 pcmcia_check_one_config(struct pcmcia_device *pdev, cistpl_cftable_entry_t *cfg, cistpl_cftable_entry_t *dflt, unsigned int vcc, void *priv_data) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/ide/
H A Dide-cs.c207 unsigned int vcc,
214 if (cfg->vcc.present & (1 << CISTPL_POWER_VNOM)) {
215 if (vcc != cfg->vcc.param[CISTPL_POWER_VNOM] / 10000)
217 } else if (dflt->vcc.present & (1 << CISTPL_POWER_VNOM)) {
218 if (vcc != dflt->vcc.param[CISTPL_POWER_VNOM] / 10000)
204 pcmcia_check_one_config(struct pcmcia_device *pdev, cistpl_cftable_entry_t *cfg, cistpl_cftable_entry_t *dflt, unsigned int vcc, void *priv_data) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mmc/host/
H A Dmmci.c513 if(host->vcc &&
514 regulator_is_enabled(host->vcc))
515 regulator_disable(host->vcc);
519 if (host->vcc)
521 mmc_regulator_set_ocr(host->vcc, ios->vdd);
680 host->vcc = regulator_get(&dev->dev, "vmmc");
681 if (IS_ERR(host->vcc))
682 host->vcc = NULL;
684 int mask = mmc_regulator_get_ocrmask(host->vcc);
699 if (host->vcc
[all...]

Completed in 163 milliseconds

1234567