Home
last modified time | relevance | path

Searched refs:oplen (Results 1 – 9 of 9) sorted by relevance

/linux-2.6.39/arch/powerpc/platforms/chrp/
Dsetup.c386 int oplen = 0; in chrp_find_openpic() local
395 opprop = of_get_property(root, "platform-open-pic", &oplen); in chrp_find_openpic()
398 if (opprop && oplen >= na * sizeof(unsigned int)) { in chrp_find_openpic()
400 oplen /= na * sizeof(unsigned int); in chrp_find_openpic()
407 oplen = 0; in chrp_find_openpic()
422 if (oplen < len) { in chrp_find_openpic()
424 " OpenPIC (%d < %d)\n", oplen, len); in chrp_find_openpic()
425 len = oplen; in chrp_find_openpic()
/linux-2.6.39/drivers/message/i2o/
Ddevice.c457 int oplen, void *reslist, int reslen) in i2o_parm_issue() argument
481 msg->body[i++] = cpu_to_le32(0x4C000000 | oplen); /* OperationList */ in i2o_parm_issue()
482 memcpy(&msg->body[i], oplist, oplen); in i2o_parm_issue()
483 i += (oplen / 4 + (oplen % 4 ? 1 : 0)); in i2o_parm_issue()
Dcore.h42 int oplen, void *reslist, int reslen);
DREADME.ioctl124 u32 oplen; /* Operation List buffer length in bytes */
165 u32 oplen; /* Operation List buffer length in bytes */
Di2o_config.c191 ops = memdup_user(kcmd.opbuf, kcmd.oplen); in i2o_cfg_parms()
205 len = i2o_parm_issue(dev, i2o_cmd, ops, kcmd.oplen, res, 65536); in i2o_cfg_parms()
/linux-2.6.39/include/linux/
Di2o-dev.h68 unsigned int oplen; /* Operation List buffer length in bytes */ member
/linux-2.6.39/drivers/scsi/
Ddpti.h280 void *opblk, dma_addr_t opblk_pa, int oplen,
Ddpt_i2o.c3479 void *opblk_va, dma_addr_t opblk_pa, int oplen, in adpt_i2o_issue_params() argument
3491 msg[5] = 0x54000000 | oplen; /* OperationBlock */ in adpt_i2o_issue_params()
/linux-2.6.39/Documentation/i2o/
Dioctl124 u32 oplen; /* Operation List buffer length in bytes */
165 u32 oplen; /* Operation List buffer length in bytes */