Lines Matching defs:payload

143  * payload and response payload (if expected). The reference count on the
206 /* Allocate buffer for command payload */
215 /* Allocate buffer for response payload */
1260 * for a @vport. The initiator service parameters are put into the payload
1299 /* For FLOGI request, remainder of payload is service parameters */
1577 * @prsp: pointer to response IOCB payload.
2182 /* For PLOGI request, remainder of payload is service parameters */
2336 * @vport. The PRLI service parameters are set up in the payload of the
2419 /* For PRLI request, remainder of payload is service parameters */
2423 /* Remainder of payload is FCP PRLI parameter page.
2454 /* Remainder of payload is NVME PRLI parameter page.
2741 * @vport. It prepares the payload of the ADISC ELS command, updates the
2773 /* For ADISC request, remainder of payload is service parameters */
2777 /* Fill in ADISC payload */
2944 * payload of the IOCB, properly sets up the @ndlp state, and invokes the
2986 /* Fill in LOGO payload */
3168 * IOCB is allocated, payload prepared, and the lpfc_sli_issue_iocb()
3219 /* For SCR, remainder of payload is SCR parameter page */
3367 * for this (FARPR) purpose. An IOCB is allocated, payload prepared, and the
3420 /* Fill in FARPR payload */
3518 /* Configure the payload for the supported FPIN events. */
4369 * payload, so don't free data buffer till after
4971 * Discover (ADISC) ELS command. It simply prepares the payload of the IOCB
5054 * Login (PRLI) ELS command. It simply prepares the payload of the IOCB
5084 /* Need the incoming PRLI payload to determine if the ACC is for an
5090 /* PRLI type payload is at byte 3 for FCP or NVME. */
5130 /* For PRLI, remainder of payload is PRLI parameter page */
5541 desc->payload.els_req = word0;
5542 desc->length = cpu_to_be32(sizeof(desc->payload));
5971 /* This will change once we know the true size of the RDP payload */
6003 /* For RDP payload */
6043 /* Now that we know the true size of the payload, update the BPL */
6122 * IOCB. First, the payload of the unsolicited RDP is checked.
6395 * First, the payload of the unsolicited LCB is checked.
6693 * Notification) IOCB. First, the payload of the unsolicited RSCN is walked
6701 * all nodes that match RSCN payload. Otherwise, the lpfc_els_handle_rscn()
6816 * RSCN payload buffer, cmdiocb->context2 to process later.
6874 /* send RECOVERY event for ALL nodes that match RSCN payload */
6896 /* send RECOVERY event for ALL nodes that match RSCN payload */
7494 /* populate RTV payload */
7565 /* For RRQ request, remainder of payload is Exchange IDs */
7664 /* Setup the RPL ACC payload */
8299 * @payload: ELS command code type.
8307 uint32_t *payload)
8313 if (*payload == ELS_CMD_LOGO) {
8333 switch (*payload) {
8345 /* Copy the WWPN in the LOGO payload */
8346 memcpy(logo_data->logo_wwpn, &payload[2],
8355 if (*payload == ELS_CMD_LOGO) {
8480 uint32_t *payload, payload_len;
8490 payload = ((struct lpfc_dmabuf *)elsiocb->context2)->virt;
8492 cmd = *payload;
8590 ndlp = lpfc_plogi_confirm_nport(phba, payload, ndlp);
8605 lpfc_send_els_event(vport, ndlp, payload);
8660 lpfc_send_els_event(vport, ndlp, payload);
8674 lpfc_send_els_event(vport, ndlp, payload);
8701 lpfc_send_els_event(vport, ndlp, payload);
8843 lpfc_els_rcv_fpin(vport, (struct fc_els_fpin *)payload,
9687 /* Fill in LOGO payload */