Searched refs:ipath_devdata (Results 1 - 25 of 42) sorted by relevance

12

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/infiniband/hw/ipath/
H A Dipath_wc_ppc64.c46 int ipath_enable_wc(struct ipath_devdata *dd)
H A Dipath_user_sdma.h40 int ipath_user_sdma_writev(struct ipath_devdata *dd,
45 int ipath_user_sdma_make_progress(struct ipath_devdata *dd,
48 void ipath_user_sdma_queue_drain(struct ipath_devdata *dd,
H A Dipath_kernel.h169 struct ipath_devdata *port_dd;
259 struct ipath_devdata { struct
293 int (*ipath_f_intrsetup)(struct ipath_devdata *);
295 int (*ipath_f_intr_fallback)(struct ipath_devdata *);
297 int (*ipath_f_bus)(struct ipath_devdata *, struct pci_dev *);
299 int (*ipath_f_reset)(struct ipath_devdata *);
300 int (*ipath_f_get_boardname)(struct ipath_devdata *, char *,
302 void (*ipath_f_init_hwerrors)(struct ipath_devdata *);
303 void (*ipath_f_handle_hwerrors)(struct ipath_devdata *, char *,
305 void (*ipath_f_quiet_serdes)(struct ipath_devdata *);
[all...]
H A Dipath_sysfs.c91 struct ipath_devdata *dd = dev_get_drvdata(dev);
124 struct ipath_devdata *dd = dev_get_drvdata(dev);
162 struct ipath_devdata *dd = dev_get_drvdata(dev);
171 struct ipath_devdata *dd = dev_get_drvdata(dev);
180 struct ipath_devdata *dd = dev_get_drvdata(dev);
190 struct ipath_devdata *dd = dev_get_drvdata(dev);
216 struct ipath_devdata *dd = dev_get_drvdata(dev);
226 struct ipath_devdata *dd = dev_get_drvdata(dev);
252 struct ipath_devdata *dd = dev_get_drvdata(dev);
262 struct ipath_devdata *d
[all...]
H A Dipath_eeprom.c114 static int i2c_gpio_set(struct ipath_devdata *dd,
162 static int i2c_gpio_get(struct ipath_devdata *dd,
212 static void i2c_wait_for_writes(struct ipath_devdata *dd)
218 static void scl_out(struct ipath_devdata *dd, u8 bit)
226 static void sda_out(struct ipath_devdata *dd, u8 bit)
233 static u8 sda_in(struct ipath_devdata *dd, int wait)
250 static int i2c_ackrcv(struct ipath_devdata *dd)
269 static int rd_byte(struct ipath_devdata *dd)
291 static int wr_byte(struct ipath_devdata *dd, u8 data)
305 static void send_ack(struct ipath_devdata *d
[all...]
H A Dipath_fs.c112 struct ipath_devdata *dd;
128 struct ipath_devdata *dd;
179 struct ipath_devdata *dd;
230 struct ipath_devdata *dd)
299 struct ipath_devdata *dd)
330 struct ipath_devdata *dd, *tmp;
377 int ipathfs_add_device(struct ipath_devdata *dd)
392 int ipathfs_remove_device(struct ipath_devdata *dd)
H A Dipath_iba6110.c48 static void ipath_setup_ht_setextled(struct ipath_devdata *, u64, u64);
394 static void hwerr_crcbits(struct ipath_devdata *dd, ipath_err_t hwerrs,
482 static void ipath_ht_txe_recover(struct ipath_devdata *dd)
501 static void ipath_ht_handle_hwerrors(struct ipath_devdata *dd, char *msg,
694 static int ipath_ht_boardname(struct ipath_devdata *dd, char *name,
763 static void ipath_check_htlink(struct ipath_devdata *dd)
798 static int ipath_setup_ht_reset(struct ipath_devdata *dd)
815 static void slave_or_pri_blk(struct ipath_devdata *dd, struct pci_dev *pdev,
972 static int ipath_ht_intconfig(struct ipath_devdata *dd)
992 struct ipath_devdata *d
[all...]
H A Dipath_diag.c84 int ipath_diag_add(struct ipath_devdata *dd)
114 void ipath_diag_remove(struct ipath_devdata *dd)
135 static int ipath_read_umem64(struct ipath_devdata *dd, void __user *uaddr,
172 static int ipath_write_umem64(struct ipath_devdata *dd, void __iomem *caddr,
210 static int ipath_read_umem32(struct ipath_devdata *dd, void __user *uaddr,
250 static int ipath_write_umem32(struct ipath_devdata *dd, void __iomem *caddr,
281 struct ipath_devdata *dd;
330 struct ipath_devdata *dd;
500 struct ipath_devdata *dd = fp->private_data;
532 struct ipath_devdata *d
[all...]
H A Dipath_driver.c48 static void ipath_update_pio_bufs(struct ipath_devdata *);
157 static inline void read_bars(struct ipath_devdata *dd, struct pci_dev *dev,
176 struct ipath_devdata *dd)
191 static struct ipath_devdata *ipath_alloc_devdata(struct pci_dev *pdev)
194 struct ipath_devdata *dd;
233 static inline struct ipath_devdata *__ipath_lookup(int unit)
238 struct ipath_devdata *ipath_lookup(int unit)
240 struct ipath_devdata *dd;
253 struct ipath_devdata *dd;
291 int __attribute__((weak)) ipath_enable_wc(struct ipath_devdata *d
[all...]
H A Dipath_sdma.c42 static void vl15_watchdog_enq(struct ipath_devdata *dd)
52 static void vl15_watchdog_deq(struct ipath_devdata *dd)
65 struct ipath_devdata *dd = (struct ipath_devdata *)opaque;
77 static void unmap_desc(struct ipath_devdata *dd, unsigned head)
95 int ipath_sdma_make_progress(struct ipath_devdata *dd)
159 static void ipath_sdma_notify(struct ipath_devdata *dd, struct list_head *list)
172 static void sdma_notify_taskbody(struct ipath_devdata *dd)
199 struct ipath_devdata *dd = (struct ipath_devdata *)opaqu
[all...]
H A Dipath_stats.c52 u64 ipath_snap_cntr(struct ipath_devdata *dd, ipath_creg creg)
141 static void ipath_qcheck(struct ipath_devdata *dd)
203 static void ipath_chk_errormask(struct ipath_devdata *dd)
244 * @opaque - contains a pointer to the infinipath device ipath_devdata
250 struct ipath_devdata *dd = (struct ipath_devdata *) opaque;
H A Dipath_wc_x86_64.c52 int ipath_enable_wc(struct ipath_devdata *dd)
155 void ipath_disable_wc(struct ipath_devdata *dd)
H A Dipath_intr.c47 void ipath_disarm_senderrbufs(struct ipath_devdata *dd)
131 static u64 handle_e_sum_errs(struct ipath_devdata *dd, ipath_err_t errs)
230 static char *ib_linkstate(struct ipath_devdata *dd, u64 ibcs)
247 void signal_ib_event(struct ipath_devdata *dd, enum ib_event_type ev)
257 static void handle_e_ibstatuschanged(struct ipath_devdata *dd,
453 static void handle_supp_msgs(struct ipath_devdata *dd,
499 static unsigned handle_frequent_errors(struct ipath_devdata *dd,
531 static void handle_sdma_errors(struct ipath_devdata *dd, ipath_err_t errs)
562 static void handle_sdma_intr(struct ipath_devdata *dd, u64 istat)
586 static int handle_hdrq_full(struct ipath_devdata *d
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/infiniband/hw/ipath/
H A Dipath_wc_ppc64.c46 int ipath_enable_wc(struct ipath_devdata *dd)
H A Dipath_user_sdma.h40 int ipath_user_sdma_writev(struct ipath_devdata *dd,
45 int ipath_user_sdma_make_progress(struct ipath_devdata *dd,
48 void ipath_user_sdma_queue_drain(struct ipath_devdata *dd,
H A Dipath_kernel.h169 struct ipath_devdata *port_dd;
259 struct ipath_devdata { struct
293 int (*ipath_f_intrsetup)(struct ipath_devdata *);
295 int (*ipath_f_intr_fallback)(struct ipath_devdata *);
297 int (*ipath_f_bus)(struct ipath_devdata *, struct pci_dev *);
299 int (*ipath_f_reset)(struct ipath_devdata *);
300 int (*ipath_f_get_boardname)(struct ipath_devdata *, char *,
302 void (*ipath_f_init_hwerrors)(struct ipath_devdata *);
303 void (*ipath_f_handle_hwerrors)(struct ipath_devdata *, char *,
305 void (*ipath_f_quiet_serdes)(struct ipath_devdata *);
[all...]
H A Dipath_sysfs.c91 struct ipath_devdata *dd = dev_get_drvdata(dev);
124 struct ipath_devdata *dd = dev_get_drvdata(dev);
162 struct ipath_devdata *dd = dev_get_drvdata(dev);
171 struct ipath_devdata *dd = dev_get_drvdata(dev);
180 struct ipath_devdata *dd = dev_get_drvdata(dev);
190 struct ipath_devdata *dd = dev_get_drvdata(dev);
216 struct ipath_devdata *dd = dev_get_drvdata(dev);
226 struct ipath_devdata *dd = dev_get_drvdata(dev);
252 struct ipath_devdata *dd = dev_get_drvdata(dev);
262 struct ipath_devdata *d
[all...]
H A Dipath_eeprom.c114 static int i2c_gpio_set(struct ipath_devdata *dd,
162 static int i2c_gpio_get(struct ipath_devdata *dd,
212 static void i2c_wait_for_writes(struct ipath_devdata *dd)
218 static void scl_out(struct ipath_devdata *dd, u8 bit)
226 static void sda_out(struct ipath_devdata *dd, u8 bit)
233 static u8 sda_in(struct ipath_devdata *dd, int wait)
250 static int i2c_ackrcv(struct ipath_devdata *dd)
269 static int rd_byte(struct ipath_devdata *dd)
291 static int wr_byte(struct ipath_devdata *dd, u8 data)
305 static void send_ack(struct ipath_devdata *d
[all...]
H A Dipath_fs.c112 struct ipath_devdata *dd;
128 struct ipath_devdata *dd;
179 struct ipath_devdata *dd;
230 struct ipath_devdata *dd)
299 struct ipath_devdata *dd)
330 struct ipath_devdata *dd, *tmp;
377 int ipathfs_add_device(struct ipath_devdata *dd)
392 int ipathfs_remove_device(struct ipath_devdata *dd)
H A Dipath_iba6110.c48 static void ipath_setup_ht_setextled(struct ipath_devdata *, u64, u64);
394 static void hwerr_crcbits(struct ipath_devdata *dd, ipath_err_t hwerrs,
482 static void ipath_ht_txe_recover(struct ipath_devdata *dd)
501 static void ipath_ht_handle_hwerrors(struct ipath_devdata *dd, char *msg,
694 static int ipath_ht_boardname(struct ipath_devdata *dd, char *name,
763 static void ipath_check_htlink(struct ipath_devdata *dd)
798 static int ipath_setup_ht_reset(struct ipath_devdata *dd)
815 static void slave_or_pri_blk(struct ipath_devdata *dd, struct pci_dev *pdev,
972 static int ipath_ht_intconfig(struct ipath_devdata *dd)
992 struct ipath_devdata *d
[all...]
H A Dipath_diag.c84 int ipath_diag_add(struct ipath_devdata *dd)
114 void ipath_diag_remove(struct ipath_devdata *dd)
135 static int ipath_read_umem64(struct ipath_devdata *dd, void __user *uaddr,
172 static int ipath_write_umem64(struct ipath_devdata *dd, void __iomem *caddr,
210 static int ipath_read_umem32(struct ipath_devdata *dd, void __user *uaddr,
250 static int ipath_write_umem32(struct ipath_devdata *dd, void __iomem *caddr,
281 struct ipath_devdata *dd;
330 struct ipath_devdata *dd;
500 struct ipath_devdata *dd = fp->private_data;
532 struct ipath_devdata *d
[all...]
H A Dipath_driver.c48 static void ipath_update_pio_bufs(struct ipath_devdata *);
157 static inline void read_bars(struct ipath_devdata *dd, struct pci_dev *dev,
176 struct ipath_devdata *dd)
191 static struct ipath_devdata *ipath_alloc_devdata(struct pci_dev *pdev)
194 struct ipath_devdata *dd;
233 static inline struct ipath_devdata *__ipath_lookup(int unit)
238 struct ipath_devdata *ipath_lookup(int unit)
240 struct ipath_devdata *dd;
253 struct ipath_devdata *dd;
291 int __attribute__((weak)) ipath_enable_wc(struct ipath_devdata *d
[all...]
H A Dipath_sdma.c42 static void vl15_watchdog_enq(struct ipath_devdata *dd)
52 static void vl15_watchdog_deq(struct ipath_devdata *dd)
65 struct ipath_devdata *dd = (struct ipath_devdata *)opaque;
77 static void unmap_desc(struct ipath_devdata *dd, unsigned head)
95 int ipath_sdma_make_progress(struct ipath_devdata *dd)
159 static void ipath_sdma_notify(struct ipath_devdata *dd, struct list_head *list)
172 static void sdma_notify_taskbody(struct ipath_devdata *dd)
199 struct ipath_devdata *dd = (struct ipath_devdata *)opaqu
[all...]
H A Dipath_stats.c52 u64 ipath_snap_cntr(struct ipath_devdata *dd, ipath_creg creg)
141 static void ipath_qcheck(struct ipath_devdata *dd)
203 static void ipath_chk_errormask(struct ipath_devdata *dd)
244 * @opaque - contains a pointer to the infinipath device ipath_devdata
250 struct ipath_devdata *dd = (struct ipath_devdata *) opaque;
H A Dipath_wc_x86_64.c52 int ipath_enable_wc(struct ipath_devdata *dd)
155 void ipath_disable_wc(struct ipath_devdata *dd)

Completed in 212 milliseconds

12