Lines Matching refs:response

137  * @expect_rsp: flag indicating whether response is expected.
153 * payload and response payload (if expected). The reference count on the
221 /* Allocate buffer for response payload */
300 /* Xmit ELS response <elsCmd> to remote NPORT <did> */
302 "0117 Xmit ELS response x%x to remote "
557 * in FLOGI/FDISC response is cleared and FCID/Fabric portname/ Fabric
585 * Word 1 Bit 31 in FLOGI response is clean address bit
608 * @ulp_word4: command response value
613 * from the IOCB response. It also check the newly assigned N_Port ID to the
693 "response data 0x%x\n",
754 * response to this fabric parameter change event.
923 * @rspiocb: pointer to lpfc response iocb data structure.
926 * a Fabric Login (FLOGI) command. If the response IOCB reported error,
1147 "2831 FLOGI response with cleared Fabric "
1237 * @rspiocb: pointer to lpfc response iocb data structure.
1651 * @prsp: pointer to response IOCB payload.
1928 * @rspiocb: pointer to lpfc response iocb data structure.
1986 * @rspiocb: pointer to lpfc response iocb data structure.
1991 * PLOGI response IOCB. If such ndlp does not exist, the PLOGI is simply
1992 * ignored and command IOCB released. The PLOGI response IOCB status is
2305 * @rspiocb: pointer to lpfc response iocb data structure.
2308 * (PRLI) ELS command. The PRLI response IOCB status is checked for error
2704 * the RPI is either unregistered (failed ADISC response)
2773 * @rspiocb: pointer to lpfc response iocb data structure.
2779 * exit. Otherwise, the response status is checked. If error was reported
2780 * in the response status, the ADISC command shall be retried by invoking
2782 * the response status, the state machine is invoked to set transition
2970 * @rspiocb: pointer to lpfc response iocb data structure.
2973 * command. If no error status was reported from the LOGO response, the
3213 * @rspiocb: pointer to lpfc response iocb data structure.
3350 * @rspiocb: pointer to lpfc response iocb data structure.
3435 /* The RDF response doesn't have any impact on the running driver
3968 * @rspiocb: pointer to lpfc response iocb data structure.
3973 * routine parses the FPort's response and decides on the least common
4047 * Payload length in bytes is the response descriptor list
4586 * @rspiocb: pointer to lpfc response iocb data structure.
5080 * response of the command IOCB. If so, it will be released before releasing
5091 /* Free the response before processing the command. */
5203 * lpfc_cmpl_els_logo_acc - Completion callback function to logo acc response
5206 * @rspiocb: pointer to lpfc response iocb data structure.
5311 * lpfc_cmpl_els_rsp - Completion callback function for els response iocb cmd
5314 * @rspiocb: pointer to lpfc response iocb data structure.
5336 "3177 ELS response failed\n");
5365 /* ELS response tag <ulpIoTag> completes */
5367 "0110 ELS response tag x%x completes "
5479 * lpfc_els_rsp_acc - Prepare and issue an acc response iocb command
5486 * This routine prepares and issues an Accept (ACC) response IOCB
5488 * specific ACC response command to be issued and invokes the
5489 * lpfc_sli_issue_iocb() routine to send out ACC response IOCB. If a
5497 * response ELS IOCB command.
5500 * 0 - Successfully issued acc response
5501 * 1 - Failed to issue acc response
5744 /* Xmit ELS ACC response tag <ulpIoTag> */
5746 "0128 Xmit ELS ACC response Status: x%x, IoTag: x%x, "
5756 * lpfc_els_rsp_reject - Prepare and issue a rjt response iocb command
5758 * @rejectError: reject response to issue
5763 * This routine prepares and issue an Reject (RJT) response IOCB
5770 * the IOCB for the completion callback function to the reject response
5774 * 0 - Successfully issued reject response
5775 * 1 - Failed to issue reject response
5819 /* Xmit ELS RJT <err> response tag <ulpIoTag> */
5821 "0129 Xmit ELS RJT x%x response tag x%x "
5950 /* Xmit ELS ACC response tag <ulpIoTag> */
5952 "0152 Xmit EDC ACC response Status: x%x, IoTag: x%x, "
5963 * lpfc_els_rsp_adisc_acc - Prepare and issue acc response to adisc iocb cmd
5968 * This routine prepares and issues an Accept (ACC) response to Address
5974 * the IOCB for the completion callback function to the ADISC Accept response
5978 * 0 - Successfully issued acc adisc response
5979 * 1 - Failed to issue adisc acc response
6019 /* Xmit ADISC ACC response tag <ulpIoTag> */
6021 "0130 Xmit ADISC ACC response iotag x%x xri: "
6060 * lpfc_els_rsp_prli_acc - Prepare and issue acc response to prli iocb cmd
6065 * This routine prepares and issues an Accept (ACC) response to Process
6071 * the IOCB for the completion callback function to the PRLI Accept response
6075 * 0 - Successfully issued acc prli response
6076 * 1 - Failed to issue acc prli response
6141 /* Xmit PRLI ACC response tag <ulpIoTag> */
6143 "0131 Xmit PRLI ACC response tag x%x xri x%x, "
6182 /* Xmit PRLI ACC response tag <ulpIoTag> */
6252 * lpfc_els_rsp_rnid_acc - Issue rnid acc response iocb command
6259 * (ACC) response. It constructs the RNID ACC response command according to
6261 * issue the response.
6268 * 0 - Successfully issued acc rnid response
6269 * 1 - Failed to issue acc rnid response
6311 /* Xmit RNID ACC response tag <ulpIoTag> */
6313 "0132 Xmit RNID ACC response tag x%x xri x%x\n",
6414 * lpfc_els_rsp_echo_acc - Issue echo acc response
6421 * 0 - Successfully issued acc echo response
6422 * 1 - Failed to issue acc echo response
6468 /* Xmit ECHO ACC response tag <ulpIoTag> */
6470 "2876 Xmit ECHO ACC response tag x%x xri x%x\n",
6539 * missing in gidft response.
7103 "2171 Xmit RDP response tag x%x xri x%x, "
7399 * gather all data and send RDP response.
7402 * 0 - Sent the acc response
7403 * 1 - Sent the reject response.
7515 shdr_status = bf_get(lpfc_mbox_hdr_status, &shdr->response);
7516 shdr_add_status = bf_get(lpfc_mbox_hdr_add_status, &shdr->response);
7712 * 0 - Sent the acc response
7713 * 1 - Sent the reject response.
8017 * 0 - Just sent the acc response
8018 * 1 - Sent the acc response and waited for name server completion
8457 /* Defer ACC response until AFTER we issue a FLOGI */
8621 * (ACC) response to a Read Link Status (RLS) unsolicited IOCB event. It
8623 * mailbox command, constructs the RLS response with the link statistics
8625 * response to the RLS.
8699 /* Xmit ELS RLS ACC response tag <ulpIoTag> */
8701 "2874 Xmit ELS RLS ACC response tag x%x xri x%x, "
8732 * response. Otherwise, it issue the MBX_READ_LNK_STAT mailbox command
8735 * to actually sending out RPL Accept (ACC) response.
8777 /* issue rejection response */
8796 * response. Otherwise, it sends the Accept(ACC) response to a Read Timeout
8840 /* use the command's xri in the response */
8862 /* Xmit ELS RLS ACC response tag <ulpIoTag> */
8864 "2875 Xmit ELS RTV ACC response tag x%x xri x%x, "
8887 /* issue rejection response */
9059 /* Xmit ELS RPL ACC response tag <ulpIoTag> */
9061 "0120 Xmit ELS RPL ACC response tag x%x "
9094 * invokes the lpfc_els_rsp_reject() routine to send reject response.
9114 /* issue rejection response */
9216 /* Send a FARP response to that node */
9225 * lpfc_els_rcv_farpr - Process an unsolicited farp response iocb
9233 * the FARP response request.
9648 * GEN_REQUESTs waiting for a response.
9777 * @rspiocbp: Pointer to response iocb which reported error.
10506 /* retain node if our response is deferred */
11244 * @rspiocb: pointer to FDISC response iocb.
11268 * @rspiocb: pointer to lpfc response iocb data structure.
11534 * @rspiocb: pointer to lpfc response iocb data structure.
11800 * @rspiocb: pointer to lpfc response iocb data structure.
12125 * The driver calls this routine in response to an SLI4 XRI ABORT CQE