Searched refs:oplen (Results 1 – 6 of 6) sorted by relevance
/linux/arch/powerpc/platforms/chrp/ |
A D | setup.c | 369 int oplen = 0; in chrp_find_openpic() local 378 opprop = of_get_property(root, "platform-open-pic", &oplen); in chrp_find_openpic() 381 if (opprop && oplen >= na * sizeof(unsigned int)) { in chrp_find_openpic() 383 oplen /= na * sizeof(unsigned int); in chrp_find_openpic() 390 oplen = 0; in chrp_find_openpic() 405 if (oplen < len) { in chrp_find_openpic() 407 " OpenPIC (%d < %d)\n", oplen, len); in chrp_find_openpic() 408 len = oplen; in chrp_find_openpic()
|
/linux/drivers/crypto/nx/ |
A D | nx.c | 211 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/include/uapi/linux/ |
A D | i2o-dev.h | 69 unsigned int oplen; /* Operation List buffer length in bytes */ member
|
/linux/drivers/scsi/ |
A D | dpti.h | 275 void *opblk, dma_addr_t opblk_pa, int oplen,
|
A D | dpt_i2o.c | 3329 void *opblk_va, dma_addr_t opblk_pa, int oplen, in adpt_i2o_issue_params() argument 3341 msg[5] = 0x54000000 | oplen; /* OperationBlock */ in adpt_i2o_issue_params()
|
/linux/net/sched/ |
A D | sch_cake.c | 954 int code, int *oplen) in cake_get_tcpopt() argument 977 *oplen = opsize; in cake_get_tcpopt()
|
Completed in 22 milliseconds