Home
last modified time | relevance | path

Searched refs:ipath_portdata (Results 1 – 8 of 8) sorted by relevance

/linux-4.1.27/drivers/infiniband/hw/ipath/
Dipath_kernel.h83 struct ipath_portdata { struct
274 struct ipath_portdata **ipath_pd;
315 int (*ipath_f_get_base_info)(struct ipath_portdata *, void *);
865 struct ipath_portdata *pd;
915 int ipath_create_rcvhdrq(struct ipath_devdata *, struct ipath_portdata *);
916 void ipath_free_pddata(struct ipath_devdata *, struct ipath_portdata *);
920 void ipath_kreceive(struct ipath_portdata *);
1026 void ipath_free_data(struct ipath_portdata *dd);
1202 static inline void ipath_clear_rcvhdrtail(const struct ipath_portdata *pd) in ipath_clear_rcvhdrtail()
1207 static inline u32 ipath_get_rcvhdrtail(const struct ipath_portdata *pd) in ipath_get_rcvhdrtail()
[all …]
Dipath_file_ops.c97 struct ipath_portdata *pd = port_fp(fp); in ipath_get_base_info()
295 static int ipath_tid_update(struct ipath_portdata *pd, struct file *fp, in ipath_tid_update()
513 static int ipath_tid_free(struct ipath_portdata *pd, unsigned subport, in ipath_tid_free()
610 static int ipath_set_part_key(struct ipath_portdata *pd, u16 key) in ipath_set_part_key()
748 static int ipath_manage_rcvq(struct ipath_portdata *pd, unsigned subport, in ipath_manage_rcvq()
798 static void ipath_clean_part_key(struct ipath_portdata *pd, in ipath_clean_part_key()
858 static void init_user_egr_sizes(struct ipath_portdata *pd) in init_user_egr_sizes()
894 static int ipath_create_user_egr(struct ipath_portdata *pd) in ipath_create_user_egr()
986 struct ipath_portdata *pd, unsigned len, int write_ok, in ipath_mmap_mem()
1058 struct ipath_portdata *pd, in mmap_piobufs()
[all …]
Dipath_init_chip.c211 static struct ipath_portdata *create_portdata0(struct ipath_devdata *dd) in create_portdata0()
213 struct ipath_portdata *pd = NULL; in create_portdata0()
228 struct ipath_portdata *pd; in init_chip_first()
714 struct ipath_portdata *pd; in ipath_init_chip()
880 struct ipath_portdata *npd; in ipath_init_chip()
Dipath_stats.c144 struct ipath_portdata *pd = dd->ipath_pd[0]; in ipath_qcheck()
337 struct ipath_portdata *pd = dd->ipath_pd[i]; in ipath_get_faststats()
Dipath_intr.c593 struct ipath_portdata *pd = dd->ipath_pd[i]; in handle_hdrq_full()
814 struct ipath_portdata *pd = dd->ipath_pd[0]; in handle_errors()
1039 struct ipath_portdata *pd = dd->ipath_pd[i]; in handle_urcv()
Dipath_driver.c635 struct ipath_portdata **tmp; in cleanup_device()
728 struct ipath_portdata *pd = tmp[port]; in cleanup_device()
1145 void ipath_kreceive(struct ipath_portdata *pd) in ipath_kreceive()
1763 struct ipath_portdata *pd) in ipath_create_rcvhdrq()
2429 void ipath_free_pddata(struct ipath_devdata *dd, struct ipath_portdata *pd) in ipath_free_pddata()
Dipath_mad.c353 struct ipath_portdata *pd = dd->ipath_pd[0]; in get_pkeys()
731 struct ipath_portdata *pd; in set_pkeys()
Dipath_iba6110.c1676 static int ipath_ht_get_base_info(struct ipath_portdata *pd, void *kbase) in ipath_ht_get_base_info()