Searched refs:r_ctl (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/fc4/
H A Dfc.h33 /* r_ctl field */
98 u32 r_ctl:8, did:24; member in struct:__anon4382
106 #define FILL_FCHDR_RCTL_DID(fch, r_ctl, did) *(u32 *)(fch) = ((r_ctl) << 24) | (did);
H A Dsoc.c264 int r_ctl = xram_get_8 ((xram_p)&hwrsp->fchdr); local
268 if ((r_ctl & 0xf0) == R_CTL_EXTENDED_SVC) {
273 fc->name, r_ctl);
296 "not handled\n", fc->name, r_ctl);
H A Dsocal.c296 int r_ctl = *((u8 *)&hwrsp->fchdr); local
299 if ((r_ctl & 0xf0) == R_CTL_EXTENDED_SVC) {
304 fc->name, r_ctl);
325 "not handled\n", fc->name, r_ctl);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/qla2xxx/
H A Dqla_def.h1413 uint8_t r_ctl; member in struct:__anon6939

Completed in 104 milliseconds