Lines Matching defs:offset
163 bfad_debugfs_lseek(struct file *file, loff_t offset, int orig)
166 return fixed_size_llseek(file, offset, orig,
191 bfad_reg_offset_check(struct bfa_s *bfa, u32 offset, u32 len)
196 area = (offset >> 15) & 0x7;
199 if ((offset + (len<<2)) > 0x8000) /* 8k dwords or 32KB */
203 if ((offset + (len<<2)) > 0x10000) /* 8k dwords or 32KB */
207 if ((offset + (len<<2)) > BFA_REG_ADDRMSK(&bfa->ioc))
282 /* offset and len sanity check */
285 printk(KERN_INFO "bfad[%d]: Failed reg offset check\n",
334 addr &= BFA_REG_ADDRMSK(ioc); /* offset only 17 bit and word align */
336 /* offset and len sanity check */
340 "bfad[%d]: Failed reg offset check\n",