#include <linux/pci.h>
#include "vnic_dev.h"
#include "vnic_cq.h"
Go to the source code of this file.
| #define vnic_rq_alloc fnic_rq_alloc |
| #define VNIC_RQ_BUF_BLK_ENTRIES 64 |
| #define vnic_rq_clean fnic_rq_clean |
| #define vnic_rq_desc_avail fnic_rq_desc_avail |
| #define vnic_rq_desc_used fnic_rq_desc_used |
| #define vnic_rq_disable fnic_rq_disable |
| #define vnic_rq_enable fnic_rq_enable |
| #define vnic_rq_error_status fnic_rq_error_status |
| #define vnic_rq_fill fnic_rq_fill |
| #define vnic_rq_free fnic_rq_free |
| #define vnic_rq_init fnic_rq_init |
| #define vnic_rq_next_buf_index fnic_rq_next_buf_index |
| #define vnic_rq_next_desc fnic_rq_next_desc |
| #define vnic_rq_next_index fnic_rq_next_index |
| #define vnic_rq_post fnic_rq_post |
| #define vnic_rq_posting_soon fnic_rq_posting_soon |
| #define vnic_rq_return_descs fnic_rq_return_descs |
| #define VNIC_RQ_RETURN_RATE 0xf /* keep 2^n - 1 */ |
| #define vnic_rq_service fnic_rq_service |
- Enumerator:
| VNIC_RQ_RETURN_DESC |
|
| VNIC_RQ_DEFER_RETURN_DESC |
|
| VNIC_RQ_RETURN_DESC |
|
| VNIC_RQ_DEFER_RETURN_DESC |
|
Definition at line 175 of file vnic_rq.h.
| void vnic_rq_init |
( |
struct vnic_rq * |
rq, |
|
|
unsigned int |
cq_index, |
|
|
unsigned int |
error_interrupt_enable, |
|
|
unsigned int |
error_interrupt_offset |
|
) |
| |