Searched refs:rx_fh (Results 1 – 1 of 1) sorted by relevance
1275 struct fc_frame_header *rx_fh; in fc_seq_send_ack() local1302 rx_fh = fc_frame_header_get(rx_fp); in fc_seq_send_ack()1303 f_ctl = ntoh24(rx_fh->fh_f_ctl); in fc_seq_send_ack()1312 fh->fh_seq_id = rx_fh->fh_seq_id; in fc_seq_send_ack()1313 fh->fh_seq_cnt = rx_fh->fh_seq_cnt; in fc_seq_send_ack()1339 struct fc_frame_header *rx_fh; in fc_exch_send_ba_rjt() local1355 rx_fh = fc_frame_header_get(rx_fp); in fc_exch_send_ba_rjt()1366 memcpy(fh->fh_s_id, rx_fh->fh_d_id, 3); in fc_exch_send_ba_rjt()1367 memcpy(fh->fh_d_id, rx_fh->fh_s_id, 3); in fc_exch_send_ba_rjt()1368 fh->fh_ox_id = rx_fh->fh_ox_id; in fc_exch_send_ba_rjt()[all …]