Searched refs:rx_fh (Results 1 – 1 of 1) sorted by relevance
1242 struct fc_frame_header *rx_fh; in fc_seq_send_ack() local1267 rx_fh = fc_frame_header_get(rx_fp); in fc_seq_send_ack()1268 f_ctl = ntoh24(rx_fh->fh_f_ctl); in fc_seq_send_ack()1277 fh->fh_seq_id = rx_fh->fh_seq_id; in fc_seq_send_ack()1278 fh->fh_seq_cnt = rx_fh->fh_seq_cnt; in fc_seq_send_ack()1304 struct fc_frame_header *rx_fh; in fc_exch_send_ba_rjt() local1315 rx_fh = fc_frame_header_get(rx_fp); in fc_exch_send_ba_rjt()1326 memcpy(fh->fh_s_id, rx_fh->fh_d_id, 3); in fc_exch_send_ba_rjt()1327 memcpy(fh->fh_d_id, rx_fh->fh_s_id, 3); in fc_exch_send_ba_rjt()1328 fh->fh_ox_id = rx_fh->fh_ox_id; in fc_exch_send_ba_rjt()[all …]