Searched refs:oplen (Results 1 - 12 of 12) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/message/i2o/
H A Dcore.h42 int oplen, void *reslist, int reslen);
H A Ddevice.c457 int oplen, void *reslist, int reslen)
481 msg->body[i++] = cpu_to_le32(0x4C000000 | oplen); /* OperationList */
482 memcpy(&msg->body[i], oplist, oplen);
483 i += (oplen / 4 + (oplen % 4 ? 1 : 0));
456 i2o_parm_issue(struct i2o_device *i2o_dev, int cmd, void *oplist, int oplen, void *reslist, int reslen) argument
H A Di2o_config.c190 ops = memdup_user(kcmd.opbuf, kcmd.oplen);
204 len = i2o_parm_issue(dev, i2o_cmd, ops, kcmd.oplen, res, 65536);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/platforms/chrp/
H A Dsetup.c383 int oplen = 0; local
392 opprop = of_get_property(root, "platform-open-pic", &oplen);
395 if (opprop && oplen >= na * sizeof(unsigned int)) {
397 oplen /= na * sizeof(unsigned int);
404 oplen = 0;
419 if (oplen < len) {
421 " OpenPIC (%d < %d)\n", oplen, len);
422 len = oplen;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/avahi-0.6.25/avahi-compat-howl/include/corby/
H A Dchannel.h97 sw_uint32 oplen,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/avahi-0.6.25/avahi-compat-howl/include/corby/
H A Dchannel.h97 sw_uint32 oplen,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Ddpti.h280 void *opblk, dma_addr_t opblk_pa, int oplen,
H A Ddpt_i2o.c3476 void *opblk_va, dma_addr_t opblk_pa, int oplen,
3488 msg[5] = 0x54000000 | oplen; /* OperationBlock */
3475 adpt_i2o_issue_params(int cmd, adpt_hba* pHba, int tid, void *opblk_va, dma_addr_t opblk_pa, int oplen, void *resblk_va, dma_addr_t resblk_pa, int reslen) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Di2o-dev.h68 unsigned int oplen; /* Operation List buffer length in bytes */ member in struct:i2o_cmd_psetget
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iproute2/misc/
H A Dss.c777 int oplen = alen + 4 + sizeof(struct inet_diag_hostcond); local
780 *op = (struct inet_diag_bc_op){ code, oplen, oplen+4 };
785 ptr += oplen;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/avahi-0.6.25/avahi-compat-howl/
H A Dunsupported.c813 AVAHI_GCC_UNUSED sw_uint32 oplen,
808 sw_corby_channel_start_request( AVAHI_GCC_UNUSED sw_corby_channel self, AVAHI_GCC_UNUSED sw_const_corby_profile profile, AVAHI_GCC_UNUSED struct _sw_corby_buffer ** buffer, AVAHI_GCC_UNUSED sw_const_string op, AVAHI_GCC_UNUSED sw_uint32 oplen, AVAHI_GCC_UNUSED sw_bool reply_expected) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/avahi-0.6.25/avahi-compat-howl/
H A Dunsupported.c813 AVAHI_GCC_UNUSED sw_uint32 oplen,
808 sw_corby_channel_start_request( AVAHI_GCC_UNUSED sw_corby_channel self, AVAHI_GCC_UNUSED sw_const_corby_profile profile, AVAHI_GCC_UNUSED struct _sw_corby_buffer ** buffer, AVAHI_GCC_UNUSED sw_const_string op, AVAHI_GCC_UNUSED sw_uint32 oplen, AVAHI_GCC_UNUSED sw_bool reply_expected) argument

Completed in 74 milliseconds