Searched refs:oplen (Results 1 – 9 of 9) sorted by relevance
| /OK3568_Linux_fs/kernel/arch/powerpc/platforms/chrp/ |
| H A D | setup.c | 380 int oplen = 0; in chrp_find_openpic() local 389 opprop = of_get_property(root, "platform-open-pic", &oplen); in chrp_find_openpic() 392 if (opprop && oplen >= na * sizeof(unsigned int)) { in chrp_find_openpic() 394 oplen /= na * sizeof(unsigned int); in chrp_find_openpic() 401 oplen = 0; in chrp_find_openpic() 416 if (oplen < len) { in chrp_find_openpic() 418 " OpenPIC (%d < %d)\n", oplen, len); in chrp_find_openpic() 419 len = oplen; in chrp_find_openpic()
|
| /OK3568_Linux_fs/u-boot/net/ |
| H A D | bootp.c | 816 int oplen, size; in dhcp_process_options() local 822 oplen = *(popt + 1); in dhcp_process_options() 825 oplen = -1; /* Pad omits len byte */ in dhcp_process_options() 849 sizeof(net_hostname), oplen); in dhcp_process_options() 857 sizeof(net_root_path), oplen); in dhcp_process_options() 887 sizeof(net_boot_file_name), oplen); in dhcp_process_options() 900 popt += oplen + 2; /* Process next option */ in dhcp_process_options()
|
| /OK3568_Linux_fs/kernel/drivers/crypto/nx/ |
| H A 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()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/ |
| H A D | i2o-dev.h | 69 unsigned int oplen; /* Operation List buffer length in bytes */ member
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/ |
| H A D | i2o-dev.h | 69 unsigned int oplen; /* Operation List buffer length in bytes */ member
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | i2o-dev.h | 69 unsigned int oplen; /* Operation List buffer length in bytes */ member
|
| /OK3568_Linux_fs/kernel/drivers/scsi/ |
| H A D | dpti.h | 275 void *opblk, dma_addr_t opblk_pa, int oplen,
|
| H A D | dpt_i2o.c | 3332 void *opblk_va, dma_addr_t opblk_pa, int oplen, in adpt_i2o_issue_params() argument 3344 msg[5] = 0x54000000 | oplen; /* OperationBlock */ in adpt_i2o_issue_params()
|
| /OK3568_Linux_fs/kernel/net/sched/ |
| H A D | sch_cake.c | 954 int code, int *oplen) in cake_get_tcpopt() argument 977 *oplen = opsize; in cake_get_tcpopt()
|