Lines Matching defs:template
1362 * @template: LLDD entrypoints and operational parameters for the port
1376 struct nvmet_fc_target_template *template,
1384 if (!template->xmt_ls_rsp || !template->fcp_op ||
1385 !template->fcp_abort ||
1386 !template->fcp_req_release || !template->targetport_delete ||
1387 !template->max_hw_queues || !template->max_sgl_segments ||
1388 !template->max_dif_sgl_segments || !template->dma_boundary) {
1393 newrec = kzalloc((sizeof(*newrec) + template->target_priv_sz),
1413 if (template->target_priv_sz)
1421 newrec->ops = template;
1430 newrec->max_sg_cnt = template->max_sgl_segments;