mirror of
https://github.com/ipxe/ipxe
synced 2025-12-29 02:52:36 +03:00
Started IB driver rewrite
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user