Searched refs:oplen (Results 1 – 5 of 5) sorted by relevance
| /linux-4.4.14/arch/powerpc/platforms/chrp/ |
| D | setup.c | 386 int oplen = 0; in chrp_find_openpic() local 395 opprop = of_get_property(root, "platform-open-pic", &oplen); in chrp_find_openpic() 398 if (opprop && oplen >= na * sizeof(unsigned int)) { in chrp_find_openpic() 400 oplen /= na * sizeof(unsigned int); in chrp_find_openpic() 407 oplen = 0; in chrp_find_openpic() 422 if (oplen < len) { in chrp_find_openpic() 424 " OpenPIC (%d < %d)\n", oplen, len); in chrp_find_openpic() 425 len = oplen; in chrp_find_openpic()
|
| /linux-4.4.14/drivers/crypto/nx/ |
| D | nx.c | 223 long int oplen; in trim_sg_list() local 244 oplen = (sg - end) * sizeof(struct nx_sg); in trim_sg_list() 246 data_back = (abs(oplen) / AES_BLOCK_SIZE) * sg->len; in trim_sg_list() 251 return oplen; in trim_sg_list()
|
| /linux-4.4.14/include/uapi/linux/ |
| D | i2o-dev.h | 68 unsigned int oplen; /* Operation List buffer length in bytes */ member
|
| /linux-4.4.14/drivers/scsi/ |
| D | dpti.h | 279 void *opblk, dma_addr_t opblk_pa, int oplen,
|
| D | dpt_i2o.c | 3394 void *opblk_va, dma_addr_t opblk_pa, int oplen, in adpt_i2o_issue_params() argument 3406 msg[5] = 0x54000000 | oplen; /* OperationBlock */ in adpt_i2o_issue_params()
|