[go: nahoru, domu]

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

/drivers/infiniband/hw/qib/
H A Dqib_user_sdma.c686 unsigned long fofs = addr & ~PAGE_MASK; local
687 int flen = ((fofs + tlen) > PAGE_SIZE) ?
688 (PAGE_SIZE - fofs) : tlen;
691 pages[i], 1, fofs, flen, NULL);
/drivers/infiniband/hw/ipath/
H A Dipath_user_sdma.c301 unsigned long fofs = addr & ~PAGE_MASK; local
308 ipath_user_sdma_init_frag(pkt, pkt->naddr, fofs, flen, 1, 1,

Completed in 29 milliseconds