write_blk
struct pci_write_block *write_blk;
write_blk = (struct pci_write_block *)pkt.buf;
write_blk->message_type.type = PCI_WRITE_BLOCK;
write_blk->wslot.slot = devfn_to_wslot(pdev->devfn);
write_blk->block_id = block_id;
write_blk->byte_count = len;
memcpy(write_blk->bytes, buf, len);
ret = vmbus_sendpacket(hbus->hdev->channel, write_blk, pkt_size,
ret = write_blk(info, info->dqi_blocks, buf);
err = write_blk(info, blk, buf);
err = write_blk(info, nextblk, tmpbuf);
err = write_blk(info, prevblk, tmpbuf);
if (write_blk(info, blk, buf) < 0)
err = write_blk(info, blk, buf);
err = write_blk(info, info->dqi_free_entry, tmpbuf);
*err = write_blk(info, blk, buf);
ret = write_blk(info, blks[depth], buf);
ret = write_blk(info, blk, buf);
ret = write_blk(info, blks[depth], buf);