Home
last modified time | relevance | path

Searched refs:spc_outboundQueueDescriptor_t (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/pms/RefTisa/sallsdk/spc/
H A Dspcdefs.h494 typedef struct spc_outboundQueueDescriptor_s spc_outboundQueueDescriptor_t; typedef
536spc_outboundQueueDescriptor_t outboundQueue[OB_QUEUE_CFGSIZE]; /**< Outbound queue configuratio…
H A Dsaproto.h74 spc_outboundQueueDescriptor_t *outQueueCfg,
H A Dsainit.c1844 …static spc_outboundQueueDescriptor_t outQueueCfg; /* Outbound queue HW configuration structu… in mpiInitialize()
1882 si_memset(&outQueueCfg,0,sizeof(spc_outboundQueueDescriptor_t)); in mpiInitialize()
2369 MSGUCfgTblDWIdx += (sizeof(spc_outboundQueueDescriptor_t) * qIdx); in mpiInitialize()
3587 spc_outboundQueueDescriptor_t *outQueueCfg, in mpiUpdateOBQueueCfgTable()