Searched refs:fh_f_ctl (Results 1 - 15 of 15) sorted by relevance

/linux-master/drivers/target/tcm_fc/
H A Dtfc_io.c216 if (!(ntoh24(fh->fh_f_ctl) & FC_FC_REL_OFF))
219 f_ctl = ntoh24(fh->fh_f_ctl);
H A Dtfc_cmd.c206 f_ctl = ntoh24(fh->fh_f_ctl);
/linux-master/drivers/scsi/libfc/
H A Dfc_exch.c290 hton24(fh->fh_f_ctl, f_ctl | fill);
481 f_ctl = ntoh24(fh->fh_f_ctl);
1019 if ((ntoh24(fh->fh_f_ctl) & FC_FC_SEQ_INIT) == 0)
1049 f_ctl = ntoh24(fh->fh_f_ctl);
1177 f_ctl = ntoh24(fh->fh_f_ctl);
1306 f_ctl = ntoh24(rx_fh->fh_f_ctl);
1312 hton24(fh->fh_f_ctl, f_ctl);
1385 f_ctl = ntoh24(rx_fh->fh_f_ctl);
1392 hton24(fh->fh_f_ctl, f_ctl);
1607 f_ctl = ntoh24(fh->fh_f_ctl);
[all...]
H A Dfc_libfc.c182 hton24(fh->fh_f_ctl, f_ctl);
H A Dfc_lport.c1997 (ntoh24(fh->fh_f_ctl) & (FC_FC_LAST_SEQ | FC_FC_END_SEQ)) ==
2047 hton24(fh->fh_f_ctl, FC_FCTL_REQ);
2107 hton24(fh->fh_f_ctl, FC_FCTL_REQ);
/linux-master/drivers/scsi/elx/efct/
H A Defct_unsol.c172 if (ntoh24(fchdr->fh_f_ctl) & FC_FC_RES_B17)
245 hton24(hdr.fh_f_ctl, f_ctl);
/linux-master/include/uapi/scsi/fc/
H A Dfc_fs.h29 __u8 fh_f_ctl[3]; /* frame control */ member in struct:fc_frame_header
206 * fh_f_ctl - Frame control flags.
/linux-master/include/scsi/
H A Dfc_frame.h259 hton24(fh->fh_f_ctl, f_ctl);
/linux-master/drivers/scsi/lpfc/
H A Dlpfc_sli4.h94 ((fc_hdr)->fh_f_ctl[0] << 16 | \
95 (fc_hdr)->fh_f_ctl[1] << 8 | \
96 (fc_hdr)->fh_f_ctl[2])
H A Dlpfc_sli.c3232 fctl = (fc_hdr->fh_f_ctl[0] << 16 |
3233 fc_hdr->fh_f_ctl[1] << 8 |
3234 fc_hdr->fh_f_ctl[2]);
15192 fctl = (fc_hdr->fh_f_ctl[0] << 16 |
15193 fc_hdr->fh_f_ctl[1] << 8 |
15194 fc_hdr->fh_f_ctl[2]);
19109 fctl = (hdr->fh_f_ctl[0] << 16 |
19110 hdr->fh_f_ctl[1] << 8 |
19111 hdr->fh_f_ctl[2]);
19121 fctl = (hdr->fh_f_ctl[
[all...]
/linux-master/drivers/scsi/elx/libefc/
H A Defc_domain.c1035 if ((!(ntoh24(hdr->fh_f_ctl) & FC_FC_END_SEQ)) ||
1036 !(ntoh24(hdr->fh_f_ctl) & FC_FC_SEQ_INIT)) {
/linux-master/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_fcoe.c410 fctl = ntoh24(fh->fh_f_ctl);
559 if (fh->fh_f_ctl[2] & FC_FC_REL_OFF)
/linux-master/drivers/scsi/qedf/
H A Dqedf_els.c347 fh->fh_f_ctl[0] = 0x98;
H A Dqedf_main.c2582 f_ctl = ntoh24(fh->fh_f_ctl);
/linux-master/drivers/scsi/fcoe/
H A Dfcoe.c1404 if (ntoh24(fh->fh_f_ctl) & FC_FC_EX_CTX)

Completed in 482 milliseconds