Symbol: msix_vector
sys/dev/bnxt/bnxt_re/qplib_fp.c
493
int msix_vector, bool need_init)
sys/dev/bnxt/bnxt_re/qplib_fp.c
502
nq->msix_vec = msix_vector;
sys/dev/bnxt/bnxt_re/qplib_fp.c
548
int msix_vector, int bar_reg_offset,
sys/dev/bnxt/bnxt_re/qplib_fp.c
567
rc = bnxt_qplib_nq_start_irq(nq, nq_idx, msix_vector, true);
sys/dev/bnxt/bnxt_re/qplib_fp.h
556
int msix_vector, bool need_init);
sys/dev/bnxt/bnxt_re/qplib_fp.h
558
int msix_vector, int bar_reg_offset,
sys/dev/bnxt/bnxt_re/qplib_rcfw.c
1163
int bnxt_qplib_rcfw_start_irq(struct bnxt_qplib_rcfw *rcfw, int msix_vector,
sys/dev/bnxt/bnxt_re/qplib_rcfw.c
1176
creq->msix_vec = msix_vector;
sys/dev/bnxt/bnxt_re/qplib_rcfw.c
1294
int msix_vector,
sys/dev/bnxt/bnxt_re/qplib_rcfw.c
1322
rc = bnxt_qplib_rcfw_start_irq(rcfw, msix_vector, true);
sys/dev/bnxt/bnxt_re/qplib_rcfw.h
334
int bnxt_qplib_rcfw_start_irq(struct bnxt_qplib_rcfw *rcfw, int msix_vector,
sys/dev/bnxt/bnxt_re/qplib_rcfw.h
337
int msix_vector,
sys/dev/ena/ena.c
1590
uint32_t msix_vector;
sys/dev/ena/ena.c
1596
msix_vector = ENA_IO_IRQ_IDX(i);
sys/dev/ena/ena.c
1601
ctx.msix_vector = msix_vector;
sys/dev/ena/ena.c
1631
msix_vector = ENA_IO_IRQ_IDX(i);
sys/dev/ena/ena.c
1636
ctx.msix_vector = msix_vector;
sys/dev/pci/pci.c
1798
struct msix_vector *mv;
sys/dev/pci/pci.c
1950
cfg->msix.msix_vectors = mallocarray(actual, sizeof(struct msix_vector),
sys/dev/pci/pci.c
2092
struct msix_vector *vec;
sys/dev/pci/pci.c
2099
vec = mallocarray(j + 1, sizeof(struct msix_vector), M_DEVBUF,
sys/dev/pci/pci.c
2101
bcopy(msix->msix_vectors, vec, sizeof(struct msix_vector) *
sys/dev/pci/pci.c
2463
struct msix_vector *mv;
sys/dev/pci/pci.c
4841
struct msix_vector *mv;
sys/dev/pci/pcivar.h
119
struct msix_vector *msix_vectors; /* Array of allocated vectors. */
sys/dev/qlxge/qls_hw.c
1057
cq_icb->msix_vector = cid;
sys/dev/qlxge/qls_hw.h
536
uint8_t msix_vector;