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

/freebsd-13-stable/sys/dev/ntb/ntb_hw/
H A Dntb_hw_amd.c895 &ntb->msix_vec[i], &ntb->int_info[i].tag);
912 ntb->msix_vec = malloc(max_vectors * sizeof(*ntb->msix_vec), M_AMD_NTB,
916 ntb->msix_vec[i].num = i;
917 ntb->msix_vec[i].ntb = ntb;
931 if (ntb->msix_vec != NULL) {
932 free(ntb->msix_vec, M_AMD_NTB);
933 ntb->msix_vec = NULL;
985 free(ntb->msix_vec, M_AMD_NTB);
986 ntb->msix_vec
[all...]
H A Dntb_hw_amd.h237 struct amd_ntb_vec *msix_vec; member in struct:amd_ntb_softc
H A Dntb_hw_intel.c233 struct ntb_vec *msix_vec; member in struct:ntb_softc
1072 &ntb->msix_vec[i], &ntb->int_info[i].tag);
1507 ntb->msix_vec = malloc(num_vectors * sizeof(*ntb->msix_vec), M_NTB,
1510 ntb->msix_vec[i].num = i;
1511 ntb->msix_vec[i].ntb = ntb;
1521 if (ntb->msix_vec == NULL)
1524 free(ntb->msix_vec, M_NTB);
1525 ntb->msix_vec = NULL;

Completed in 62 milliseconds