Lines Matching defs:ops

126 	struct nvme_fc_port_template	*ops;
278 struct nvme_fc_port_template *ops,
312 lport->ops = ops;
410 newrec->ops = template;
475 lport->ops->localport_delete(&lport->localport);
702 newrec = kmalloc((sizeof(*newrec) + lport->ops->remote_priv_sz),
726 if (lport->ops->remote_priv_sz)
771 rport->lport->ops->ls_abort(&rport->lport->localport,
881 rport->lport->ops->remoteport_delete(portptr);
1095 ret = rport->lport->ops->ls_req(&rport->lport->localport,
1182 ctrl->lport->ops->lsrqst_priv_sz), GFP_KERNEL);
1194 if (ctrl->lport->ops->lsrqst_priv_sz)
1298 ctrl->lport->ops->lsrqst_priv_sz), GFP_KERNEL);
1310 if (ctrl->lport->ops->lsrqst_priv_sz)
1428 ctrl->lport->ops->lsrqst_priv_sz), GFP_KERNEL);
1440 if (ctrl->lport->ops->lsrqst_priv_sz)
1489 ret = lport->ops->xmt_ls_rsp(&lport->localport, &rport->remoteport,
1740 if (!lport->ops->xmt_ls_rsp) {
1860 ctrl->lport->ops->fcp_abort(&ctrl->lport->localport,
1874 /* ensure we've initialized the ops once */
2171 if (ctrl->lport->ops->fcprqst_priv_sz) {
2172 private = kzalloc(ctrl->lport->ops->fcprqst_priv_sz,
2297 if (ctrl->lport->ops->delete_queue)
2298 ctrl->lport->ops->delete_queue(&ctrl->lport->localport, qidx,
2319 if (ctrl->lport->ops->create_queue)
2320 ret = ctrl->lport->ops->create_queue(&ctrl->lport->localport,
2747 ret = ctrl->lport->ops->fcp_io(&ctrl->lport->localport,
2874 if (ctrl->lport->ops->map_queues)
2875 ctrl->lport->ops->map_queues(&ctrl->lport->localport,
2900 ctrl->lport->ops->max_hw_queues);
2917 ctrl->lport->ops->fcprqst_priv_sz));
2954 ctrl->lport->ops->max_hw_queues);
3014 lport->ops->localport_delete(&lport->localport);
3045 lport->ops->remoteport_delete(&rport->remoteport);
3114 ctrl->ctrl.max_segments = ctrl->lport->ops->max_sgl_segments;
3514 lport->ops->max_hw_queues);
3545 ctrl->lport->ops->fcprqst_priv_sz));