Home
last modified time | relevance | path

Searched refs:po (Results 1 – 10 of 10) sorted by relevance

/linux-2.4.37.9/drivers/net/
Dpppoe.c156 static int __set_item(struct pppox_opt *po) in __set_item() argument
158 int hash = hash_item(po->pppoe_pa.sid, po->pppoe_pa.remote); in __set_item()
163 if (cmp_2_addr(&ret->pppoe_pa, &po->pppoe_pa)) in __set_item()
170 po->next = item_hash_table[hash]; in __set_item()
171 item_hash_table[hash] = po; in __set_item()
206 struct pppox_opt *po; in get_item() local
209 po = __get_item(sid, addr); in get_item()
210 if (po) in get_item()
211 sock_hold(po->sk); in get_item()
214 return po; in get_item()
[all …]
Dpppox.c84 struct pppox_opt *po; in pppox_ioctl() local
87 po = sk->protinfo.pppox; in pppox_ioctl()
99 index = ppp_channel_index(&po->chan); in pppox_ioctl()
/linux-2.4.37.9/net/packet/
Daf_packet.c207 static inline unsigned long packet_lookup_frame(struct packet_opt *po, unsigned int position) in packet_lookup_frame() argument
212 pg_vec_pos = position / po->frames_per_block; in packet_lookup_frame()
213 frame_offset = position % po->frames_per_block; in packet_lookup_frame()
215 frame = (unsigned long) (po->pg_vec[pg_vec_pos] + (frame_offset * po->frame_size)); in packet_lookup_frame()
426 struct packet_opt *po; in packet_rcv() local
437 po = sk->protinfo.af_packet; in packet_rcv()
511 po->stats.tp_packets++; in packet_rcv()
519 po->stats.tp_drops++; in packet_rcv()
538 struct packet_opt *po; in tpacket_rcv() local
552 po = sk->protinfo.af_packet; in tpacket_rcv()
[all …]
/linux-2.4.37.9/drivers/isdn/hisax/
Dbkm_a4t.c35 unsigned int *po = (unsigned int *) adr; /* Postoffice */ in readreg() local
38 *po = (GCS_2 | PO_WRITE | off); in readreg()
39 __WAITI20__(po); in readreg()
40 *po = (ale | PO_READ); in readreg()
41 __WAITI20__(po); in readreg()
42 ret = *po; in readreg()
62 unsigned int *po = (unsigned int *) adr; /* Postoffice */ in writereg() local
65 *po = (GCS_2 | PO_WRITE | off); in writereg()
66 __WAITI20__(po); in writereg()
67 *po = (ale | PO_WRITE | data); in writereg()
[all …]
/linux-2.4.37.9/drivers/scsi/sym53c8xx_2/
Dsym_fw.c322 u_short *po; in sym_fw_setup_bus_addresses() local
329 po = (u_short *) fw->a_ofs; in sym_fw_setup_bus_addresses()
332 pa[i] = np->scripta_ba + po[i]; in sym_fw_setup_bus_addresses()
337 po = (u_short *) fw->b_ofs; in sym_fw_setup_bus_addresses()
340 pa[i] = np->scriptb_ba + po[i]; in sym_fw_setup_bus_addresses()
345 po = (u_short *) fw->z_ofs; in sym_fw_setup_bus_addresses()
348 pa[i] = np->scriptz_ba + po[i]; in sym_fw_setup_bus_addresses()
/linux-2.4.37.9/drivers/s390/block/
Dxpram.c563 unsigned long po, pi, rpi; /* page index order, page index */ in xpram_size() local
569 for (po=0; po <= 32; po++) { /* pi = 2^po */ in xpram_size()
574 if ( cc && (po < 31 ) ) { in xpram_size()
587 if ( cc && (po < 31) ) in xpram_size()
/linux-2.4.37.9/drivers/media/video/
Dbttv-driver.c683 unsigned int *po=(unsigned int *) btv->vbi_odd; in make_vbitab() local
688 btv->nr,virt_to_bus(po), virt_to_bus(pe)); in make_vbitab()
690 *(po++)=cpu_to_le32(BT848_RISC_SYNC|BT848_FIFO_STATUS_FM1); *(po++)=0; in make_vbitab()
692 *(po++)=cpu_to_le32(VBI_RISC); in make_vbitab()
693 *(po++)=cpu_to_le32(kvirt_to_bus((unsigned long)btv->vbibuf+i*2048)); in make_vbitab()
695 *(po++)=cpu_to_le32(BT848_RISC_JUMP); in make_vbitab()
696 *(po++)=cpu_to_le32(virt_to_bus(btv->risc_jmp+4)); in make_vbitab()
708 btv->nr,virt_to_bus(po), virt_to_bus(pe)); in make_vbitab()
/linux-2.4.37.9/drivers/video/
Dpm3fb.h1156 #define PM3_SCALE_TO_CLOCK(pr, fe, po) ((2 * PM3_REF_CLOCK * fe) / (pr * (1 << (po)))) argument
/linux-2.4.37.9/net/wanrouter/
Daf_wanpipe.c1807 struct wanpipe_opt *po; in wanpipe_notifier() local
1811 if ((po = sk->protinfo.af_wanpipe)==NULL) in wanpipe_notifier()
/linux-2.4.37.9/fs/hfs/
DHFS.txt910 55.. RReeppoorrttiinngg BBuuggss
919 55..11.. WWhhaatt GGooeess iinn aa BBuugg RReeppoorrtt
944 …55..22.. HHooww ttoo RReeppoorrtt aa KKeerrnneell OOooppss oorr GGP…