Searched defs:next_command (Results 1 - 2 of 2) sorted by relevance

/drivers/block/
H A Dcciss.c200 static inline u32 next_command(ctlr_info_t *h);
3484 static inline u32 next_command(ctlr_info_t *h) function
3514 return next_command(h);
3517 return next_command(h);
3531 return next_command(h);
3535 return next_command(h);
3572 raw_tag = next_command(h);
3590 raw_tag = next_command(h);
/drivers/scsi/
H A Dhpsa.c174 static inline u32 next_command(struct ctlr_info *h);
519 static inline u32 next_command(struct ctlr_info *h) function
3086 return next_command(h);
3089 return next_command(h);
3103 return next_command(h);
3107 return next_command(h);
3145 raw_tag = next_command(h);
3164 raw_tag = next_command(h);

Completed in 47 milliseconds