Home
last modified time | relevance | path

Searched defs:cmdQ (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/chxge/
H A Dsge.h243 typedef struct cmdQ { struct
252 cmdQ_e *cq_entries; argument
253 cmdQ_ce_t *cq_centries; argument
258 } cmdQ_t; argument
421 struct cmdQ cmdQ[2]; /* command Q(s) */ member
H A Dsge.c697 struct cmdQ *cmdQ = &sge->cmdQ[0]; in sge_data_in() local