Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/infiniband/ulp/iser/
Diser_memory.c109 unsigned int copy_len, osg_off = 0; in iser_copy_bounce() local
118 memcpy(baddr + bsg_off, oaddr + osg_off, len); in iser_copy_bounce()
120 memcpy(oaddr + osg_off, baddr + bsg_off, len); in iser_copy_bounce()
123 osg_off += len; in iser_copy_bounce()
133 left -= osg_off; in iser_copy_bounce()