HomeSort by: relevance | last modified time | path
    Searched defs:qp_si (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/pci/
if_iavf.c 292 void *qp_si; member in struct:iavf_queue_pair
2455 qp->qp_si = softint_establish(SOFTINT_NET|SOFTINT_MPSAFE,
2457 if (qp->qp_si == NULL)
2467 if (qp->qp_si != NULL)
2468 softint_disestablish(qp->qp_si);
2494 if (qp->qp_si != NULL)
2495 softint_disestablish(qp->qp_si);
3118 softint_schedule(qp->qp_si);
if_ixl.c 440 void *qp_si; member in struct:ixl_queue_pair
2297 qp->qp_si = softint_establish(SOFTINT_NET | SOFTINT_MPSAFE,
2299 if (qp->qp_si == NULL)
2325 if (qp->qp_si != NULL)
2326 softint_disestablish(qp->qp_si);
2348 softint_disestablish(qp->qp_si);
3404 softint_schedule(qp->qp_si);

Completed in 34 milliseconds