Lines Matching refs:fh
208 struct fc_frame_header *fh; in ft_write_pending() local
229 fh = fc_frame_header_get(fp); in ft_write_pending()
230 f_ctl = ntoh24(fh->fh_f_ctl); in ft_write_pending()
238 (fh->fh_r_ctl == FC_RCTL_DD_DATA_DESC)) { in ft_write_pending()
270 struct fc_frame_header *fh; in ft_recv_seq() local
279 fh = fc_frame_header_get(fp); in ft_recv_seq()
281 switch (fh->fh_r_ctl) { in ft_recv_seq()
290 __func__, fh->fh_r_ctl); in ft_recv_seq()
309 const struct fc_frame_header *fh; in ft_send_resp_status() local
314 fh = fc_frame_header_get(rx_fp); in ft_send_resp_status()
316 ntoh24(fh->fh_s_id), ntohs(fh->fh_ox_id), status, code); in ft_send_resp_status()
493 struct fc_frame_header *fh = fc_frame_header_get(fp); in ft_recv_req() local
495 switch (fh->fh_r_ctl) { in ft_recv_req()
506 __func__, fh->fh_r_ctl); in ft_recv_req()
519 struct fc_frame_header *fh = fc_frame_header_get(cmd->req_frame); in ft_send_work() local
580 pr_debug("r_ctl %x alloc target_submit_cmd\n", fh->fh_r_ctl); in ft_send_work()