Searched defs:fh_type (Results 1 - 4 of 4) sorted by relevance

/drivers/scsi/libfc/
H A Dfc_elsct.c51 enum fc_fh_type fh_type; local
56 rc = fc_els_fill(lport, did, fp, op, &r_ctl, &fh_type);
59 rc = fc_ct_fill(lport, did, fp, op, &r_ctl, &fh_type, &did);
67 fc_fill_fc_hdr(fp, r_ctl, did, lport->port_id, fh_type,
114 switch (fh->fh_type) {
H A Dfc_exch.c473 u8 fh_type = fh->fh_type; local
498 if (fh_type == FC_TYPE_BLS)
1118 * @fh_type: The frame header type
1121 enum fc_rctl rctl, enum fc_fh_type fh_type)
1128 fc_fill_fc_hdr(fp, rctl, ep->did, ep->sid, fh_type, f_ctl, 0);
1158 fh->fh_type = FC_TYPE_BLS;
1232 fh->fh_type = FC_TYPE_BLS;
1472 if (fh->fh_type != FC_TYPE_FCP && fr_eof(fp) == FC_EOF_T &&
1593 if (ep->fh_type !
1120 fc_seq_send_last(struct fc_seq *sp, struct fc_frame *fp, enum fc_rctl rctl, enum fc_fh_type fh_type) argument
[all...]
/drivers/media/video/cx231xx/
H A Dcx231xx-video.c2155 enum v4l2_buf_type fh_type = 0; local
2159 fh_type = V4L2_BUF_TYPE_VIDEO_CAPTURE;
2162 fh_type = V4L2_BUF_TYPE_VBI_CAPTURE;
2170 video_device_node_name(vdev), v4l2_type_names[fh_type],
2189 fh->type = fh_type;
/drivers/media/video/em28xx/
H A Dem28xx-video.c2130 enum v4l2_buf_type fh_type = 0; local
2136 fh_type = V4L2_BUF_TYPE_VIDEO_CAPTURE;
2139 fh_type = V4L2_BUF_TYPE_VBI_CAPTURE;
2147 video_device_node_name(vdev), v4l2_type_names[fh_type],
2158 fh->type = fh_type;

Completed in 149 milliseconds