Lines Matching defs:hosthandle
1294 * @hosthandle: hosthandle set by the driver in a prior ls_rqst_rcv.
1307 void *hosthandle,
1327 ndlp = (struct lpfc_nodelist *)hosthandle;
1338 * @hosthandle: hosthandle set by the driver in a prior ls_rqst_rcv.
1347 void *hosthandle,
1359 ndlp = (struct lpfc_nodelist *)hosthandle;
1367 lpfc_nvmet_host_release(void *hosthandle)
1369 struct lpfc_nodelist *ndlp = hosthandle;
1377 "6202 NVMET XPT releasing hosthandle x%px "
1379 hosthandle, ndlp->nlp_DID, ndlp->fc4_xpt_flags,
2155 * Driver passes the ndlp as the hosthandle argument allowing
3616 "6203 Invalidating hosthandle x%px\n",
3626 /* Do not invalidate any nodes that do not have a hosthandle.