Searched refs:rfp (Results 1 – 2 of 2) sorted by relevance
333 const unsigned char *rfp; in cp_to_buf() local349 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() local408 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()
2012 static void fc_exch_els_rec(struct fc_frame *rfp) in fc_exch_els_rec() argument2024 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()