Home
last modified time | relevance | path

Searched refs:next_command (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/drivers/block/
Dcciss.c205 static inline u32 next_command(ctlr_info_t *h);
3485 static inline u32 next_command(ctlr_info_t *h) in next_command() function
3515 return next_command(h); in process_indexed_cmd()
3518 return next_command(h); in process_indexed_cmd()
3532 return next_command(h); in process_nonindexed_cmd()
3536 return next_command(h); in process_nonindexed_cmd()
3573 raw_tag = next_command(h); in cciss_intx_discard_completions()
3591 raw_tag = next_command(h); in cciss_msix_discard_completions()
/linux-4.1.27/drivers/scsi/
Dhpsa.c236 static inline u32 next_command(struct ctlr_info *h, u8 q);
694 static inline u32 next_command(struct ctlr_info *h, u8 q) in next_command() function
5474 raw_tag = next_command(h, q); in hpsa_intx_discard_completions()
5491 raw_tag = next_command(h, q); in hpsa_msix_discard_completions()
5508 raw_tag = next_command(h, q); in do_hpsa_intr_intx()
5524 raw_tag = next_command(h, q); in do_hpsa_intr_msi()