Home
last modified time | relevance | path

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

/Linux-v4.19/arch/powerpc/platforms/chrp/
Dsetup.c387 int oplen = 0; in chrp_find_openpic() local
396 opprop = of_get_property(root, "platform-open-pic", &oplen); in chrp_find_openpic()
399 if (opprop && oplen >= na * sizeof(unsigned int)) { in chrp_find_openpic()
401 oplen /= na * sizeof(unsigned int); in chrp_find_openpic()
408 oplen = 0; in chrp_find_openpic()
423 if (oplen < len) { in chrp_find_openpic()
425 " OpenPIC (%d < %d)\n", oplen, len); in chrp_find_openpic()
426 len = oplen; in chrp_find_openpic()
/Linux-v4.19/drivers/crypto/nx/
Dnx.c222 long int oplen; in trim_sg_list() local
243 oplen = (sg - end) * sizeof(struct nx_sg); in trim_sg_list()
245 data_back = (abs(oplen) / AES_BLOCK_SIZE) * sg->len; in trim_sg_list()
250 return oplen; in trim_sg_list()
/Linux-v4.19/include/uapi/linux/
Di2o-dev.h69 unsigned int oplen; /* Operation List buffer length in bytes */ member
/Linux-v4.19/drivers/scsi/
Ddpti.h278 void *opblk, dma_addr_t opblk_pa, int oplen,
Ddpt_i2o.c3398 void *opblk_va, dma_addr_t opblk_pa, int oplen, in adpt_i2o_issue_params() argument
3410 msg[5] = 0x54000000 | oplen; /* OperationBlock */ in adpt_i2o_issue_params()
/Linux-v4.19/net/sched/
Dsch_cake.c911 int code, int *oplen) in cake_get_tcpopt() argument
932 *oplen = opsize; in cake_get_tcpopt()