Lines Matching defs:data
80 * require an sg allocation that needs more than a page of data.
101 * verifying that they don't point to kernel text, data, pagetables, or similar
153 * The apple_nvme_iod describes the data in an I/O.
658 static irqreturn_t apple_nvme_irq(int irq, void *data)
660 struct apple_nvme *anv = data;
681 * Note: we (ab)use the fact that the prp fields survive if no data
709 * Note: we (ab)use the fact that the prp fields survive if no data
775 static int apple_nvme_init_hctx(struct blk_mq_hw_ctx *hctx, void *data,
778 hctx->driver_data = data;
1229 static void apple_nvme_async_probe(void *data, async_cookie_t cookie)
1231 struct apple_nvme *anv = data;
1238 static void devm_apple_nvme_put_tag_set(void *data)
1240 blk_mq_free_tag_set(data);
1385 static void devm_apple_nvme_mempool_destroy(void *data)
1387 mempool_destroy(data);