Searched refs:porttid (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/drivers/infiniband/hw/ipath/
H A Dipath_file_ops.c299 u32 tid, porttid, cnt, i, tidcnt, tidoff; ipath_tid_update() local
324 porttid = pd->port_port * dd->ipath_rcvtidcnt; ipath_tid_update()
333 porttid += tidoff; ipath_tid_update()
338 porttid += tidoff; ipath_tid_update()
355 porttid * sizeof(*tidbase)); ipath_tid_update()
393 if (!dd->ipath_pageshadow[porttid + tid]) ipath_tid_update()
412 dd->ipath_pageshadow[porttid + tid] = pagep[i]; ipath_tid_update()
413 dd->ipath_physshadow[porttid + tid] = ipath_map_page( ipath_tid_update()
420 physaddr = dd->ipath_physshadow[porttid + tid]; ipath_tid_update()
450 if (dd->ipath_pageshadow[porttid + tid]) { ipath_tid_update()
457 dd->ipath_physshadow[porttid + tid], ipath_tid_update()
459 dd->ipath_pageshadow[porttid + tid] = NULL; ipath_tid_update()
517 u32 tid, porttid, cnt, limit, tidcnt; ipath_tid_free() local
533 porttid = pd->port_port * dd->ipath_rcvtidcnt; ipath_tid_free()
539 porttid += dd->ipath_rcvtidcnt - tidcnt; ipath_tid_free()
542 porttid += tidcnt * (subport - 1); ipath_tid_free()
546 porttid * sizeof(*tidbase)); ipath_tid_free()
554 "set is %d, porttid %u\n", pd->port_port, ti->tidcnt, ipath_tid_free()
555 limit, tid, porttid); ipath_tid_free()
567 if (dd->ipath_pageshadow[porttid + tid]) { ipath_tid_free()
569 p = dd->ipath_pageshadow[porttid + tid]; ipath_tid_free()
570 dd->ipath_pageshadow[porttid + tid] = NULL; ipath_tid_free()
577 dd->ipath_physshadow[porttid + tid], ipath_tid_free()

Completed in 69 milliseconds