Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/amd/
Ddeclance.c333 const unsigned char *rfp; in cp_to_buf() local
349 rfp = (const unsigned char *)fp; in cp_to_buf()
351 *rtp++ = *rfp++; in cp_to_buf()
377 rfp = (const unsigned char *)fp; in cp_to_buf()
379 *rtp++ = *rfp++; in cp_to_buf()
392 const unsigned char *rfp; in cp_from_buf() local
408 rfp = (const unsigned char *)fp; in cp_from_buf()
411 *rtp++ = *rfp++; in cp_from_buf()
438 rfp = (const unsigned char *)fp; in cp_from_buf()
440 *rtp++ = *rfp++; in cp_from_buf()
/Linux-v4.19/drivers/scsi/libfc/
Dfc_exch.c2012 static void fc_exch_els_rec(struct fc_frame *rfp) in fc_exch_els_rec() argument
2024 lport = fr_dev(rfp); in fc_exch_els_rec()
2025 rp = fc_frame_payload_get(rfp, sizeof(*rp)); in fc_exch_els_rec()
2077 fc_fill_reply_hdr(fp, rfp, FC_RCTL_ELS_REP, 0); in fc_exch_els_rec()
2086 fc_seq_ls_rjt(rfp, reason, explan); in fc_exch_els_rec()