Searched refs:buf_id (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Devices/PC/BIOS/
H A Dvds.h12 uint16_t buf_id; /* Buffer ID. */ member in struct:__anon15005
/vbox/src/VBox/Additions/x11/x11include/libdrm-2.4.13/
H A Dxf86drmMode.h290 uint32_t *buf_id);
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/
H A Detherfabric.c3654 int buf_id = rx_queue->write_ptr % EFAB_NUM_RX_DESC; local
3659 assert ( rx_queue->buf[buf_id] == NULL );
3665 buf_id, iob, iob->data );
3667 rx_queue->buf[buf_id] = iob;
3732 int buf_id; local
3740 buf_id = tx_queue->write_ptr % EFAB_TXD_SIZE;
3741 assert ( tx_queue->buf[buf_id] == NULL );
3742 tx_queue->buf[buf_id] = iob;
3745 buf_id, iob, iob->data, iob_len ( iob ) );
3748 txd = tx_queue->ring + buf_id;
[all...]

Completed in 58 milliseconds