Searched refs:queueId (Results 1 - 6 of 6) sorted by relevance

/freebsd-13-stable/sys/contrib/ncsw/inc/
H A Dncsw_ext.h389 @Param[in] queueId - Transmit queue ID
397 uint32_t queueId,
410 @Param[in] queueId - Receive queue ID
424 uint32_t queueId,
/freebsd-13-stable/sys/dev/pms/freebsd/driver/ini/src/
H A Dosapi.c508 U32 queueId (IN) spinlock Id
514 ostiSingleThreadedEnter(tiRoot_t *ptiRoot, U32 queueId) argument
517 mtx_lock( &pCard->STLock[queueId] ); // review: need irq save? ##
528 U32 queueId (IN) spinlock Id
534 ostiSingleThreadedLeave(tiRoot_t *ptiRoot, U32 queueId) argument
537 mtx_unlock( &pCard->STLock[queueId] ); // review: need irq restore? ##
H A Dagtiapi.h124 u32 queueId; member in struct:_CCB
/freebsd-13-stable/sys/dev/pms/RefTisa/tisa/api/
H A Dostiapi.h126 bit32 queueId
131 bit32 queueId
/freebsd-13-stable/sys/dev/pms/RefTisa/tisa/sassata/common/
H A Dtdmisc.c2862 tdsaSingleThreadedEnter(tiRoot_t *ptiRoot, bit32 queueId) argument
2871 ostiSingleThreadedEnter(ptiRoot, queueId + offset);
2875 tdsaSingleThreadedLeave(tiRoot_t *ptiRoot, bit32 queueId) argument
2885 ostiSingleThreadedLeave(ptiRoot, queueId + offset);
H A Dtdproto.h2233 tdsaSingleThreadedEnter(tiRoot_t *ptiRoot, bit32 queueId);
2236 tdsaSingleThreadedLeave(tiRoot_t *ptiRoot, bit32 queueId);

Completed in 107 milliseconds