Lines Matching refs:response

143  * @expect_rsp: flag indicating whether response is expected.
159 * payload and response payload (if expected). The reference count on the
227 /* Allocate buffer for response payload */
306 /* Xmit ELS response <elsCmd> to remote NPORT <did> */
308 "0117 Xmit ELS response x%x to remote "
560 * in FLOGI/FDISC response is cleared and FCID/Fabric portname/ Fabric
587 * Word 1 Bit 31 in FLOGI response is clean address bit
607 * @ulp_word4: command response value
612 * from the IOCB response. It also check the newly assigned N_Port ID to the
686 "response data 0x%x\n",
745 * response to this fabric parameter change event.
905 * @rspiocb: pointer to lpfc response iocb data structure.
908 * a Fabric Login (FLOGI) command. If the response IOCB reported error,
1126 "2831 FLOGI response with cleared Fabric "
1218 * @rspiocb: pointer to lpfc response iocb data structure.
1636 * @prsp: pointer to response IOCB payload.
1924 * @rspiocb: pointer to lpfc response iocb data structure.
1982 * @rspiocb: pointer to lpfc response iocb data structure.
1987 * PLOGI response IOCB. If such ndlp does not exist, the PLOGI is simply
1988 * ignored and command IOCB released. The PLOGI response IOCB status is
2304 * @rspiocb: pointer to lpfc response iocb data structure.
2307 * (PRLI) ELS command. The PRLI response IOCB status is checked for error
2703 * the RPI is either unregistered (failed ADISC response)
2771 * @rspiocb: pointer to lpfc response iocb data structure.
2777 * exit. Otherwise, the response status is checked. If error was reported
2778 * in the response status, the ADISC command shall be retried by invoking
2780 * the response status, the state machine is invoked to set transition
2972 * @rspiocb: pointer to lpfc response iocb data structure.
2975 * command. If no error status was reported from the LOGO response, the
3219 * @rspiocb: pointer to lpfc response iocb data structure.
3356 * @rspiocb: pointer to lpfc response iocb data structure.
3441 /* The RDF response doesn't have any impact on the running driver
3976 * @rspiocb: pointer to lpfc response iocb data structure.
3981 * routine parses the FPort's response and decides on the least common
4058 * Payload length in bytes is the response descriptor list
4595 * @rspiocb: pointer to lpfc response iocb data structure.
5092 * response of the command IOCB. If so, it will be released before releasing
5103 /* Free the response before processing the command. */
5215 * lpfc_cmpl_els_logo_acc - Completion callback function to logo acc response
5218 * @rspiocb: pointer to lpfc response iocb data structure.
5323 * lpfc_cmpl_els_rsp - Completion callback function for els response iocb cmd
5326 * @rspiocb: pointer to lpfc response iocb data structure.
5348 "3177 ELS response failed\n");
5377 /* ELS response tag <ulpIoTag> completes */
5379 "0110 ELS response tag x%x completes "
5491 * lpfc_els_rsp_acc - Prepare and issue an acc response iocb command
5498 * This routine prepares and issues an Accept (ACC) response IOCB
5500 * specific ACC response command to be issued and invokes the
5501 * lpfc_sli_issue_iocb() routine to send out ACC response IOCB. If a
5509 * response ELS IOCB command.
5512 * 0 - Successfully issued acc response
5513 * 1 - Failed to issue acc response
5756 /* Xmit ELS ACC response tag <ulpIoTag> */
5758 "0128 Xmit ELS ACC response Status: x%x, IoTag: x%x, "
5768 * lpfc_els_rsp_reject - Prepare and issue a rjt response iocb command
5770 * @rejectError: reject response to issue
5775 * This routine prepares and issue an Reject (RJT) response IOCB
5782 * the IOCB for the completion callback function to the reject response
5786 * 0 - Successfully issued reject response
5787 * 1 - Failed to issue reject response
5831 /* Xmit ELS RJT <err> response tag <ulpIoTag> */
5833 "0129 Xmit ELS RJT x%x response tag x%x "
5962 /* Xmit ELS ACC response tag <ulpIoTag> */
5964 "0152 Xmit EDC ACC response Status: x%x, IoTag: x%x, "
5975 * lpfc_els_rsp_adisc_acc - Prepare and issue acc response to adisc iocb cmd
5980 * This routine prepares and issues an Accept (ACC) response to Address
5986 * the IOCB for the completion callback function to the ADISC Accept response
5990 * 0 - Successfully issued acc adisc response
5991 * 1 - Failed to issue adisc acc response
6031 /* Xmit ADISC ACC response tag <ulpIoTag> */
6033 "0130 Xmit ADISC ACC response iotag x%x xri: "
6072 * lpfc_els_rsp_prli_acc - Prepare and issue acc response to prli iocb cmd
6077 * This routine prepares and issues an Accept (ACC) response to Process
6083 * the IOCB for the completion callback function to the PRLI Accept response
6087 * 0 - Successfully issued acc prli response
6088 * 1 - Failed to issue acc prli response
6153 /* Xmit PRLI ACC response tag <ulpIoTag> */
6155 "0131 Xmit PRLI ACC response tag x%x xri x%x, "
6194 /* Xmit PRLI ACC response tag <ulpIoTag> */
6264 * lpfc_els_rsp_rnid_acc - Issue rnid acc response iocb command
6271 * (ACC) response. It constructs the RNID ACC response command according to
6273 * issue the response.
6280 * 0 - Successfully issued acc rnid response
6281 * 1 - Failed to issue acc rnid response
6323 /* Xmit RNID ACC response tag <ulpIoTag> */
6325 "0132 Xmit RNID ACC response tag x%x xri x%x\n",
6426 * lpfc_els_rsp_echo_acc - Issue echo acc response
6433 * 0 - Successfully issued acc echo response
6434 * 1 - Failed to issue acc echo response
6480 /* Xmit ECHO ACC response tag <ulpIoTag> */
6482 "2876 Xmit ECHO ACC response tag x%x xri x%x\n",
6550 * missing in gidft response.
7102 "2171 Xmit RDP response tag x%x xri x%x, "
7396 * gather all data and send RDP response.
7399 * 0 - Sent the acc response
7400 * 1 - Sent the reject response.
7513 shdr_status = bf_get(lpfc_mbox_hdr_status, &shdr->response);
7514 shdr_add_status = bf_get(lpfc_mbox_hdr_add_status, &shdr->response);
7710 * 0 - Sent the acc response
7711 * 1 - Sent the reject response.
8016 * 0 - Just sent the acc response
8017 * 1 - Sent the acc response and waited for name server completion
8450 /* Defer ACC response until AFTER we issue a FLOGI */
8614 * (ACC) response to a Read Link Status (RLS) unsolicited IOCB event. It
8616 * mailbox command, constructs the RLS response with the link statistics
8618 * response to the RLS.
8692 /* Xmit ELS RLS ACC response tag <ulpIoTag> */
8694 "2874 Xmit ELS RLS ACC response tag x%x xri x%x, "
8725 * response. Otherwise, it issue the MBX_READ_LNK_STAT mailbox command
8728 * to actually sending out RPL Accept (ACC) response.
8769 /* issue rejection response */
8788 * response. Otherwise, it sends the Accept(ACC) response to a Read Timeout
8832 /* use the command's xri in the response */
8854 /* Xmit ELS RLS ACC response tag <ulpIoTag> */
8856 "2875 Xmit ELS RTV ACC response tag x%x xri x%x, "
8879 /* issue rejection response */
9051 /* Xmit ELS RPL ACC response tag <ulpIoTag> */
9053 "0120 Xmit ELS RPL ACC response tag x%x "
9086 * invokes the lpfc_els_rsp_reject() routine to send reject response.
9106 /* issue rejection response */
9208 /* Send a FARP response to that node */
9217 * lpfc_els_rcv_farpr - Process an unsolicited farp response iocb
9225 * the FARP response request.
9640 * GEN_REQUESTs waiting for a response.
9769 * @rspiocbp: Pointer to response iocb which reported error.
10501 /* retain node if our response is deferred */
11225 * @rspiocb: pointer to FDISC response iocb.
11249 * @rspiocb: pointer to lpfc response iocb data structure.
11513 * @rspiocb: pointer to lpfc response iocb data structure.
11776 * @rspiocb: pointer to lpfc response iocb data structure.
12101 * The driver calls this routine in response to an SLI4 XRI ABORT CQE