Searched defs:pmcwork (Results 1 – 1 of 1) sorted by relevance
226 struct pmcwork { struct228 kmutex_t lock;229 kcondvar_t sleep_cv;230 void *ptr; /* linkage or callback function */231 void *arg; /* command specific data */232 pmcs_phy_t *phy; /* phy who owns this command */233 pmcs_xscsi_t *xp; /* Back pointer to xscsi struct */234 volatile uint32_t htag; /* tag for this structure */235 uint32_t abt_htag; /* Tag of command to be aborted */237 timer : 27,[all …]