Home
last modified time | relevance | path

Searched refs:fc_payload (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/scsi/qedf/
H A Dqedf_els.c425 void *resp_buf, *fc_payload; in qedf_l2_els_compl() local
489 fc_payload = fc_frame_payload_get(fp, resp_len); in qedf_l2_els_compl()
490 memcpy(fc_payload, resp_buf, resp_len); in qedf_l2_els_compl()
545 void *resp_buf, *fc_payload; in qedf_srr_compl() local
599 fc_payload = fc_frame_payload_get(fp, resp_len); in qedf_srr_compl()
600 memcpy(fc_payload, resp_buf, resp_len); in qedf_srr_compl()
840 void *resp_buf, *fc_payload; in qedf_rec_compl() local
899 fc_payload = fc_frame_payload_get(fp, resp_len); in qedf_rec_compl()
900 memcpy(fc_payload, resp_buf, resp_len); in qedf_rec_compl()
H A Dqedf_hsi.h32 __le32 fc_payload[3] /* ABTS FC payload response frame */; member
/linux/drivers/scsi/fnic/
H A Dfdls_disc.c4141 uint8_t *fc_payload; in fdls_process_els_req() local
4146 fc_payload = (uint8_t *) fchdr + sizeof(struct fc_frame_header); in fdls_process_els_req()
4147 type = *fc_payload; in fdls_process_els_req()
4740 uint8_t *fc_payload; in fnic_fdls_validate_and_get_frame_type() local
4749 fc_payload = (uint8_t *) fchdr + sizeof(struct fc_frame_header); in fnic_fdls_validate_and_get_frame_type()
4750 type = *fc_payload; in fnic_fdls_validate_and_get_frame_type()