Home
last modified time | relevance | path

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

/linux-6.1.9/arch/powerpc/platforms/chrp/
Dsetup.c371 int oplen = 0; in chrp_find_openpic() local
380 opprop = of_get_property(root, "platform-open-pic", &oplen); in chrp_find_openpic()
383 if (opprop && oplen >= na * sizeof(unsigned int)) { in chrp_find_openpic()
385 oplen /= na * sizeof(unsigned int); in chrp_find_openpic()
392 oplen = 0; in chrp_find_openpic()
407 if (oplen < len) { in chrp_find_openpic()
409 " OpenPIC (%d < %d)\n", oplen, len); in chrp_find_openpic()
410 len = oplen; in chrp_find_openpic()
/linux-6.1.9/drivers/crypto/nx/
Dnx.c211 long int oplen; in trim_sg_list() local
232 oplen = (sg - end) * sizeof(struct nx_sg); in trim_sg_list()
234 data_back = (abs(oplen) / AES_BLOCK_SIZE) * sg->len; in trim_sg_list()
239 return oplen; in trim_sg_list()
/linux-6.1.9/include/uapi/linux/
Di2o-dev.h69 unsigned int oplen; /* Operation List buffer length in bytes */ member
/linux-6.1.9/net/sched/
Dsch_cake.c954 int code, int *oplen) in cake_get_tcpopt() argument
977 *oplen = opsize; in cake_get_tcpopt()