Searched refs:rx_fh (Results 1 – 1 of 1) sorted by relevance
1280 struct fc_frame_header *rx_fh; in fc_seq_send_ack() local1307 rx_fh = fc_frame_header_get(rx_fp); in fc_seq_send_ack()1308 f_ctl = ntoh24(rx_fh->fh_f_ctl); in fc_seq_send_ack()1317 fh->fh_seq_id = rx_fh->fh_seq_id; in fc_seq_send_ack()1318 fh->fh_seq_cnt = rx_fh->fh_seq_cnt; in fc_seq_send_ack()1344 struct fc_frame_header *rx_fh; in fc_exch_send_ba_rjt() local1360 rx_fh = fc_frame_header_get(rx_fp); in fc_exch_send_ba_rjt()1371 memcpy(fh->fh_s_id, rx_fh->fh_d_id, 3); in fc_exch_send_ba_rjt()1372 memcpy(fh->fh_d_id, rx_fh->fh_s_id, 3); in fc_exch_send_ba_rjt()1373 fh->fh_ox_id = rx_fh->fh_ox_id; in fc_exch_send_ba_rjt()[all …]