Searched refs:opblk (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/drivers/staging/i2o/ |
D | device.c | 519 u32 opblk[] = { cpu_to_le32(0x00000001), in i2o_parm_field_get() local 530 rc = i2o_parm_issue(i2o_dev, I2O_CMD_UTIL_PARAMS_GET, opblk, in i2o_parm_field_get() 531 sizeof(opblk), resblk, buflen + 8); in i2o_parm_field_get() 560 u16 *opblk; in i2o_parm_table_get() local 567 opblk = kmalloc(size, GFP_KERNEL); in i2o_parm_table_get() 568 if (opblk == NULL) in i2o_parm_table_get() 571 opblk[0] = 1; /* operation count */ in i2o_parm_table_get() 572 opblk[1] = 0; /* pad */ in i2o_parm_table_get() 573 opblk[2] = oper; in i2o_parm_table_get() 574 opblk[3] = group; in i2o_parm_table_get() [all …]
|
/linux-4.1.27/drivers/scsi/ |
D | dpti.h | 279 void *opblk, dma_addr_t opblk_pa, int oplen,
|
D | dpt_i2o.c | 3326 u16 opblk[] = { 1, 0, I2O_PARAMS_FIELD_GET, group, 1, field }; in adpt_i2o_query_scalar() local 3343 sizeof(opblk), &opblk_pa, GFP_KERNEL); in adpt_i2o_query_scalar() 3352 opblk[4] = -1; in adpt_i2o_query_scalar() 3354 memcpy(opblk_va, opblk, sizeof(opblk)); in adpt_i2o_query_scalar() 3356 opblk_va, opblk_pa, sizeof(opblk), in adpt_i2o_query_scalar() 3358 dma_free_coherent(&pHba->pDev->dev, sizeof(opblk), opblk_va, opblk_pa); in adpt_i2o_query_scalar()
|