Started IB driver rewrite

This commit is contained in:
Michael Brown
2007-09-12 22:17:43 +01:00
parent 5f6439c828
commit 7b6d11e713
6 changed files with 381 additions and 7 deletions

View File

@@ -1586,6 +1586,13 @@ static void prep_send_wqe_buf(void *qph,
len += offset;
}
snd_wqe->mpointer[0].byte_count = cpu_to_be32(len);
DBG ( "prep_send_wqe_buf()\n" );
DBG ( "snd_wqe:\n" );
DBG_HD ( snd_wqe, sizeof ( *snd_wqe ) );
DBG ( "packet:\n" );
DBG_HD ( bus_to_virt(be32_to_cpu(snd_wqe->mpointer[0].local_addr_l)),
len );
}
static void *alloc_ud_av(void)