Searched refs:next_command (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/ |
H A D | hpsa.c | 301 static inline u32 next_command(struct ctlr_info *h, u8 q); 990 static inline u32 next_command(struct ctlr_info *h, u8 q) in next_command() function 7001 raw_tag = next_command(h, q); in hpsa_intx_discard_completions() 7018 raw_tag = next_command(h, q); in hpsa_msix_discard_completions() 7035 raw_tag = next_command(h, q); in do_hpsa_intr_intx() 7051 raw_tag = next_command(h, q); in do_hpsa_intr_msi()
|
/kernel/linux/linux-6.6/drivers/scsi/ |
H A D | hpsa.c | 300 static inline u32 next_command(struct ctlr_info *h, u8 q); 993 static inline u32 next_command(struct ctlr_info *h, u8 q) in next_command() function 7029 raw_tag = next_command(h, q); in hpsa_intx_discard_completions() 7046 raw_tag = next_command(h, q); in hpsa_msix_discard_completions() 7063 raw_tag = next_command(h, q); in do_hpsa_intr_intx() 7079 raw_tag = next_command(h, q); in do_hpsa_intr_msi()
|
Completed in 23 milliseconds