Searched refs:error_interrupt_offset (Results 1 - 5 of 5) sorted by relevance

/freebsd-current/sys/dev/enic/
H A Dvnic_rq.c13 unsigned int error_interrupt_offset)
23 ENIC_BUS_WRITE_4(rq->ctrl, RX_ERROR_INTR_OFFSET, error_interrupt_offset);
31 unsigned int error_interrupt_offset)
46 error_interrupt_offset);
10 vnic_rq_init_start(struct vnic_rq *rq, unsigned int cq_index, unsigned int fetch_index, unsigned int posted_index, unsigned int error_interrupt_enable, unsigned int error_interrupt_offset) argument
29 vnic_rq_init(struct vnic_rq *rq, unsigned int cq_index, unsigned int error_interrupt_enable, unsigned int error_interrupt_offset) argument
H A Dvnic_wq.c13 unsigned int error_interrupt_offset)
25 ENIC_BUS_WRITE_4(wq->ctrl, TX_ERROR_INTR_OFFSET, error_interrupt_offset);
34 unsigned int error_interrupt_offset)
38 error_interrupt_offset);
10 vnic_wq_init_start(struct vnic_wq *wq, unsigned int cq_index, unsigned int fetch_index, unsigned int posted_index, unsigned int error_interrupt_enable, unsigned int error_interrupt_offset) argument
32 vnic_wq_init(struct vnic_wq *wq, unsigned int cq_index, unsigned int error_interrupt_enable, unsigned int error_interrupt_offset) argument
H A Dvnic_wq.h40 u32 error_interrupt_offset; /* 0x48 */ member in struct:vnic_wq_ctrl
98 unsigned int error_interrupt_offset);
101 unsigned int error_interrupt_offset);
H A Dvnic_rq.h37 u32 error_interrupt_offset; /* 0x40 */ member in struct:vnic_rq_ctrl
132 unsigned int error_interrupt_offset);
135 unsigned int error_interrupt_offset);
H A Dif_enic.c1480 unsigned int error_interrupt_offset = 0; local
1508 error_interrupt_offset);
1530 error_interrupt_offset);

Completed in 111 milliseconds