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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/scsi/libfc/
H A Dfc_exch.c230 hton24(fh->fh_f_ctl, f_ctl | fill);
393 f_ctl = ntoh24(fh->fh_f_ctl);
756 if ((ntoh24(fh->fh_f_ctl) & FC_FC_SEQ_INIT) == 0)
786 f_ctl = ntoh24(fh->fh_f_ctl);
885 f_ctl = ntoh24(fh->fh_f_ctl);
1011 f_ctl = ntoh24(rx_fh->fh_f_ctl);
1017 hton24(fh->fh_f_ctl, f_ctl);
1085 f_ctl = ntoh24(rx_fh->fh_f_ctl);
1092 hton24(fh->fh_f_ctl, f_ctl);
1294 f_ctl = ntoh24(fh->fh_f_ctl);
[all...]
H A Dfc_libfc.c174 hton24(fh->fh_f_ctl, f_ctl);
H A Dfc_lport.c1637 (ntoh24(fh->fh_f_ctl) & (FC_FC_LAST_SEQ | FC_FC_END_SEQ)) ==
1687 hton24(fh->fh_f_ctl, FC_FCTL_REQ);
1746 hton24(fh->fh_f_ctl, FC_FCTL_REQ);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/scsi/libfc/
H A Dfc_exch.c230 hton24(fh->fh_f_ctl, f_ctl | fill);
393 f_ctl = ntoh24(fh->fh_f_ctl);
756 if ((ntoh24(fh->fh_f_ctl) & FC_FC_SEQ_INIT) == 0)
786 f_ctl = ntoh24(fh->fh_f_ctl);
885 f_ctl = ntoh24(fh->fh_f_ctl);
1011 f_ctl = ntoh24(rx_fh->fh_f_ctl);
1017 hton24(fh->fh_f_ctl, f_ctl);
1085 f_ctl = ntoh24(rx_fh->fh_f_ctl);
1092 hton24(fh->fh_f_ctl, f_ctl);
1294 f_ctl = ntoh24(fh->fh_f_ctl);
[all...]
H A Dfc_libfc.c174 hton24(fh->fh_f_ctl, f_ctl);
H A Dfc_lport.c1637 (ntoh24(fh->fh_f_ctl) & (FC_FC_LAST_SEQ | FC_FC_END_SEQ)) ==
1687 hton24(fh->fh_f_ctl, FC_FCTL_REQ);
1746 hton24(fh->fh_f_ctl, FC_FCTL_REQ);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/scsi/lpfc/
H A Dlpfc_sli4.h74 ((fc_hdr)->fh_f_ctl[0] << 16 | \
75 (fc_hdr)->fh_f_ctl[1] << 8 | \
76 (fc_hdr)->fh_f_ctl[2])
H A Dlpfc_sli.c11596 fctl = (hdr->fh_f_ctl[0] << 16 |
11597 hdr->fh_f_ctl[1] << 8 |
11598 hdr->fh_f_ctl[2]);
11608 fctl = (hdr->fh_f_ctl[0] << 16 |
11609 hdr->fh_f_ctl[1] << 8 |
11610 hdr->fh_f_ctl[2]);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/scsi/lpfc/
H A Dlpfc_sli4.h74 ((fc_hdr)->fh_f_ctl[0] << 16 | \
75 (fc_hdr)->fh_f_ctl[1] << 8 | \
76 (fc_hdr)->fh_f_ctl[2])
H A Dlpfc_sli.c11596 fctl = (hdr->fh_f_ctl[0] << 16 |
11597 hdr->fh_f_ctl[1] << 8 |
11598 hdr->fh_f_ctl[2]);
11608 fctl = (hdr->fh_f_ctl[0] << 16 |
11609 hdr->fh_f_ctl[1] << 8 |
11610 hdr->fh_f_ctl[2]);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/include/scsi/fc/
H A Dfc_fs.h41 __u8 fh_f_ctl[3]; /* frame control */ member in struct:fc_frame_header
216 * fh_f_ctl - Frame control flags.
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/include/scsi/fc/
H A Dfc_fs.h41 __u8 fh_f_ctl[3]; /* frame control */ member in struct:fc_frame_header
216 * fh_f_ctl - Frame control flags.
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/usr/include/scsi/fc/
H A Dfc_fs.h41 __u8 fh_f_ctl[3]; /* frame control */ member in struct:fc_frame_header
216 * fh_f_ctl - Frame control flags.
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/arm-brcm-linux-uclibcgnueabi/sysroot/usr/include/scsi/fc/
H A Dfc_fs.h41 __u8 fh_f_ctl[3]; /* frame control */ member in struct:fc_frame_header
216 * fh_f_ctl - Frame control flags.
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/arm-linux/sysroot/usr/include/scsi/fc/
H A Dfc_fs.h41 __u8 fh_f_ctl[3]; /* frame control */ member in struct:fc_frame_header
216 * fh_f_ctl - Frame control flags.
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/net/ixgbe/
H A Dixgbe_fcoe.c320 fctl = ntoh24(fh->fh_f_ctl);
448 if (fh->fh_f_ctl[2] & FC_FC_REL_OFF)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/net/ixgbe/
H A Dixgbe_fcoe.c320 fctl = ntoh24(fh->fh_f_ctl);
448 if (fh->fh_f_ctl[2] & FC_FC_REL_OFF)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/include/scsi/
H A Dfc_encode.h64 hton24(fh->fh_f_ctl, f_ctl);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/include/scsi/
H A Dfc_encode.h64 hton24(fh->fh_f_ctl, f_ctl);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/scsi/fcoe/
H A Dfcoe.c1304 if (ntoh24(fh->fh_f_ctl) & FC_FC_EX_CTX)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/scsi/fcoe/
H A Dfcoe.c1304 if (ntoh24(fh->fh_f_ctl) & FC_FC_EX_CTX)

Completed in 209 milliseconds