Lines Matching refs:size
563 seq_printf(m, "\tpost fifo size = %d\n\treply fifo size = %d\n\tsg table size = %d\n\n",
963 " %d at %p size=%x irq=%d%s\n",
971 printk(KERN_INFO" BAR0 %p - size= %x\n",base_addr_virt,hba_map0_area_size);
972 printk(KERN_INFO" BAR1 %p - size= %x\n",msg_addr_virt,hba_map1_area_size);
2530 writel(4096, &msg[4]); /* Host page frame size */
2531 writel((REPLY_FRAME_SIZE)<<16|0x80, &msg[5]); /* Outbound msg frame size and Initcode */
2673 // Calculate the Scatter Gather list size
2968 int ret, size = sizeof(i2o_hrt);
2973 size, &pHba->hrt_pa, GFP_KERNEL);
2984 msg[4]= (0xD0000000 | size); /* Simple transaction */
2992 if (pHba->hrt->num_entries * pHba->hrt->entry_len << 2 > size) {
2994 dma_free_coherent(&pHba->pDev->dev, size,
2996 size = newsize;
3015 int size;
3038 size = adpt_i2o_issue_params(I2O_CMD_UTIL_PARAMS_GET, pHba, tid,
3042 if (size == -ETIME) {
3047 } else if (size == -EINTR) {
3058 if (size < 0)
3059 return size;