Searched refs:privbuf (Results 1 – 1 of 1) sorted by relevance
1910 u32 *privbuf = kmalloc(16, GFP_KERNEL); in i2o_systab_send() local1911 if(privbuf == NULL) in i2o_systab_send()1973 privbuf[0] = iop->status_block->current_mem_base; in i2o_systab_send()1974 privbuf[1] = iop->status_block->current_mem_size; in i2o_systab_send()1975 privbuf[2] = iop->status_block->current_io_base; in i2o_systab_send()1976 privbuf[3] = iop->status_block->current_io_size; in i2o_systab_send()1994 msg[8] = 0x54000000 | privbuf[1]; in i2o_systab_send()1995 msg[9] = privbuf[0]; in i2o_systab_send()1996 msg[10] = 0xD4000000 | privbuf[3]; in i2o_systab_send()1997 msg[11] = privbuf[2]; in i2o_systab_send()[all …]