Lines Matching defs:template
1336 * @template: LLDD entrypoints and operational parameters for the port
1350 struct nvmet_fc_target_template *template,
1358 if (!template->xmt_ls_rsp || !template->fcp_op ||
1359 !template->fcp_abort ||
1360 !template->fcp_req_release || !template->targetport_delete ||
1361 !template->max_hw_queues || !template->max_sgl_segments ||
1362 !template->max_dif_sgl_segments || !template->dma_boundary) {
1367 newrec = kzalloc((sizeof(*newrec) + template->target_priv_sz),
1387 if (template->target_priv_sz)
1395 newrec->ops = template;
1404 newrec->max_sg_cnt = template->max_sgl_segments;