Searched refs:ipath_portdata (Results 1 – 8 of 8) sorted by relevance
/drivers/infiniband/hw/ipath/ |
D | ipath_file_ops.c | 93 struct ipath_portdata *pd = port_fp(fp); in ipath_get_base_info() 291 static int ipath_tid_update(struct ipath_portdata *pd, struct file *fp, in ipath_tid_update() 509 static int ipath_tid_free(struct ipath_portdata *pd, unsigned subport, in ipath_tid_free() 606 static int ipath_set_part_key(struct ipath_portdata *pd, u16 key) in ipath_set_part_key() 744 static int ipath_manage_rcvq(struct ipath_portdata *pd, unsigned subport, in ipath_manage_rcvq() 794 static void ipath_clean_part_key(struct ipath_portdata *pd, in ipath_clean_part_key() 854 static void init_user_egr_sizes(struct ipath_portdata *pd) in init_user_egr_sizes() 890 static int ipath_create_user_egr(struct ipath_portdata *pd) in ipath_create_user_egr() 982 struct ipath_portdata *pd, unsigned len, int write_ok, in ipath_mmap_mem() 1054 struct ipath_portdata *pd, in mmap_piobufs() [all …]
|
D | ipath_kernel.h | 83 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; 918 int ipath_create_rcvhdrq(struct ipath_devdata *, struct ipath_portdata *); 919 void ipath_free_pddata(struct ipath_devdata *, struct ipath_portdata *); 923 void ipath_kreceive(struct ipath_portdata *); 1029 void ipath_free_data(struct ipath_portdata *dd); 1205 static inline void ipath_clear_rcvhdrtail(const struct ipath_portdata *pd) in ipath_clear_rcvhdrtail() 1210 static inline u32 ipath_get_rcvhdrtail(const struct ipath_portdata *pd) in ipath_get_rcvhdrtail() [all …]
|
D | ipath_init_chip.c | 211 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()
|
D | ipath_stats.c | 144 struct ipath_portdata *pd = dd->ipath_pd[0]; in ipath_qcheck() 337 struct ipath_portdata *pd = dd->ipath_pd[i]; in ipath_get_faststats()
|
D | ipath_intr.c | 593 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()
|
D | ipath_driver.c | 635 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()
|
D | ipath_mad.c | 353 struct ipath_portdata *pd = dd->ipath_pd[0]; in get_pkeys() 731 struct ipath_portdata *pd; in set_pkeys()
|
D | ipath_iba6110.c | 1676 static int ipath_ht_get_base_info(struct ipath_portdata *pd, void *kbase) in ipath_ht_get_base_info()
|