Searched refs:BnxeWorkQueueInstance (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/bnxe/
H A Dbnxe_workq.c50 static void BnxeWorkQueueInstanceWaitAndDestroy(BnxeWorkQueueInstance * pWorkq)
59 memset(pWorkq, 0, sizeof(BnxeWorkQueueInstance));
119 BnxeWorkQueueInstance * pWorkq = (BnxeWorkQueueInstance *)pArg;
174 BnxeWorkQueueInstance * pWorkq)
H A Dbnxe.h526 } BnxeWorkQueueInstance; typedef in typeref:struct:_BnxeWorkQueueInstance
531 BnxeWorkQueueInstance instq; /* instant, single thread serialized */
532 BnxeWorkQueueInstance delayq; /* delayed, multi thread not serialized */

Completed in 56 milliseconds