HomeSort by: relevance | last modified time | path
    Searched refs:que_si (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/dev/pci/ixgbe/
ixgbe.h 334 void *que_si; member in struct:ix_queue
ixv.c 962 softint_schedule(que->que_si);
1565 if (que->que_si != NULL)
1566 softint_disestablish(que->que_si);
3332 softint_schedule(que->que_si);
3430 que->que_si
3433 if (que->que_si == NULL) {
ixgbe.c 2808 softint_schedule(que->que_si);
3657 if (que->que_si != NULL)
3658 softint_disestablish(que->que_si);
6833 que->que_si = softint_establish(SOFTINT_NET | SOFTINT_MPSAFE,
6842 || (que->que_si == NULL) || error != 0) {
6982 que->que_si
6985 if (que->que_si == NULL) {

Completed in 18 milliseconds