Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/amd/
Ddeclance.c332 const unsigned char *rfp; in cp_to_buf() local
348 rfp = (const unsigned char *)fp; in cp_to_buf()
350 *rtp++ = *rfp++; in cp_to_buf()
376 rfp = (const unsigned char *)fp; in cp_to_buf()
378 *rtp++ = *rfp++; in cp_to_buf()
391 const unsigned char *rfp; in cp_from_buf() local
407 rfp = (const unsigned char *)fp; in cp_from_buf()
410 *rtp++ = *rfp++; in cp_from_buf()
437 rfp = (const unsigned char *)fp; in cp_from_buf()
439 *rtp++ = *rfp++; in cp_from_buf()
/linux-4.4.14/drivers/scsi/libfc/
Dfc_exch.c1946 static void fc_exch_els_rec(struct fc_frame *rfp) in fc_exch_els_rec() argument
1959 lport = fr_dev(rfp); in fc_exch_els_rec()
1960 rp = fc_frame_payload_get(rfp, sizeof(*rp)); in fc_exch_els_rec()
1995 fc_fill_reply_hdr(fp, rfp, FC_RCTL_ELS_REP, 0); in fc_exch_els_rec()
2004 fc_seq_ls_rjt(rfp, reason, explan); in fc_exch_els_rec()