Searched refs:dd (Results 1 - 25 of 100) sorted by last modified time

1234

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/dhcp6/
H A Dcommon.c2319 duidcpy(struct duid *dd, const struct duid *ds) argument
2321 dd->duid_len = ds->duid_len;
2322 if ((dd->duid_id = malloc(dd->duid_len)) == NULL) {
2323 dprintf(LOG_ERR, "%s" "len %d memory allocation failed", FNAME, dd->duid_len);
2326 memcpy(dd->duid_id, ds->duid_id, dd->duid_len);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/
H A DMakefile785 dd conv=sync bs=64k < $(PLATFORMDIR)/zImage > $(PLATFORMDIR)/linux.bin
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/script/
H A Dcreategroup18 GROUPNAME=nt-$(dd if=/dev/urandom bs=16 count=1 2>/dev/null | md5sum | cut -b 1-5)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/bzip2/
H A Dbzmore46 ANS=`dd bs=1 count=1 2>/dev/null`
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/ssl/
H A Ds23_srvr.c265 unsigned char *p,*d,*d_len,*dd; local
477 dd=d;
486 s2n(j,dd);
H A Ds3_enc.c198 EVP_CIPHER_CTX *dd; local
221 dd= s->enc_read_ctx;
252 dd= s->enc_write_ctx;
274 EVP_CIPHER_CTX_cleanup(dd);
275 EVP_CIPHER_CTX_init(dd);
335 EVP_CipherInit_ex(dd,c,NULL,key,iv,(which & SSL3_CC_WRITE));
H A Dt1_enc.c234 EVP_CIPHER_CTX *dd; local
268 dd= s->enc_read_ctx;
302 dd= s->enc_write_ctx;
323 EVP_CIPHER_CTX_cleanup(dd);
324 EVP_CIPHER_CTX_init(dd);
406 printf("EVP_CipherInit_ex(dd,c,key=,iv=,which)\n");
414 EVP_CipherInit_ex(dd,c,NULL,key,iv,(which & SSL3_CC_WRITE));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/mtools-4.0.10/
H A Dtexinfo.tex8168 \gdef^^dd{\'Y}
8288 \gdef^^dd{\'Y}
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/mdc2/
H A Dmdc2dgst.c129 DES_LONG d[2],dd[2]; local
136 c2l(in,tin0); d[0]=dd[0]=tin0;
137 c2l(in,tin1); d[1]=dd[1]=tin1;
147 DES_encrypt1(dd,&k,1);
149 ttin0=tin0^dd[0];
150 ttin1=tin1^dd[1];
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/infiniband/hw/ipath/
H A Dipath_diag.c83 int ipath_diag_add(struct ipath_devdata *dd) argument
94 ipath_dev_err(dd, "Couldn't create ipath_diagpkt "
100 snprintf(name, sizeof(name), "ipath_diag%d", dd->ipath_unit);
102 ret = ipath_cdev_init(IPATH_DIAG_MINOR_BASE + dd->ipath_unit, name,
103 &diag_file_ops, &dd->diag_cdev,
104 &dd->diag_class_dev);
106 ipath_dev_err(dd, "Couldn't create %s device: %d",
113 void ipath_diag_remove(struct ipath_devdata *dd) argument
118 ipath_cdev_cleanup(&dd->diag_cdev, &dd
134 ipath_read_umem64(struct ipath_devdata *dd, void __user *uaddr, const void __iomem *caddr, size_t count) argument
171 ipath_write_umem64(struct ipath_devdata *dd, void __iomem *caddr, const void __user *uaddr, size_t count) argument
209 ipath_read_umem32(struct ipath_devdata *dd, void __user *uaddr, const void __iomem *caddr, size_t count) argument
249 ipath_write_umem32(struct ipath_devdata *dd, void __iomem *caddr, const void __user *uaddr, size_t count) argument
280 struct ipath_devdata *dd; local
328 struct ipath_devdata *dd; local
453 struct ipath_devdata *dd = fp->private_data; local
485 struct ipath_devdata *dd = fp->private_data; local
[all...]
H A Dipath_driver.c123 static inline void read_bars(struct ipath_devdata *dd, struct pci_dev *dev, argument
130 ipath_dev_err(dd, "failed to read bar0 before enable: "
135 ipath_dev_err(dd, "failed to read bar1 before enable: "
142 struct ipath_devdata *dd)
148 if (dd->ipath_unit != -1) {
150 idr_remove(&unit_table, dd->ipath_unit);
151 list_del(&dd->ipath_list);
154 vfree(dd);
160 struct ipath_devdata *dd; local
164 dd
141 ipath_free_devdata(struct pci_dev *pdev, struct ipath_devdata *dd) argument
206 struct ipath_devdata *dd; local
219 struct ipath_devdata *dd; local
257 ipath_enable_wc(struct ipath_devdata *dd) argument
262 ipath_disable_wc(struct ipath_devdata *dd) argument
270 struct ipath_devdata *dd; local
535 cleanup_device(struct ipath_devdata *dd) argument
631 struct ipath_devdata *dd = pci_get_drvdata(pdev); local
702 ipath_disarm_piobufs(struct ipath_devdata *dd, unsigned first, unsigned cnt) argument
745 ipath_wait_linkstate(struct ipath_devdata *dd, u32 state, int msecs) argument
910 ipath_get_egrbuf(struct ipath_devdata *dd, u32 bufnum, int err) argument
922 ipath_alloc_skb(struct ipath_devdata *dd, gfp_t gfp_mask) argument
969 ipath_rcv_hdrerr(struct ipath_devdata *dd, u32 eflags, u32 l, u32 etail, u64 *rc) argument
1007 ipath_kreceive(struct ipath_devdata *dd) argument
1174 ipath_update_pio_bufs(struct ipath_devdata *dd) argument
1266 ipath_setrcvhdrsize(struct ipath_devdata *dd, unsigned rhdrsize) argument
1307 ipath_getpiobuf(struct ipath_devdata *dd, u32 * pbufnum) argument
1445 ipath_create_rcvhdrq(struct ipath_devdata *dd, struct ipath_portdata *pd) argument
1520 ipath_waitfor_complete(struct ipath_devdata *dd, ipath_kreg reg_id, u64 bits_to_wait_for, u64 * valp) argument
1565 ipath_waitfor_mdio_cmdready(struct ipath_devdata *dd) argument
1591 ipath_set_ib_lstate(struct ipath_devdata *dd, int which) argument
1625 ipath_set_linkstate(struct ipath_devdata *dd, u8 newstate) argument
1735 ipath_set_mtu(struct ipath_devdata *dd, u16 arg) argument
1807 ipath_set_lid(struct ipath_devdata *dd, u32 arg, u8 lmc) argument
1826 ipath_write_kreg_port(const struct ipath_devdata *dd, ipath_kreg regno, unsigned port, u64 value) argument
1850 ipath_shutdown_device(struct ipath_devdata *dd) argument
1934 ipath_free_pddata(struct ipath_devdata *dd, struct ipath_portdata *pd) argument
2073 struct ipath_devdata *dd = ipath_lookup(unit); local
2120 ipath_set_rx_pol_inv(struct ipath_devdata *dd, u8 new_pol_inv) argument
[all...]
H A Dipath_eeprom.c87 * @dd: the infinipath device
94 static int i2c_gpio_set(struct ipath_devdata *dd, argument
100 gpioval = &dd->ipath_gpio_out;
101 read_val = ipath_read_kreg64(dd, dd->ipath_kregs->kr_extctrl);
103 mask = dd->ipath_gpio_scl;
105 mask = dd->ipath_gpio_sda;
113 ipath_write_kreg(dd, dd->ipath_kregs->kr_extctrl, write_val);
122 write_val <<= dd
144 i2c_gpio_get(struct ipath_devdata *dd, enum i2c_type line, enum i2c_state *curr_statep) argument
187 i2c_wait_for_writes(struct ipath_devdata *dd) argument
193 scl_out(struct ipath_devdata *dd, u8 bit) argument
200 sda_out(struct ipath_devdata *dd, u8 bit) argument
207 sda_in(struct ipath_devdata *dd, int wait) argument
224 i2c_ackrcv(struct ipath_devdata *dd) argument
244 wr_byte(struct ipath_devdata *dd, u8 data) argument
258 send_ack(struct ipath_devdata *dd) argument
273 i2c_startcmd(struct ipath_devdata *dd, u8 offset_dir) argument
298 stop_cmd(struct ipath_devdata *dd) argument
312 eeprom_reset(struct ipath_devdata *dd) argument
358 ipath_eeprom_read(struct ipath_devdata *dd, u8 eeprom_offset, void *buffer, int len) argument
416 ipath_eeprom_write(struct ipath_devdata *dd, u8 eeprom_offset, const void *buffer, int len) argument
513 ipath_get_eeprom_info(struct ipath_devdata *dd) argument
[all...]
H A Dipath_file_ops.c84 struct ipath_devdata *dd = pd->port_dd; local
117 ret = dd->ipath_f_get_base_info(pd, kinfo);
121 kinfo->spi_rcvhdr_cnt = dd->ipath_rcvhdrcnt;
122 kinfo->spi_rcvhdrent_size = dd->ipath_rcvhdrentsize;
123 kinfo->spi_tidegrcnt = dd->ipath_rcvegrcnt;
124 kinfo->spi_rcv_egrbufsize = dd->ipath_rcvegrbufsize;
133 kinfo->spi_tidcnt = dd->ipath_rcvtidcnt / subport_cnt;
135 kinfo->spi_tidcnt += dd->ipath_rcvtidcnt % subport_cnt;
140 kinfo->spi_nports = dd->ipath_cfgports;
142 kinfo->spi_unit = dd
274 struct ipath_devdata *dd = pd->port_dd; local
489 struct ipath_devdata *dd = pd->port_dd; local
581 struct ipath_devdata *dd = pd->port_dd; local
720 struct ipath_devdata *dd = pd->port_dd; local
766 ipath_clean_part_key(struct ipath_portdata *pd, struct ipath_devdata *dd) argument
828 struct ipath_devdata *dd = pd->port_dd; local
864 struct ipath_devdata *dd = pd->port_dd; local
956 struct ipath_devdata *dd = pd->port_dd; local
995 mmap_ureg(struct vm_area_struct *vma, struct ipath_devdata *dd, u64 ureg) argument
1023 mmap_piobufs(struct vm_area_struct *vma, struct ipath_devdata *dd, struct ipath_portdata *pd, unsigned piobufs, unsigned piocnt) argument
1076 struct ipath_devdata *dd = pd->port_dd; local
1151 struct ipath_devdata *dd; local
1234 struct ipath_devdata *dd; local
1347 struct ipath_devdata *dd; local
1402 init_subports(struct ipath_devdata *dd, struct ipath_portdata *pd, const struct ipath_user_info *uinfo) argument
1476 try_alloc_port(struct ipath_devdata *dd, int port, struct file *fp, const struct ipath_user_info *uinfo) argument
1531 usable(struct ipath_devdata *dd) argument
1544 struct ipath_devdata *dd = ipath_lookup(unit); local
1627 struct ipath_devdata *dd = ipath_lookup(ndev); local
1682 struct ipath_devdata *dd = ipath_lookup(ndev); local
1788 struct ipath_devdata *dd; local
1873 struct ipath_devdata *dd = pd->port_dd; local
1907 struct ipath_devdata *dd; local
2046 ipath_force_pio_avail_update(struct ipath_devdata *dd) argument
2334 ipath_user_add(struct ipath_devdata *dd) argument
2373 ipath_user_remove(struct ipath_devdata *dd) argument
[all...]
H A Dipath_fs.c118 struct ipath_devdata *dd; local
120 dd = file->f_path.dentry->d_inode->i_private;
123 counters[i] = ipath_snap_cntr(dd, i);
137 struct ipath_devdata *dd; local
140 dd = file->f_path.dentry->d_inode->i_private;
142 guid = be64_to_cpu(dd->ipath_guid);
159 | (dd->ipath_deviceid << 0);
161 nodeinfo[8] = dd->ipath_minrev | (dd->ipath_majrev << 16);
162 nodeinfo[9] = (dd
177 struct ipath_devdata *dd; local
300 struct ipath_devdata *dd; local
351 struct ipath_devdata *dd; local
401 create_device_files(struct super_block *sb, struct ipath_devdata *dd) argument
487 remove_device_files(struct super_block *sb, struct ipath_devdata *dd) argument
521 struct ipath_devdata *dd, *tmp; local
570 ipathfs_add_device(struct ipath_devdata *dd) argument
585 ipathfs_remove_device(struct ipath_devdata *dd) argument
[all...]
H A Dipath_iba6110.c334 static void hwerr_crcbits(struct ipath_devdata *dd, ipath_err_t hwerrs, argument
341 if (dd->ipath_flags & IPATH_8BIT_IN_HT0)
344 if (dd->ipath_flags & IPATH_8BIT_IN_HT1)
367 if (pci_read_config_word(dd->pcidev,
368 dd->ipath_ht_slave_off + 0x4,
370 dev_info(&dd->pcidev->dev, "Couldn't read "
379 if (pci_read_config_word(dd->pcidev,
380 dd->ipath_ht_slave_off + 0x8,
382 dev_info(&dd->pcidev->dev, "Couldn't read "
393 dd
435 ipath_ht_handle_hwerrors(struct ipath_devdata *dd, char *msg, size_t msgl) argument
624 ipath_ht_boardname(struct ipath_devdata *dd, char *name, size_t namelen) argument
728 ipath_check_htlink(struct ipath_devdata *dd) argument
763 ipath_setup_ht_reset(struct ipath_devdata *dd) argument
780 slave_or_pri_blk(struct ipath_devdata *dd, struct pci_dev *pdev, int pos, u8 cap_type) argument
932 ipath_ht_intconfig(struct ipath_devdata *dd) argument
952 struct ipath_devdata *dd = pci_get_drvdata(dev); local
978 ipath_setup_ht_config(struct ipath_devdata *dd, struct pci_dev *pdev) argument
1031 ipath_setup_ht_cleanup(struct ipath_devdata *dd) argument
1057 ipath_setup_ht_setextled(struct ipath_devdata *dd, u64 lst, u64 ltst) argument
1097 ipath_init_ht_variables(struct ipath_devdata *dd) argument
1172 ipath_ht_init_hwerrors(struct ipath_devdata *dd) argument
1226 ipath_ht_bringup_serdes(struct ipath_devdata *dd) argument
1361 ipath_ht_quiet_serdes(struct ipath_devdata *dd) argument
1382 ipath_ht_put_tid(struct ipath_devdata *dd, u64 __iomem *tidptr, u32 type, unsigned long pa) argument
1416 ipath_ht_clear_tids(struct ipath_devdata *dd, unsigned port) argument
1453 ipath_ht_tidtemplate(struct ipath_devdata *dd) argument
1463 ipath_ht_early_init(struct ipath_devdata *dd) argument
1548 ipath_ht_txe_recover(struct ipath_devdata *dd) argument
1583 ipath_ht_free_irq(struct ipath_devdata *dd) argument
1598 ipath_init_iba6110_funcs(struct ipath_devdata *dd) argument
[all...]
H A Dipath_iba6120.c334 * @dd: the infinipath device
343 static void ipath_pe_handle_hwerrors(struct ipath_devdata *dd, char *msg, argument
351 hwerrs = ipath_read_kreg64(dd, dd->ipath_kregs->kr_hwerrstatus);
361 ipath_dev_err(dd, "Read of hardware error status failed "
372 ipath_write_kreg(dd, dd->ipath_kregs->kr_hwerrclear,
375 hwerrs &= dd->ipath_hwerrmask;
381 if ((hwerrs & ~(dd->ipath_lasthwerror |
386 dev_info(&dd
513 ipath_pe_boardname(struct ipath_devdata *dd, char *name, size_t namelen) argument
573 ipath_pe_init_hwerrors(struct ipath_devdata *dd) argument
600 ipath_pe_bringup_serdes(struct ipath_devdata *dd) argument
735 ipath_pe_quiet_serdes(struct ipath_devdata *dd) argument
745 ipath_pe_intconfig(struct ipath_devdata *dd) argument
787 ipath_setup_pe_setextled(struct ipath_devdata *dd, u64 lst, u64 ltst) argument
818 ipath_setup_pe_cleanup(struct ipath_devdata *dd) argument
844 ipath_setup_pe_config(struct ipath_devdata *dd, struct pci_dev *pdev) argument
897 ipath_init_pe_variables(struct ipath_devdata *dd) argument
966 ipath_reinit_msi(struct ipath_devdata *dd) argument
1022 ipath_setup_pe_reset(struct ipath_devdata *dd) argument
1089 ipath_pe_put_tid(struct ipath_devdata *dd, u64 __iomem *tidptr, u32 type, unsigned long pa) argument
1133 ipath_pe_put_tid_2(struct ipath_devdata *dd, u64 __iomem *tidptr, u32 type, unsigned long pa) argument
1172 ipath_pe_clear_tids(struct ipath_devdata *dd, unsigned port) argument
1207 ipath_pe_tidtemplate(struct ipath_devdata *dd) argument
1233 ipath_pe_early_init(struct ipath_devdata *dd) argument
1291 struct ipath_devdata *dd; local
1317 ipath_pe_free_irq(struct ipath_devdata *dd) argument
1332 ipath_pe_txe_recover(struct ipath_devdata *dd) argument
1359 ipath_init_iba6120_funcs(struct ipath_devdata *dd) argument
[all...]
H A Dipath_init_chip.c75 * @dd: the infinipath device
88 static int create_port0_egr(struct ipath_devdata *dd) argument
94 egrcnt = dd->ipath_rcvegrcnt;
96 skbinfo = vmalloc(sizeof(*dd->ipath_port0_skbinfo) * egrcnt);
98 ipath_dev_err(dd, "allocation error for eager TID "
112 skbinfo[e].skb = ipath_alloc_skb(dd, GFP_KERNEL);
114 ipath_dev_err(dd, "SKB allocation error for "
127 dd->ipath_port0_skbinfo = skbinfo;
130 dd->ipath_port0_skbinfo[e].phys =
131 ipath_map_single(dd
146 bringup_link(struct ipath_devdata *dd) argument
219 create_portdata0(struct ipath_devdata *dd) argument
233 init_chip_first(struct ipath_devdata *dd, struct ipath_portdata **pdp) argument
357 init_chip_reset(struct ipath_devdata *dd, struct ipath_portdata **pdp) argument
398 init_pioavailregs(struct ipath_devdata *dd) argument
445 init_shadow_tids(struct ipath_devdata *dd) argument
476 enable_chip(struct ipath_devdata *dd, struct ipath_portdata *pd, int reinit) argument
549 init_housekeeping(struct ipath_devdata *dd, struct ipath_portdata **pdp, int reinit) argument
681 ipath_init_chip(struct ipath_devdata *dd, int reinit) argument
957 struct ipath_devdata *dd; local
[all...]
H A Dipath_intr.c45 static void ipath_clrpiobuf(struct ipath_devdata *dd, u32 pnum) argument
49 if (pnum < dd->ipath_piobcnt2k) {
50 pbuf = (u32 __iomem *) (dd->ipath_pio2kbase + pnum *
51 dd->ipath_palign);
52 dwcnt = dd->ipath_piosize2k >> 2;
55 pbuf = (u32 __iomem *) (dd->ipath_pio4kbase +
56 (pnum - dd->ipath_piobcnt2k) * dd->ipath_4kalign);
57 dwcnt = dd->ipath_piosize4k >> 2;
59 dev_info(&dd
73 ipath_disarm_senderrbufs(struct ipath_devdata *dd, int rewrite) argument
145 handle_e_sum_errs(struct ipath_devdata *dd, ipath_err_t errs) argument
265 handle_e_ibstatuschanged(struct ipath_devdata *dd, ipath_err_t errs, int noprint) argument
430 handle_supp_msgs(struct ipath_devdata *dd, unsigned supp_msgs, char msg[512]) argument
469 handle_frequent_errors(struct ipath_devdata *dd, ipath_err_t errs, char msg[512], int *noprint) argument
501 handle_errors(struct ipath_devdata *dd, ipath_err_t errs) argument
749 ipath_bad_intr(struct ipath_devdata *dd, u32 * unexpectp) argument
792 ipath_bad_regread(struct ipath_devdata *dd) argument
820 handle_port_pioavail(struct ipath_devdata *dd) argument
843 handle_layer_pioavail(struct ipath_devdata *dd) argument
863 handle_urcv(struct ipath_devdata *dd, u32 istat) argument
897 struct ipath_devdata *dd = data; local
[all...]
H A Dipath_kernel.h590 int ipath_enable_wc(struct ipath_devdata *dd);
591 void ipath_disable_wc(struct ipath_devdata *dd);
606 int ipath_user_add(struct ipath_devdata *dd);
607 void ipath_user_remove(struct ipath_devdata *dd);
609 struct sk_buff *ipath_alloc_skb(struct ipath_devdata *dd, gfp_t);
642 int ipath_set_rx_pol_inv(struct ipath_devdata *dd, u8 new_pol_inv);
708 void ipath_free_data(struct ipath_portdata *dd);
778 * @dd: device
786 static inline u32 ipath_read_ureg32(const struct ipath_devdata *dd, argument
789 if (!dd
807 ipath_write_ureg(const struct ipath_devdata *dd, ipath_ureg regno, u64 value, int port) argument
817 ipath_read_kreg32(const struct ipath_devdata *dd, ipath_kreg regno) argument
825 ipath_read_kreg64(const struct ipath_devdata *dd, ipath_kreg regno) argument
834 ipath_write_kreg(const struct ipath_devdata *dd, ipath_kreg regno, u64 value) argument
841 ipath_read_creg(const struct ipath_devdata *dd, ipath_sreg regno) argument
852 ipath_read_creg32(const struct ipath_devdata *dd, ipath_sreg regno) argument
[all...]
H A Dipath_layer.c59 int __ipath_layer_intr(struct ipath_devdata *dd, u32 arg) argument
63 if (dd->ipath_layer.l_arg && layer_intr)
64 ret = layer_intr(dd->ipath_layer.l_arg, arg);
69 int ipath_layer_intr(struct ipath_devdata *dd, u32 arg) argument
75 ret = __ipath_layer_intr(dd, arg);
82 int __ipath_layer_rcv(struct ipath_devdata *dd, void *hdr, argument
87 if (dd->ipath_layer.l_arg && layer_rcv)
88 ret = layer_rcv(dd->ipath_layer.l_arg, hdr, skb);
93 int __ipath_layer_rcv_lid(struct ipath_devdata *dd, void *hdr) argument
97 if (dd
103 ipath_layer_lid_changed(struct ipath_devdata *dd) argument
113 ipath_layer_add(struct ipath_devdata *dd) argument
124 ipath_layer_remove(struct ipath_devdata *dd) argument
143 struct ipath_devdata *dd, *tmp; local
179 struct ipath_devdata *dd, *tmp; local
207 ipath_layer_open(struct ipath_devdata *dd, u32 * pktmax) argument
248 ipath_layer_get_lid(struct ipath_devdata *dd) argument
268 ipath_layer_get_mac(struct ipath_devdata *dd, u8 * mac) argument
288 ipath_layer_get_bcast(struct ipath_devdata *dd) argument
295 ipath_layer_send_hdr(struct ipath_devdata *dd, struct ether_header *hdr) argument
356 ipath_layer_set_piointbufavail_int(struct ipath_devdata *dd) argument
[all...]
H A Dipath_layer.h55 u16 ipath_layer_get_lid(struct ipath_devdata *dd);
56 int ipath_layer_get_mac(struct ipath_devdata *dd, u8 *);
57 u16 ipath_layer_get_bcast(struct ipath_devdata *dd);
58 int ipath_layer_send_hdr(struct ipath_devdata *dd,
60 int ipath_layer_set_piointbufavail_int(struct ipath_devdata *dd);
H A Dipath_mad.c87 struct ipath_devdata *dd = to_idev(ibdev)->dd; local
91 if (smp->attr_mod || (dd->ipath_guid == 0))
100 nip->node_guid = dd->ipath_guid;
102 nip->partition_cap = cpu_to_be16(ipath_get_npkeys(dd));
103 nip->device_id = cpu_to_be16(dd->ipath_deviceid);
104 majrev = dd->ipath_majrev;
105 minrev = dd->ipath_minrev;
108 vendor = dd->ipath_vendorid;
131 __be64 g = to_idev(ibdev)->dd
145 get_overrunthreshold(struct ipath_devdata *dd) argument
159 set_overrunthreshold(struct ipath_devdata *dd, unsigned n) argument
177 get_phyerrthreshold(struct ipath_devdata *dd) argument
191 set_phyerrthreshold(struct ipath_devdata *dd, unsigned n) argument
215 get_linkdowndefaultstate(struct ipath_devdata *dd) argument
322 get_pkeys(struct ipath_devdata *dd, u16 * pkeys) argument
369 set_linkdowndefaultstate(struct ipath_devdata *dd, int sleep) argument
607 rm_pkey(struct ipath_devdata *dd, u16 key) argument
637 add_pkey(struct ipath_devdata *dd, u16 key) argument
700 set_pkeys(struct ipath_devdata *dd, u16 *pkeys) argument
[all...]
H A Dipath_qp.c497 if (attr->pkey_index >= ipath_get_npkeys(dev->dd))
H A Dipath_rc.c606 bth0 = ipath_get_pkey(dev->dd, qp->s_pkey_index) |
618 hdr.lrh[3] = cpu_to_be16(dev->dd->ipath_lid);
626 if (ipath_verbs_send(dev->dd, hwords, (u32 *) &hdr, 0, NULL) == 0) {
1508 header_in_data = dev->dd->ipath_rcvhdrentsize == 16;
H A Dipath_ruc.c467 static int want_buffer(struct ipath_devdata *dd) argument
469 set_bit(IPATH_S_PIOINTBUFAVAIL, &dd->ipath_sendctrl);
470 ipath_write_kreg(dd, dd->ipath_kregs->kr_sendctrl,
471 dd->ipath_sendctrl);
502 want_buffer(dev->dd);
619 hdr->sgid.global.interface_id = dev->dd->ipath_guid;
651 if (unlikely(qp->remote_ah_attr.dlid == dev->dd->ipath_lid)) {
667 if (ipath_verbs_send(dev->dd, qp->s_hdrwords,
714 qp->s_hdr.lrh[3] = cpu_to_be16(dev->dd
[all...]

Completed in 158 milliseconds

1234