Searched refs:mailbox_out (Results 1 - 4 of 4) sorted by relevance

/external/syslinux/gpxe/src/drivers/infiniband/
H A Darbel.h399 void *mailbox_out; member in struct:arbel
H A Dhermon.h523 void *mailbox_out; member in struct:hermon
H A Darbel.c173 out_buffer = arbel->mailbox_out;
2137 arbel->mailbox_out = malloc_dma ( ARBEL_MBOX_SIZE, ARBEL_MBOX_ALIGN );
2138 if ( ! arbel->mailbox_out ) {
2201 free_dma ( arbel->mailbox_out, ARBEL_MBOX_SIZE );
2230 free_dma ( arbel->mailbox_out, ARBEL_MBOX_SIZE );
H A Dhermon.c196 out_buffer = hermon->mailbox_out;
2615 hermon->mailbox_out = malloc_dma ( HERMON_MBOX_SIZE,
2617 if ( ! hermon->mailbox_out ) {
2708 free_dma ( hermon->mailbox_out, HERMON_MBOX_SIZE );
2733 free_dma ( hermon->mailbox_out, HERMON_MBOX_SIZE );

Completed in 141 milliseconds