Lines Matching refs:PRLI
2236 * (PRLI) ELS command. The PRLI response IOCB status is checked for error
2237 * status. If there is error status reported, PRLI retry shall be attempted
2240 * ndlp to mark the PRLI completion.
2267 "PRLI cmpl: status:x%x/x%x did:x%x",
2271 /* PRLI completes to NPort <nlp_DID> */
2273 "0103 PRLI completes to NPort x%06x "
2289 /* If we don't send GFT_ID to Fabric, a PRLI error
2301 /* PRLI failed */
2303 "2754 PRLI failure DID:%06X Status:x%x/x%x, "
2316 * PRLI is outstanding, don't call the state machine
2335 * This routine issues a Process Login (PRLI) ELS command for the
2336 * @vport. The PRLI service parameters are set up in the payload of the
2337 * PRLI Request command and the pointer to lpfc_cmpl_els_prli() routine
2339 * routine lpfc_sli_issue_iocb() to send out PRLI command.
2344 * callback function to the PRLI ELS command.
2356 PRLI *npr;
2387 cmdsize = (sizeof(uint32_t) + sizeof(PRLI));
2419 /* For PRLI request, remainder of payload is service parameters */
2423 /* Remainder of payload is FCP PRLI parameter page.
2430 npr = (PRLI *)pcmd;
2454 /* Remainder of payload is NVME PRLI parameter page.
2490 "Issue PRLI: did:x%x",
2516 * a PRLI is issued for all types before exiting.
3796 * PRLI, ADISC, LOGO, and FDISC. Based on the ELS command type and the
3957 "0168 NVME PRLI LS_RJT "
3969 * rejected the PRLI - can't do it now. Delay
3973 * no point to retry PRLI.
4083 * receives an FCP PRLI because lpfc nvmet only
5054 * Login (PRLI) ELS command. It simply prepares the payload of the IOCB
5060 * callback function to the PRLI Accept response ELS IOCB command.
5071 PRLI *npr;
5084 /* Need the incoming PRLI payload to determine if the ACC is for an
5085 * FC4 or NVME PRLI type. The PRLI type is at word 1.
5090 /* PRLI type payload is at byte 3 for FCP or NVME. */
5098 cmdsize = sizeof(uint32_t) + sizeof(PRLI);
5117 /* Xmit PRLI ACC response tag <ulpIoTag> */
5119 "0131 Xmit PRLI ACC response tag x%x xri x%x, "
5130 /* For PRLI, remainder of payload is PRLI parameter page */
5139 npr = (PRLI *) pcmd;
5153 /* Respond with an NVME PRLI Type */
5176 "6015 NVME issue PRLI ACC word1 x%08x "
5192 "Issue ACC PRLI: did:x%x flg:x%x",
8752 "RCV PRLI: did:x%x/ste:x%x flg:x%x",