Home
last modified time | relevance | path

Searched refs:rfp (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/drivers/net/ethernet/amd/
Ddeclance.c334 const unsigned char *rfp; in cp_to_buf() local
350 rfp = (const unsigned char *)fp; in cp_to_buf()
352 *rtp++ = *rfp++; in cp_to_buf()
378 rfp = (const unsigned char *)fp; in cp_to_buf()
380 *rtp++ = *rfp++; in cp_to_buf()
393 const unsigned char *rfp; in cp_from_buf() local
409 rfp = (const unsigned char *)fp; in cp_from_buf()
412 *rtp++ = *rfp++; in cp_from_buf()
439 rfp = (const unsigned char *)fp; in cp_from_buf()
441 *rtp++ = *rfp++; in cp_from_buf()
/Linux-v5.4/drivers/scsi/libfc/
Dfc_exch.c2000 static void fc_exch_els_rec(struct fc_frame *rfp) in fc_exch_els_rec() argument
2012 lport = fr_dev(rfp); in fc_exch_els_rec()
2013 rp = fc_frame_payload_get(rfp, sizeof(*rp)); in fc_exch_els_rec()
2065 fc_fill_reply_hdr(fp, rfp, FC_RCTL_ELS_REP, 0); in fc_exch_els_rec()
2074 fc_seq_ls_rjt(rfp, reason, explan); in fc_exch_els_rec()