Home
last modified time | relevance | path

Searched refs:fc_sof (Results 1 – 2 of 2) sorted by relevance

/linux-2.6.39/include/scsi/fc/
Dfc_encaps.h51 __be32 fc_sof; /* start of frame (see FC_SOF below) */ member
71 enum fc_sof { enum
109 static inline int fc_sof_needs_ack(enum fc_sof sof) in fc_sof_needs_ack()
117 static inline enum fc_sof fc_sof_normal(enum fc_class class) in fc_sof_normal()
125 static inline enum fc_class fc_sof_class(enum fc_sof sof) in fc_sof_class()
133 static inline int fc_sof_is_init(enum fc_sof sof) in fc_sof_is_init()
/linux-2.6.39/drivers/scsi/libfc/
Dfc_exch.c1387 enum fc_sof sof; in fc_exch_recv_seq_resp()