Searched refs:oplen (Results 1 – 6 of 6) sorted by relevance
| /Linux-v5.4/arch/powerpc/platforms/chrp/ |
| D | setup.c | 381 int oplen = 0; in chrp_find_openpic() local 390 opprop = of_get_property(root, "platform-open-pic", &oplen); in chrp_find_openpic() 393 if (opprop && oplen >= na * sizeof(unsigned int)) { in chrp_find_openpic() 395 oplen /= na * sizeof(unsigned int); in chrp_find_openpic() 402 oplen = 0; in chrp_find_openpic() 417 if (oplen < len) { in chrp_find_openpic() 419 " OpenPIC (%d < %d)\n", oplen, len); in chrp_find_openpic() 420 len = oplen; in chrp_find_openpic()
|
| /Linux-v5.4/drivers/crypto/nx/ |
| D | nx.c | 210 long int oplen; in trim_sg_list() local 231 oplen = (sg - end) * sizeof(struct nx_sg); in trim_sg_list() 233 data_back = (abs(oplen) / AES_BLOCK_SIZE) * sg->len; in trim_sg_list() 238 return oplen; in trim_sg_list()
|
| /Linux-v5.4/include/uapi/linux/ |
| D | i2o-dev.h | 69 unsigned int oplen; /* Operation List buffer length in bytes */ member
|
| /Linux-v5.4/drivers/scsi/ |
| D | dpti.h | 275 void *opblk, dma_addr_t opblk_pa, int oplen,
|
| D | dpt_i2o.c | 3358 void *opblk_va, dma_addr_t opblk_pa, int oplen, in adpt_i2o_issue_params() argument 3370 msg[5] = 0x54000000 | oplen; /* OperationBlock */ in adpt_i2o_issue_params()
|
| /Linux-v5.4/net/sched/ |
| D | sch_cake.c | 918 int code, int *oplen) in cake_get_tcpopt() argument 939 *oplen = opsize; in cake_get_tcpopt()
|