Lines Matching defs:payload
153 * payload and response payload (if expected). The reference count on the
212 /* Allocate buffer for command payload */
221 /* Allocate buffer for response payload */
1274 * for a @vport. The initiator service parameters are put into the payload
1314 /* For FLOGI request, remainder of payload is service parameters */
1651 * @prsp: pointer to response IOCB payload.
2235 /* For PLOGI request, remainder of payload is service parameters */
2453 * @vport. The PRLI service parameters are set up in the payload of the
2535 /* For PRLI request, remainder of payload is service parameters */
2539 /* Remainder of payload is FCP PRLI parameter page.
2570 /* Remainder of payload is NVME PRLI parameter page.
2893 * @vport. It prepares the payload of the ADISC ELS command, updates the
2924 /* For ADISC request, remainder of payload is service parameters */
2928 /* Fill in ADISC payload */
3128 * payload of the IOCB, properly sets up the @ndlp state, and invokes the
3168 /* Fill in LOGO payload */
3478 * IOCB is allocated, payload prepared, and the lpfc_sli_issue_iocb()
3529 /* For SCR, remainder of payload is SCR parameter page */
3666 * for this (FARPR) purpose. An IOCB is allocated, payload prepared, and the
3710 /* Fill in FARPR payload */
3803 /* Configure the payload for the supported FPIN events. */
4306 /* Configure the payload for the supported Diagnostics capabilities. */
5163 * payload, so don't free data buffer till after
5969 * Discover (ADISC) ELS command. It simply prepares the payload of the IOCB
6066 * Login (PRLI) ELS command. It simply prepares the payload of the IOCB
6097 /* Need the incoming PRLI payload to determine if the ACC is for an
6103 /* PRLI type payload is at byte 3 for FCP or NVME. */
6154 /* For PRLI, remainder of payload is PRLI parameter page */
6639 desc->payload.els_req = word0;
6640 desc->length = cpu_to_be32(sizeof(desc->payload));
7079 /* This will change once we know the true size of the RDP payload */
7119 /* For RDP payload */
7159 /* Now that we know the true size of the payload, update the BPL */
7395 * IOCB. First, the payload of the unsolicited RDP is checked.
7708 * First, the payload of the unsolicited LCB is checked.
8005 * Notification) IOCB. First, the payload of the unsolicited RSCN is walked
8013 * all nodes that match RSCN payload. Otherwise, the lpfc_els_handle_rscn()
8135 * RSCN payload buffer, cmdiocb->cmd_dmabuf to process later.
8193 /* send RECOVERY event for ALL nodes that match RSCN payload */
8215 /* send RECOVERY event for ALL nodes that match RSCN payload */
8855 /* populate RTV payload */
8932 /* For RRQ request, remainder of payload is Exchange IDs */
9051 /* Setup the RPL ACC payload */
9326 uint8_t *payload;
9332 payload = cmdiocb->cmd_dmabuf->virt;
9334 edc_req = (struct fc_els_edc *)payload;
9337 ptr = (uint32_t *)payload;
9340 "3319 Rcv EDC payload len %d: x%x x%x x%x\n",
9847 * @payload: ELS command code type.
9855 uint32_t *payload)
9861 if (*payload == ELS_CMD_LOGO) {
9881 switch (*payload) {
9893 /* Copy the WWPN in the LOGO payload */
9894 memcpy(logo_data->logo_wwpn, &payload[2],
9903 if (*payload == ELS_CMD_LOGO) {
9940 * @wwnlist: Pointer to list of WWPNs in FPIN payload
9941 * @cnt: count of WWPNs in FPIN payload
9963 /* Extract the next WWPN from the payload */
10048 /* Skip over desc_tag/desc_len header to payload */
10298 /* Format payload such that the FPIN delivered to the
10340 u32 *payload, payload_len;
10351 payload = elsiocb->cmd_dmabuf->virt;
10357 cmd = *payload;
10443 ndlp = lpfc_plogi_confirm_nport(phba, payload, ndlp);
10460 lpfc_send_els_event(vport, ndlp, payload);
10519 lpfc_send_els_event(vport, ndlp, payload);
10536 lpfc_send_els_event(vport, ndlp, payload);
10564 lpfc_send_els_event(vport, ndlp, payload);
10713 lpfc_els_rcv_fpin(vport, (struct fc_els_fpin *)payload,
11638 /* Fill in LOGO payload */