Searched refs:rx_fh (Results 1 – 1 of 1) sorted by relevance
1287 struct fc_frame_header *rx_fh; in fc_seq_send_ack() local1314 rx_fh = fc_frame_header_get(rx_fp); in fc_seq_send_ack()1315 f_ctl = ntoh24(rx_fh->fh_f_ctl); in fc_seq_send_ack()1324 fh->fh_seq_id = rx_fh->fh_seq_id; in fc_seq_send_ack()1325 fh->fh_seq_cnt = rx_fh->fh_seq_cnt; in fc_seq_send_ack()1351 struct fc_frame_header *rx_fh; in fc_exch_send_ba_rjt() local1367 rx_fh = fc_frame_header_get(rx_fp); in fc_exch_send_ba_rjt()1378 memcpy(fh->fh_s_id, rx_fh->fh_d_id, 3); in fc_exch_send_ba_rjt()1379 memcpy(fh->fh_d_id, rx_fh->fh_s_id, 3); in fc_exch_send_ba_rjt()1380 fh->fh_ox_id = rx_fh->fh_ox_id; in fc_exch_send_ba_rjt()[all …]