Searched refs:bufpool (Results 1 – 5 of 5) sorted by relevance
123 struct list_head bufpool; /* free buffers pool list for recv and xmit */ member
39 struct list_head *list = &rsrc->bufpool; in irdma_puda_get_bufpool() 67 list_add(&buf->list, &rsrc->bufpool); in irdma_puda_ret_bufpool() 1051 INIT_LIST_HEAD(&rsrc->bufpool); in irdma_puda_create_rsrc()
181 mempool_t *bufpool; /* for deadlock-free Buf allocation */ member
300 mempool_destroy(d->bufpool); in freedev() 491 d->bufpool = NULL; /* defer to aoeblk_gdalloc */ in aoedev_by_aoeaddr()
872 buf = mempool_alloc(d->bufpool, GFP_ATOMIC); in nextbuf() 1073 mempool_free(buf, d->bufpool); in aoe_end_buf()