Searched refs:fc_payload (Results 1 – 2 of 2) sorted by relevance
/Linux-v5.4/drivers/scsi/qedf/ |
D | qedf_els.c | 410 void *resp_buf, *fc_payload; in qedf_l2_els_compl() local 474 fc_payload = fc_frame_payload_get(fp, resp_len); in qedf_l2_els_compl() 475 memcpy(fc_payload, resp_buf, resp_len); in qedf_l2_els_compl() 530 void *resp_buf, *fc_payload; in qedf_srr_compl() local 584 fc_payload = fc_frame_payload_get(fp, resp_len); in qedf_srr_compl() 585 memcpy(fc_payload, resp_buf, resp_len); in qedf_srr_compl() 825 void *resp_buf, *fc_payload; in qedf_rec_compl() local 884 fc_payload = fc_frame_payload_get(fp, resp_len); in qedf_rec_compl() 885 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
|