Lines Matching refs:fh
202 struct fc_frame_header *fh; in ft_write_pending() local
223 fh = fc_frame_header_get(fp); in ft_write_pending()
224 f_ctl = ntoh24(fh->fh_f_ctl); in ft_write_pending()
232 (fh->fh_r_ctl == FC_RCTL_DD_DATA_DESC)) { in ft_write_pending()
255 struct fc_frame_header *fh; in ft_recv_seq() local
264 fh = fc_frame_header_get(fp); in ft_recv_seq()
266 switch (fh->fh_r_ctl) { in ft_recv_seq()
275 __func__, fh->fh_r_ctl); in ft_recv_seq()
294 const struct fc_frame_header *fh; in ft_send_resp_status() local
299 fh = fc_frame_header_get(rx_fp); in ft_send_resp_status()
301 ntoh24(fh->fh_s_id), ntohs(fh->fh_ox_id), status, code); in ft_send_resp_status()
478 struct fc_frame_header *fh = fc_frame_header_get(fp); in ft_recv_req() local
480 switch (fh->fh_r_ctl) { in ft_recv_req()
491 __func__, fh->fh_r_ctl); in ft_recv_req()
504 struct fc_frame_header *fh = fc_frame_header_get(cmd->req_frame); in ft_send_work() local
566 pr_debug("r_ctl %x alloc target_submit_cmd\n", fh->fh_r_ctl); in ft_send_work()