Searched refs:fc_frame_header (Results 1 - 25 of 39) sorted by relevance

12

/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_frame.c61 len += sizeof(struct fc_frame_header);
87 payload_len + sizeof(struct fc_frame_header));
H A Dfc_libfc.c149 struct fc_frame_header *fh;
150 struct fc_frame_header *in_fh;
H A Dfc_elsct.c93 struct fc_frame_header *fh;
H A Dfc_exch.c205 struct fc_frame_header *fh = fc_frame_header_get(fp);
386 struct fc_frame_header *fh = fc_frame_header_get(fp);
732 struct fc_frame_header *fh;
779 struct fc_frame_header *fh = fc_frame_header_get(fp);
879 struct fc_frame_header *fh = fc_frame_header_get(fp);
985 struct fc_frame_header *rx_fh;
986 struct fc_frame_header *fh;
1047 struct fc_frame_header *rx_fh;
1048 struct fc_frame_header *fh;
1115 struct fc_frame_header *f
[all...]
H A Dfc_lport.c412 len = fr_len(in_fp) - sizeof(struct fc_frame_header);
654 mfs -= sizeof(struct fc_frame_header);
783 struct fc_frame_header *fh;
855 struct fc_frame_header *fh = fc_frame_header_get(fp);
1045 struct fc_frame_header *fh;
1601 struct fc_frame_header *fh;
1667 struct fc_frame_header *fh;
1725 struct fc_frame_header *fh;
H A Dfc_fcp.c433 struct fc_frame_header *fh;
684 struct fc_frame_header *fh;
728 struct fc_frame_header *fh;
797 struct fc_frame_header *fh;
808 fh = (struct fc_frame_header *)fr_hdr(fp);
1272 struct fc_frame_header *fh;
1663 struct fc_frame_header *fh;
H A Dfc_disc.c505 struct fc_frame_header *fh;
596 if (fr_len(fp) < sizeof(struct fc_frame_header) +
/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_frame.c61 len += sizeof(struct fc_frame_header);
87 payload_len + sizeof(struct fc_frame_header));
H A Dfc_libfc.c149 struct fc_frame_header *fh;
150 struct fc_frame_header *in_fh;
H A Dfc_elsct.c93 struct fc_frame_header *fh;
H A Dfc_exch.c205 struct fc_frame_header *fh = fc_frame_header_get(fp);
386 struct fc_frame_header *fh = fc_frame_header_get(fp);
732 struct fc_frame_header *fh;
779 struct fc_frame_header *fh = fc_frame_header_get(fp);
879 struct fc_frame_header *fh = fc_frame_header_get(fp);
985 struct fc_frame_header *rx_fh;
986 struct fc_frame_header *fh;
1047 struct fc_frame_header *rx_fh;
1048 struct fc_frame_header *fh;
1115 struct fc_frame_header *f
[all...]
H A Dfc_lport.c412 len = fr_len(in_fp) - sizeof(struct fc_frame_header);
654 mfs -= sizeof(struct fc_frame_header);
783 struct fc_frame_header *fh;
855 struct fc_frame_header *fh = fc_frame_header_get(fp);
1045 struct fc_frame_header *fh;
1601 struct fc_frame_header *fh;
1667 struct fc_frame_header *fh;
1725 struct fc_frame_header *fh;
H A Dfc_fcp.c433 struct fc_frame_header *fh;
684 struct fc_frame_header *fh;
728 struct fc_frame_header *fh;
797 struct fc_frame_header *fh;
808 fh = (struct fc_frame_header *)fr_hdr(fp);
1272 struct fc_frame_header *fh;
1663 struct fc_frame_header *fh;
/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_frame.h127 * payload_size + sizeof (struct fc_frame_header).
162 struct fc_frame_header *__fc_frame_header_get(const struct fc_frame *fp)
164 return (struct fc_frame_header *)fr_hdr(fp);
172 struct fc_frame_header *fc_frame_header_get(const struct fc_frame *fp)
174 WARN_ON(fr_len(fp) < sizeof(struct fc_frame_header));
209 if (fr_len(fp) >= sizeof(struct fc_frame_header) + len)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/include/scsi/
H A Dfc_frame.h127 * payload_size + sizeof (struct fc_frame_header).
162 struct fc_frame_header *__fc_frame_header_get(const struct fc_frame *fp)
164 return (struct fc_frame_header *)fr_hdr(fp);
172 struct fc_frame_header *fc_frame_header_get(const struct fc_frame *fp)
174 WARN_ON(fr_len(fp) < sizeof(struct fc_frame_header));
209 if (fr_len(fp) >= sizeof(struct fc_frame_header) + len)
/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.c302 struct fc_frame_header *fh;
315 fh = (struct fc_frame_header *)(skb->data +
318 fh = (struct fc_frame_header *)(skb->data +
385 struct fc_frame_header *fh;
447 fh = (struct fc_frame_header *)skb_transport_header(skb);
455 sizeof(struct fc_frame_header));
458 sizeof(struct fc_frame_header));
/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.c302 struct fc_frame_header *fh;
315 fh = (struct fc_frame_header *)(skb->data +
318 fh = (struct fc_frame_header *)(skb->data +
385 struct fc_frame_header *fh;
447 fh = (struct fc_frame_header *)skb_transport_header(skb);
455 sizeof(struct fc_frame_header));
458 sizeof(struct fc_frame_header));
/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.h33 struct fc_frame_header { struct
/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.h33 struct fc_frame_header { struct
/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.h33 struct fc_frame_header { struct
/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.h33 struct fc_frame_header { struct
/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.h33 struct fc_frame_header { struct
/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.c1244 struct fc_frame_header *fh;
1292 fh = (struct fc_frame_header *) skb_transport_header(skb);
1485 struct fc_frame_header *fh;
1620 struct fc_frame_header *fh;
1651 fh = (struct fc_frame_header *) skb_transport_header(skb);
2566 struct fc_frame_header *fh = fc_frame_header_get(fp);
H A Dlibfcoe.c247 return fip->lp->mfs + sizeof(struct fc_frame_header) +
486 struct fc_frame_header *fh;
493 fh = (struct fc_frame_header *)skb->data;
572 struct fc_frame_header *fh;
578 fh = (struct fc_frame_header *)skb->data;
972 struct fc_frame_header *fh = NULL;
1039 fh = (struct fc_frame_header *)(els + 1);
1516 struct fc_frame_header *fh;
/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.c1244 struct fc_frame_header *fh;
1292 fh = (struct fc_frame_header *) skb_transport_header(skb);
1485 struct fc_frame_header *fh;
1620 struct fc_frame_header *fh;
1651 fh = (struct fc_frame_header *) skb_transport_header(skb);
2566 struct fc_frame_header *fh = fc_frame_header_get(fp);

Completed in 179 milliseconds

12