Searched defs:tidptr (Results 1 - 4 of 4) sorted by relevance

/drivers/infiniband/hw/ipath/
H A Dipath_iba6110.c1477 * @tidptr: pointer to the expected TID (in chip) to update
1486 u64 __iomem *tidptr, u32 type,
1509 writeq(pa, tidptr);
1485 ipath_ht_put_tid(struct ipath_devdata *dd, u64 __iomem *tidptr, u32 type, unsigned long pa) argument
/drivers/infiniband/hw/qib/
H A Dqib_iba6120.c1851 * @tidptr: pointer to the expected TID (in chip) to update
1860 static void qib_6120_put_tid(struct qib_devdata *dd, u64 __iomem *tidptr, argument
1863 u32 __iomem *tidp32 = (u32 __iomem *)tidptr;
1900 * Assumes tidptr always > egrtidbase
1903 tidx = tidptr - dd->egrtidbase;
1918 * @tidptr: pointer to the expected TID (in chip) to update
1927 static void qib_6120_put_tid_2(struct qib_devdata *dd, u64 __iomem *tidptr, argument
1930 u32 __iomem *tidp32 = (u32 __iomem *)tidptr;
1954 tidx = tidptr - dd->egrtidbase;
H A Dqib_iba7220.c2173 * @tidptr: pointer to the expected TID (in chip) to update
2177 static void qib_7220_put_tid(struct qib_devdata *dd, u64 __iomem *tidptr, argument
2201 writeq(pa, tidptr);
H A Dqib_iba7322.c3458 * @tidptr: pointer to the expected TID (in chip) to update
3462 static void qib_7322_put_tid(struct qib_devdata *dd, u64 __iomem *tidptr, argument
3488 writeq(pa, tidptr);

Completed in 67 milliseconds