Searched refs:fc_payload (Results 1 – 2 of 2) sorted by relevance
/linux-5.19.10/drivers/scsi/qedf/ |
D | qedf_els.c | 425 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()
|
D | qedf_hsi.h | 32 __le32 fc_payload[3] /* ABTS FC payload response frame */; member
|