Searched refs:fc_payload (Results 1 – 2 of 2) sorted by relevance
| /Linux-v4.19/drivers/scsi/qedf/ |
| D | qedf_els.c | 375 void *resp_buf, *fc_payload; in qedf_l2_els_compl() local 436 fc_payload = fc_frame_payload_get(fp, resp_len); in qedf_l2_els_compl() 437 memcpy(fc_payload, resp_buf, resp_len); in qedf_l2_els_compl() 492 void *resp_buf, *fc_payload; in qedf_srr_compl() local 541 fc_payload = fc_frame_payload_get(fp, resp_len); in qedf_srr_compl() 542 memcpy(fc_payload, resp_buf, resp_len); in qedf_srr_compl() 780 void *resp_buf, *fc_payload; in qedf_rec_compl() local 833 fc_payload = fc_frame_payload_get(fp, resp_len); in qedf_rec_compl() 834 memcpy(fc_payload, resp_buf, resp_len); in qedf_rec_compl()
|
| D | qedf_hsi.h | 35 __le32 fc_payload[3] /* ABTS FC payload response frame */; member
|