Searched refs:f_ctl (Results 1 – 3 of 3) sorted by relevance
/linux-2.4.37.9/drivers/fc4/ |
D | fc.h | 100 u32 type:8, f_ctl:24; member 108 #define FILL_FCHDR_TYPE_FCTL(fch, type, f_ctl) *((u32 *)(fch)+2) = ((type) << 24) | (f_ctl); argument
|
/linux-2.4.37.9/drivers/scsi/ |
D | cpqfcTSworker.c | 1694 && (fchs->f_ctl & 0x20000000)) // TYPE 20h is Fibre Channel Service in AnalyzeIncomingFrame() 1704 && (fchs->f_ctl & 0x01000000)) // TYPE = 1 in AnalyzeIncomingFrame() 1742 !(fchs->f_ctl & 0xFF000000)) // type=0 for BLS in AnalyzeIncomingFrame() 3436 CMDfchs->f_ctl = 0x00310000L; // xchng originator, 1st seq,.... in cpqfcTSBuildExchange() 3456 CMDfchs->f_ctl = 0x00910000L; // xchnge responder, last seq, xfer SI in cpqfcTSBuildExchange() 3490 CMDfchs->f_ctl = 0x00910000L; // xchnge responder, last seq, xfer SI in cpqfcTSBuildExchange() 3521 CMDfchs->f_ctl = 0x00110000L; // xchnge originator, last seq, xfer SI in cpqfcTSBuildExchange() 3544 CMDfchs->f_ctl = 0x20210000L; in cpqfcTSBuildExchange() 3594 CMDfchs->f_ctl = 0x01210000L; in cpqfcTSBuildExchange() 3636 CMDfchs->f_ctl = 0x01990000L; in cpqfcTSBuildExchange() [all …]
|
D | cpqfcTSstructs.h | 243 __u32 f_ctl; // dword 4 - 31:24 Type, 23:0 F_CTL member 256 __u32 f_ctl; // dword 4 - 31:24 Type, 23:0 F_CTL member 271 __u32 f_ctl; // dword 4 - 31:24 Type, 23:0 F_CTL member 285 __u32 f_ctl; // dword 4 - 31:24 Type, 23:0 F_CTL member
|