Searched defs:__hw (Results  1 – 4 of 4) sorted by relevance
| /Linux-v5.15/drivers/scsi/csiostor/ | 
| D | csio_wr.h | 452 #define csio_get_q(__hw, __idx)		((__hw)->wrm.q_arr[__idx])  argument453 #define	csio_q_type(__hw, __idx)	((__hw)->wrm.q_arr[(__idx)]->type)  argument
 454 #define	csio_q_pidx(__hw, __idx)	((__hw)->wrm.q_arr[(__idx)]->pidx)  argument
 455 #define	csio_q_cidx(__hw, __idx)	((__hw)->wrm.q_arr[(__idx)]->cidx)  argument
 456 #define	csio_q_inc_idx(__hw, __idx)	((__hw)->wrm.q_arr[(__idx)]->inc_idx)  argument
 457 #define	csio_q_vstart(__hw, __idx)	((__hw)->wrm.q_arr[(__idx)]->vstart)  argument
 458 #define	csio_q_pstart(__hw, __idx)	((__hw)->wrm.q_arr[(__idx)]->pstart)  argument
 459 #define	csio_q_size(__hw, __idx)	((__hw)->wrm.q_arr[(__idx)]->size)  argument
 460 #define	csio_q_credits(__hw, __idx)	((__hw)->wrm.q_arr[(__idx)]->credits)  argument
 461 #define	csio_q_portid(__hw, __idx)	((__hw)->wrm.q_arr[(__idx)]->portid)  argument
 [all …]
 
 | 
| D | csio_hw.h | 430 #define csio_is_hw_intr_enabled(__hw)	\  argument432 #define csio_is_host_intr_enabled(__hw)	\  argument
 434 #define csio_is_hw_master(__hw)		((__hw)->flags & CSIO_HWF_MASTER)  argument
 435 #define csio_is_valid_vpd(__hw)		((__hw)->flags & CSIO_HWF_VPD_VALID)  argument
 436 #define csio_is_dev_id_cached(__hw)	((__hw)->flags & CSIO_HWF_DEVID_CACHED)  argument
 437 #define csio_valid_vpd_copied(__hw)	((__hw)->flags |= CSIO_HWF_VPD_VALID)  argument
 438 #define csio_dev_id_cached(__hw)	((__hw)->flags |= CSIO_HWF_DEVID_CACHED)  argument
 611 #define csio_info(__hw, __fmt, ...)					\  argument
 614 #define csio_fatal(__hw, __fmt, ...)					\  argument
 617 #define csio_err(__hw, __fmt, ...)					\  argument
 [all …]
 
 | 
| D | csio_mb.h | 54 #define CSIO_DUMP_MB(__hw, __num, __mb)					\  argument
 | 
| /Linux-v5.15/drivers/clk/imx/ | 
| D | clk-pllv4.c | 46 #define to_clk_pllv4(__hw) container_of(__hw, struct clk_pllv4, hw)  argument
 |