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

/freebsd-current/sys/dev/enic/
H A Dvnic_rq.c12 unsigned int error_interrupt_enable,
22 ENIC_BUS_WRITE_4(rq->ctrl, RX_ERROR_INTR_ENABLE, error_interrupt_enable);
30 unsigned int error_interrupt_enable,
45 error_interrupt_enable,
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.c12 unsigned int error_interrupt_enable,
24 ENIC_BUS_WRITE_4(wq->ctrl, TX_ERROR_INTR_ENABLE, error_interrupt_enable);
33 unsigned int error_interrupt_enable,
37 error_interrupt_enable,
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.h37 u32 error_interrupt_enable; /* 0x40 */ member in struct:vnic_wq_ctrl
97 unsigned int error_interrupt_enable,
100 unsigned int error_interrupt_enable,
H A Dvnic_rq.h34 u32 error_interrupt_enable; /* 0x38 */ member in struct:vnic_rq_ctrl
131 unsigned int error_interrupt_enable,
134 unsigned int error_interrupt_enable,
H A Dif_enic.c1479 unsigned int error_interrupt_enable = 1; local
1507 vnic_rq_init(&enic->rq[index], cq_idx, error_interrupt_enable,
1529 vnic_wq_init(&enic->wq[index], cq_idx, error_interrupt_enable,

Completed in 63 milliseconds