/linux-6.6.21/drivers/net/ethernet/samsung/sxgbe/ |
D | sxgbe_desc.c | 23 static void sxgbe_init_tx_desc(struct sxgbe_tx_norm_desc *p) in sxgbe_init_tx_desc() 28 static void sxgbe_tx_desc_enable_tse(struct sxgbe_tx_norm_desc *p, u8 is_tse, in sxgbe_tx_desc_enable_tse() 39 static void sxgbe_prepare_tx_desc(struct sxgbe_tx_norm_desc *p, u8 is_fd, in sxgbe_prepare_tx_desc() 52 static void sxgbe_tx_vlanctl_desc(struct sxgbe_tx_norm_desc *p, int vlan_ctl) in sxgbe_tx_vlanctl_desc() 58 static void sxgbe_set_tx_owner(struct sxgbe_tx_norm_desc *p) in sxgbe_set_tx_owner() 64 static int sxgbe_get_tx_owner(struct sxgbe_tx_norm_desc *p) in sxgbe_get_tx_owner() 70 static void sxgbe_close_tx_desc(struct sxgbe_tx_norm_desc *p) in sxgbe_close_tx_desc() 77 static void sxgbe_release_tx_desc(struct sxgbe_tx_norm_desc *p) in sxgbe_release_tx_desc() 85 static void sxgbe_clear_tx_ic(struct sxgbe_tx_norm_desc *p) in sxgbe_clear_tx_ic() 91 static int sxgbe_get_tx_ls(struct sxgbe_tx_norm_desc *p) in sxgbe_get_tx_ls() [all …]
|
/linux-6.6.21/include/asm-generic/ |
D | unaligned.h | 25 static inline u16 get_unaligned_le16(const void *p) in get_unaligned_le16() 30 static inline u32 get_unaligned_le32(const void *p) in get_unaligned_le32() 35 static inline u64 get_unaligned_le64(const void *p) in get_unaligned_le64() 40 static inline void put_unaligned_le16(u16 val, void *p) in put_unaligned_le16() 45 static inline void put_unaligned_le32(u32 val, void *p) in put_unaligned_le32() 50 static inline void put_unaligned_le64(u64 val, void *p) in put_unaligned_le64() 55 static inline u16 get_unaligned_be16(const void *p) in get_unaligned_be16() 60 static inline u32 get_unaligned_be32(const void *p) in get_unaligned_be32() 65 static inline u64 get_unaligned_be64(const void *p) in get_unaligned_be64() 70 static inline void put_unaligned_be16(u16 val, void *p) in put_unaligned_be16() [all …]
|
/linux-6.6.21/drivers/net/ethernet/stmicro/stmmac/ |
D | dwxgmac2_descs.c | 12 struct dma_desc *p, void __iomem *ioaddr) in dwxgmac2_get_tx_status() 26 struct dma_desc *p) in dwxgmac2_get_rx_status() 42 static int dwxgmac2_get_tx_len(struct dma_desc *p) in dwxgmac2_get_tx_len() 47 static int dwxgmac2_get_tx_owner(struct dma_desc *p) in dwxgmac2_get_tx_owner() 52 static void dwxgmac2_set_tx_owner(struct dma_desc *p) in dwxgmac2_set_tx_owner() 57 static void dwxgmac2_set_rx_owner(struct dma_desc *p, int disable_rx_ic) in dwxgmac2_set_rx_owner() 65 static int dwxgmac2_get_tx_ls(struct dma_desc *p) in dwxgmac2_get_tx_ls() 70 static int dwxgmac2_get_rx_frame_len(struct dma_desc *p, int rx_coe) in dwxgmac2_get_rx_frame_len() 75 static void dwxgmac2_enable_tx_timestamp(struct dma_desc *p) in dwxgmac2_enable_tx_timestamp() 80 static int dwxgmac2_get_tx_timestamp_status(struct dma_desc *p) in dwxgmac2_get_tx_timestamp_status() [all …]
|
D | dwmac4_descs.c | 17 struct dma_desc *p, in dwmac4_wrback_get_tx_status() 74 struct dma_desc *p) in dwmac4_wrback_get_rx_status() 172 static int dwmac4_rd_get_tx_len(struct dma_desc *p) in dwmac4_rd_get_tx_len() 177 static int dwmac4_get_tx_owner(struct dma_desc *p) in dwmac4_get_tx_owner() 182 static void dwmac4_set_tx_owner(struct dma_desc *p) in dwmac4_set_tx_owner() 187 static void dwmac4_set_rx_owner(struct dma_desc *p, int disable_rx_ic) in dwmac4_set_rx_owner() 195 static int dwmac4_get_tx_ls(struct dma_desc *p) in dwmac4_get_tx_ls() 201 static int dwmac4_wrback_get_rx_frame_len(struct dma_desc *p, int rx_coe) in dwmac4_wrback_get_rx_frame_len() 206 static void dwmac4_rd_enable_tx_timestamp(struct dma_desc *p) in dwmac4_rd_enable_tx_timestamp() 211 static int dwmac4_wrback_get_tx_timestamp_status(struct dma_desc *p) in dwmac4_wrback_get_tx_timestamp_status() [all …]
|
D | enh_desc.c | 16 struct dma_desc *p, void __iomem *ioaddr) in enh_desc_get_tx_status() 79 static int enh_desc_get_tx_len(struct dma_desc *p) in enh_desc_get_tx_len() 118 struct dma_extended_desc *p) in enh_desc_get_ext_status() 182 struct dma_desc *p) in enh_desc_get_rx_status() 252 static void enh_desc_init_rx_desc(struct dma_desc *p, int disable_rx_ic, in enh_desc_init_rx_desc() 271 static void enh_desc_init_tx_desc(struct dma_desc *p, int mode, int end) in enh_desc_init_tx_desc() 280 static int enh_desc_get_tx_owner(struct dma_desc *p) in enh_desc_get_tx_owner() 285 static void enh_desc_set_tx_owner(struct dma_desc *p) in enh_desc_set_tx_owner() 290 static void enh_desc_set_rx_owner(struct dma_desc *p, int disable_rx_ic) in enh_desc_set_rx_owner() 295 static int enh_desc_get_tx_ls(struct dma_desc *p) in enh_desc_get_tx_ls() [all …]
|
D | norm_desc.c | 16 struct dma_desc *p, void __iomem *ioaddr) in ndesc_get_tx_status() 60 static int ndesc_get_tx_len(struct dma_desc *p) in ndesc_get_tx_len() 70 struct dma_desc *p) in ndesc_get_rx_status() 118 static void ndesc_init_rx_desc(struct dma_desc *p, int disable_rx_ic, int mode, in ndesc_init_rx_desc() 137 static void ndesc_init_tx_desc(struct dma_desc *p, int mode, int end) in ndesc_init_tx_desc() 146 static int ndesc_get_tx_owner(struct dma_desc *p) in ndesc_get_tx_owner() 151 static void ndesc_set_tx_owner(struct dma_desc *p) in ndesc_set_tx_owner() 156 static void ndesc_set_rx_owner(struct dma_desc *p, int disable_rx_ic) in ndesc_set_rx_owner() 161 static int ndesc_get_tx_ls(struct dma_desc *p) in ndesc_get_tx_ls() 166 static void ndesc_release_tx_desc(struct dma_desc *p, int mode) in ndesc_release_tx_desc() [all …]
|
D | descs_com.h | 22 static inline void ehn_desc_rx_set_on_ring(struct dma_desc *p, int end, in ehn_desc_rx_set_on_ring() 34 static inline void enh_desc_end_tx_desc_on_ring(struct dma_desc *p, int end) in enh_desc_end_tx_desc_on_ring() 42 static inline void enh_set_tx_desc_len_on_ring(struct dma_desc *p, int len) in enh_set_tx_desc_len_on_ring() 54 static inline void ndesc_rx_set_on_ring(struct dma_desc *p, int end, int bfsize) in ndesc_rx_set_on_ring() 68 static inline void ndesc_end_tx_desc_on_ring(struct dma_desc *p, int end) in ndesc_end_tx_desc_on_ring() 76 static inline void norm_set_tx_desc_len_on_ring(struct dma_desc *p, int len) in norm_set_tx_desc_len_on_ring() 91 static inline void ehn_desc_rx_set_on_chain(struct dma_desc *p) in ehn_desc_rx_set_on_chain() 96 static inline void enh_desc_end_tx_desc_on_chain(struct dma_desc *p) in enh_desc_end_tx_desc_on_chain() 101 static inline void enh_set_tx_desc_len_on_chain(struct dma_desc *p, int len) in enh_set_tx_desc_len_on_chain() 107 static inline void ndesc_rx_set_on_chain(struct dma_desc *p, int end) in ndesc_rx_set_on_chain() [all …]
|
/linux-6.6.21/arch/arm/include/asm/ |
D | bitops.h | 36 static inline void ____atomic_set_bit(unsigned int bit, volatile unsigned long *p) in ____atomic_set_bit() 48 static inline void ____atomic_clear_bit(unsigned int bit, volatile unsigned long *p) in ____atomic_clear_bit() 60 static inline void ____atomic_change_bit(unsigned int bit, volatile unsigned long *p) in ____atomic_change_bit() 73 ____atomic_test_and_set_bit(unsigned int bit, volatile unsigned long *p) in ____atomic_test_and_set_bit() 90 ____atomic_test_and_clear_bit(unsigned int bit, volatile unsigned long *p) in ____atomic_test_and_clear_bit() 107 ____atomic_test_and_change_bit(unsigned int bit, volatile unsigned long *p) in ____atomic_test_and_change_bit() 182 #define ATOMIC_BITOP(name,nr,p) \ argument 185 #define ATOMIC_BITOP(name,nr,p) _##name(nr,p) argument 191 #define set_bit(nr,p) ATOMIC_BITOP(set_bit,nr,p) argument 192 #define clear_bit(nr,p) ATOMIC_BITOP(clear_bit,nr,p) argument [all …]
|
/linux-6.6.21/include/linux/ceph/ |
D | decode.h | 19 static inline u64 ceph_decode_64(void **p) in ceph_decode_64() 25 static inline u32 ceph_decode_32(void **p) in ceph_decode_32() 31 static inline u16 ceph_decode_16(void **p) in ceph_decode_16() 37 static inline u8 ceph_decode_8(void **p) in ceph_decode_8() 43 static inline void ceph_decode_copy(void **p, void *pv, size_t n) in ceph_decode_copy() 52 static inline bool ceph_has_room(void **p, void *end, size_t n) in ceph_has_room() 57 #define ceph_decode_need(p, end, n, bad) \ argument 63 #define ceph_decode_64_safe(p, end, v, bad) \ argument 68 #define ceph_decode_32_safe(p, end, v, bad) \ argument 73 #define ceph_decode_16_safe(p, end, v, bad) \ argument [all …]
|
/linux-6.6.21/drivers/target/iscsi/ |
D | iscsi_target_parameters.h | 173 #define IS_USE_LEADING_ONLY(p) ((p)->use & USE_LEADING_ONLY) argument 174 #define IS_USE_INITIAL_ONLY(p) ((p)->use & USE_INITIAL_ONLY) argument 175 #define IS_USE_ALL(p) ((p)->use & USE_ALL) argument 177 #define SET_USE_INITIAL_ONLY(p) ((p)->use |= USE_INITIAL_ONLY) argument 188 #define IS_SENDER_INITIATOR(p) ((p)->sender & SENDER_INITIATOR) argument 189 #define IS_SENDER_TARGET(p) ((p)->sender & SENDER_TARGET) argument 190 #define IS_SENDER_BOTH(p) ((p)->sender & SENDER_BOTH) argument 198 #define IS_SCOPE_CONNECTION_ONLY(p) ((p)->scope & SCOPE_CONNECTION_ONLY) argument 199 #define IS_SCOPE_SESSION_WIDE(p) ((p)->scope & SCOPE_SESSION_WIDE) argument 209 #define IS_PHASE_SECURITY(p) ((p)->phase & PHASE_SECURITY) argument [all …]
|
/linux-6.6.21/drivers/net/ethernet/apm/xgene/ |
D | xgene_enet_sgmac.c | 14 static void xgene_enet_wr_csr(struct xgene_enet_pdata *p, u32 offset, u32 val) in xgene_enet_wr_csr() 19 static void xgene_enet_wr_clkrst_csr(struct xgene_enet_pdata *p, u32 offset, in xgene_enet_wr_clkrst_csr() 25 static void xgene_enet_wr_ring_if(struct xgene_enet_pdata *p, in xgene_enet_wr_ring_if() 31 static void xgene_enet_wr_diag_csr(struct xgene_enet_pdata *p, in xgene_enet_wr_diag_csr() 45 static u32 xgene_enet_rd_csr(struct xgene_enet_pdata *p, u32 offset) in xgene_enet_rd_csr() 50 static u32 xgene_enet_rd_diag_csr(struct xgene_enet_pdata *p, u32 offset) in xgene_enet_rd_diag_csr() 55 static u32 xgene_enet_rd_mcx_csr(struct xgene_enet_pdata *p, u32 offset) in xgene_enet_rd_mcx_csr() 60 static int xgene_enet_ecc_init(struct xgene_enet_pdata *p) in xgene_enet_ecc_init() 104 static void xgene_enet_config_ring_if_assoc(struct xgene_enet_pdata *p) in xgene_enet_config_ring_if_assoc() 113 static void xgene_mii_phy_write(struct xgene_enet_pdata *p, u8 phy_id, in xgene_mii_phy_write() [all …]
|
/linux-6.6.21/net/bridge/ |
D | br_sysfs_if.c | 59 static int store_flag(struct net_bridge_port *p, unsigned long v, in store_flag() 84 static ssize_t show_path_cost(struct net_bridge_port *p, char *buf) in show_path_cost() 92 static ssize_t show_priority(struct net_bridge_port *p, char *buf) in show_priority() 100 static ssize_t show_designated_root(struct net_bridge_port *p, char *buf) in show_designated_root() 106 static ssize_t show_designated_bridge(struct net_bridge_port *p, char *buf) in show_designated_bridge() 112 static ssize_t show_designated_port(struct net_bridge_port *p, char *buf) in show_designated_port() 118 static ssize_t show_designated_cost(struct net_bridge_port *p, char *buf) in show_designated_cost() 124 static ssize_t show_port_id(struct net_bridge_port *p, char *buf) in show_port_id() 130 static ssize_t show_port_no(struct net_bridge_port *p, char *buf) in show_port_no() 137 static ssize_t show_change_ack(struct net_bridge_port *p, char *buf) in show_change_ack() [all …]
|
D | br_if.c | 73 void br_port_carrier_check(struct net_bridge_port *p, bool *notified) in br_port_carrier_check() 101 static void br_port_set_promisc(struct net_bridge_port *p) in br_port_set_promisc() 116 static void br_port_clear_promisc(struct net_bridge_port *p) in br_port_clear_promisc() 146 struct net_bridge_port *p; in br_manage_promisc() local 179 int nbp_backup_change(struct net_bridge_port *p, in nbp_backup_change() 213 static void nbp_backup_clear(struct net_bridge_port *p) in nbp_backup_clear() 233 struct net_bridge_port *p; in nbp_update_port_count() local 246 static void nbp_delete_promisc(struct net_bridge_port *p) in nbp_delete_promisc() 261 struct net_bridge_port *p in release_nbp() local 268 struct net_bridge_port *p = kobj_to_brport(kobj); in brport_get_ownership() local [all …]
|
/linux-6.6.21/drivers/watchdog/ |
D | iTCO_wdt.c | 71 #define TCOBASE(p) ((p)->tco_res->start) argument 73 #define SMI_EN(p) ((p)->smi_res->start) argument 75 #define TCO_RLD(p) (TCOBASE(p) + 0x00) /* TCO Timer Reload/Curr. Value */ argument 76 #define TCOv1_TMR(p) (TCOBASE(p) + 0x01) /* TCOv1 Timer Initial Value*/ argument 77 #define TCO_DAT_IN(p) (TCOBASE(p) + 0x02) /* TCO Data In Register */ argument 78 #define TCO_DAT_OUT(p) (TCOBASE(p) + 0x03) /* TCO Data Out Register */ argument 79 #define TCO1_STS(p) (TCOBASE(p) + 0x04) /* TCO1 Status Register */ argument 80 #define TCO2_STS(p) (TCOBASE(p) + 0x06) /* TCO2 Status Register */ argument 81 #define TCO1_CNT(p) (TCOBASE(p) + 0x08) /* TCO1 Control Register */ argument 82 #define TCO2_CNT(p) (TCOBASE(p) + 0x0a) /* TCO2 Control Register */ argument [all …]
|
/linux-6.6.21/drivers/crypto/ccp/ |
D | ccp-dev-v5.c | 137 #define CCP_AES_SIZE(p) ((p)->aes.size) argument 138 #define CCP_AES_ENCRYPT(p) ((p)->aes.encrypt) argument 139 #define CCP_AES_MODE(p) ((p)->aes.mode) argument 140 #define CCP_AES_TYPE(p) ((p)->aes.type) argument 141 #define CCP_XTS_SIZE(p) ((p)->aes_xts.size) argument 142 #define CCP_XTS_TYPE(p) ((p)->aes_xts.type) argument 143 #define CCP_XTS_ENCRYPT(p) ((p)->aes_xts.encrypt) argument 144 #define CCP_DES3_SIZE(p) ((p)->des3.size) argument 145 #define CCP_DES3_ENCRYPT(p) ((p)->des3.encrypt) argument 146 #define CCP_DES3_MODE(p) ((p)->des3.mode) argument [all …]
|
/linux-6.6.21/tools/include/tools/ |
D | be_byteshift.h | 7 static inline uint16_t __get_unaligned_be16(const uint8_t *p) in __get_unaligned_be16() 12 static inline uint32_t __get_unaligned_be32(const uint8_t *p) in __get_unaligned_be32() 17 static inline uint64_t __get_unaligned_be64(const uint8_t *p) in __get_unaligned_be64() 23 static inline void __put_unaligned_be16(uint16_t val, uint8_t *p) in __put_unaligned_be16() 29 static inline void __put_unaligned_be32(uint32_t val, uint8_t *p) in __put_unaligned_be32() 35 static inline void __put_unaligned_be64(uint64_t val, uint8_t *p) in __put_unaligned_be64() 41 static inline uint16_t get_unaligned_be16(const void *p) in get_unaligned_be16() 46 static inline uint32_t get_unaligned_be32(const void *p) in get_unaligned_be32() 51 static inline uint64_t get_unaligned_be64(const void *p) in get_unaligned_be64() 56 static inline void put_unaligned_be16(uint16_t val, void *p) in put_unaligned_be16() [all …]
|
D | le_byteshift.h | 7 static inline uint16_t __get_unaligned_le16(const uint8_t *p) in __get_unaligned_le16() 12 static inline uint32_t __get_unaligned_le32(const uint8_t *p) in __get_unaligned_le32() 17 static inline uint64_t __get_unaligned_le64(const uint8_t *p) in __get_unaligned_le64() 23 static inline void __put_unaligned_le16(uint16_t val, uint8_t *p) in __put_unaligned_le16() 29 static inline void __put_unaligned_le32(uint32_t val, uint8_t *p) in __put_unaligned_le32() 35 static inline void __put_unaligned_le64(uint64_t val, uint8_t *p) in __put_unaligned_le64() 41 static inline uint16_t get_unaligned_le16(const void *p) in get_unaligned_le16() 46 static inline uint32_t get_unaligned_le32(const void *p) in get_unaligned_le32() 51 static inline uint64_t get_unaligned_le64(const void *p) in get_unaligned_le64() 56 static inline void put_unaligned_le16(uint16_t val, void *p) in put_unaligned_le16() [all …]
|
/linux-6.6.21/drivers/parport/ |
D | parport_gsc.h | 45 #define EPPDATA(p) ((p)->base + 0x4) argument 46 #define EPPADDR(p) ((p)->base + 0x3) argument 47 #define CONTROL(p) ((p)->base + 0x2) argument 48 #define STATUS(p) ((p)->base + 0x1) argument 49 #define DATA(p) ((p)->base + 0x0) argument 69 static inline void parport_gsc_write_data(struct parport *p, unsigned char d) in parport_gsc_write_data() 77 static inline unsigned char parport_gsc_read_data(struct parport *p) in parport_gsc_read_data() 88 static inline unsigned char __parport_gsc_frob_control(struct parport *p, in __parport_gsc_frob_control() 106 static inline void parport_gsc_data_reverse(struct parport *p) in parport_gsc_data_reverse() 111 static inline void parport_gsc_data_forward(struct parport *p) in parport_gsc_data_forward() [all …]
|
D | parport_amiga.c | 32 static void amiga_write_data(struct parport *p, unsigned char data) in amiga_write_data() 40 static unsigned char amiga_read_data(struct parport *p) in amiga_read_data() 54 static void amiga_write_control(struct parport *p, unsigned char control) in amiga_write_control() 60 static unsigned char amiga_read_control( struct parport *p) in amiga_read_control() 66 static unsigned char amiga_frob_control( struct parport *p, unsigned char mask, unsigned char val) in amiga_frob_control() 91 static unsigned char amiga_read_status(struct parport *p) in amiga_read_status() 100 static void amiga_enable_irq(struct parport *p) in amiga_enable_irq() 105 static void amiga_disable_irq(struct parport *p) in amiga_disable_irq() 110 static void amiga_data_forward(struct parport *p) in amiga_data_forward() 117 static void amiga_data_reverse(struct parport *p) in amiga_data_reverse() [all …]
|
/linux-6.6.21/drivers/thermal/ |
D | thermal_netlink.c | 111 static int thermal_genl_event_tz_create(struct param *p) in thermal_genl_event_tz_create() 120 static int thermal_genl_event_tz(struct param *p) in thermal_genl_event_tz() 128 static int thermal_genl_event_tz_trip_up(struct param *p) in thermal_genl_event_tz_trip_up() 138 static int thermal_genl_event_tz_trip_add(struct param *p) in thermal_genl_event_tz_trip_add() 150 static int thermal_genl_event_tz_trip_delete(struct param *p) in thermal_genl_event_tz_trip_delete() 159 static int thermal_genl_event_cdev_add(struct param *p) in thermal_genl_event_cdev_add() 172 static int thermal_genl_event_cdev_delete(struct param *p) in thermal_genl_event_cdev_delete() 180 static int thermal_genl_event_cdev_state_update(struct param *p) in thermal_genl_event_cdev_state_update() 191 static int thermal_genl_event_gov_change(struct param *p) in thermal_genl_event_gov_change() 200 static int thermal_genl_event_cpu_capability_change(struct param *p) in thermal_genl_event_cpu_capability_change() [all …]
|
/linux-6.6.21/drivers/gpu/drm/i915/ |
D | i915_syncmap.c | 99 static inline u32 *__sync_seqno(struct i915_syncmap *p) in __sync_seqno() 105 static inline struct i915_syncmap **__sync_child(struct i915_syncmap *p) in __sync_child() 112 __sync_branch_idx(const struct i915_syncmap *p, u64 id) in __sync_branch_idx() 118 __sync_leaf_idx(const struct i915_syncmap *p, u64 id) in __sync_leaf_idx() 124 static inline u64 __sync_branch_prefix(const struct i915_syncmap *p, u64 id) in __sync_branch_prefix() 129 static inline u64 __sync_leaf_prefix(const struct i915_syncmap *p, u64 id) in __sync_leaf_prefix() 156 struct i915_syncmap *p; in i915_syncmap_is_later() local 201 struct i915_syncmap *p; in __sync_alloc_leaf() local 214 static inline void __sync_set_seqno(struct i915_syncmap *p, u64 id, u32 seqno) in __sync_set_seqno() 219 __sync_seqno(p)[idx] = seqno; in __sync_set_seqno() local [all …]
|
/linux-6.6.21/include/linux/ |
D | parport_pc.h | 9 #define ECONTROL(p) ((p)->base_hi + 0x2) argument 10 #define CONFIGB(p) ((p)->base_hi + 0x1) argument 11 #define CONFIGA(p) ((p)->base_hi + 0x0) argument 12 #define FIFO(p) ((p)->base_hi + 0x0) argument 13 #define EPPDATA(p) ((p)->base + 0x4) argument 14 #define EPPADDR(p) ((p)->base + 0x3) argument 15 #define CONTROL(p) ((p)->base + 0x2) argument 16 #define STATUS(p) ((p)->base + 0x1) argument 17 #define DATA(p) ((p)->base + 0x0) argument 66 static __inline__ void parport_pc_write_data(struct parport *p, unsigned char d) in parport_pc_write_data() [all …]
|
/linux-6.6.21/arch/ia64/kernel/ |
D | mca_drv.h | 43 #define peidx_head(p) (((p)->info)) argument 44 #define peidx_mid(p) (((p)->id)) argument 45 #define peidx_bottom(p) (((p)->regs)) argument 47 #define peidx_psp(p) (&(peidx_head(p)->proc_state_parameter)) argument 48 #define peidx_field_valid(p) (&(peidx_head(p)->valid)) argument 49 #define peidx_minstate_area(p) (&(peidx_bottom(p)->min_state_area)) argument 51 #define peidx_cache_check_num(p) (peidx_head(p)->valid.num_cache_check) argument 52 #define peidx_tlb_check_num(p) (peidx_head(p)->valid.num_tlb_check) argument 53 #define peidx_bus_check_num(p) (peidx_head(p)->valid.num_bus_check) argument 54 #define peidx_reg_file_check_num(p) (peidx_head(p)->valid.num_reg_file_check) argument [all …]
|
/linux-6.6.21/drivers/usb/cdns3/ |
D | cdns3-gadget.h | 197 #define USB_STS_CFGSTS(p) ((p) & USB_STS_CFGSTS_MASK) argument 204 #define USB_STS_OV(p) ((p) & USB_STS_OV_MASK) argument 211 #define USB_STS_USB3CONS(p) ((p) & USB_STS_USB3CONS_MASK) argument 219 #define USB_STS_DTRANS(p) ((p) & USB_STS_DTRANS_MASK) argument 229 #define USB_STS_USBSPEED(p) (((p) & USB_STS_USBSPEED_MASK) >> 4) argument 234 #define DEV_UNDEFSPEED(p) (((p) & USB_STS_USBSPEED_MASK) == (0x0 << 4)) argument 235 #define DEV_LOWSPEED(p) (((p) & USB_STS_USBSPEED_MASK) == USB_STS_LS) argument 236 #define DEV_FULLSPEED(p) (((p) & USB_STS_USBSPEED_MASK) == USB_STS_FS) argument 237 #define DEV_HIGHSPEED(p) (((p) & USB_STS_USBSPEED_MASK) == USB_STS_HS) argument 238 #define DEV_SUPERSPEED(p) (((p) & USB_STS_USBSPEED_MASK) == USB_STS_SS) argument [all …]
|
/linux-6.6.21/drivers/net/wireless/intel/iwlwifi/ |
D | iwl-debug.h | 82 #define iwl_print_hex_error(m, p, len) \ argument 101 #define iwl_print_hex_dump(m, level, p, len) \ argument 108 #define iwl_print_hex_dump(m, level, p, len) argument 175 #define IWL_DEBUG_INFO(p, f, a...) IWL_DEBUG(p, IWL_DL_INFO, f, ## a) argument 176 #define IWL_DEBUG_TDLS(p, f, a...) IWL_DEBUG(p, IWL_DL_TDLS, f, ## a) argument 177 #define IWL_DEBUG_MAC80211(p, f, a...) IWL_DEBUG(p, IWL_DL_MAC80211, f, ## a) argument 178 #define IWL_DEBUG_EXTERNAL(p, f, a...) IWL_DEBUG(p, IWL_DL_EXTERNAL, f, ## a) argument 179 #define IWL_DEBUG_TEMP(p, f, a...) IWL_DEBUG(p, IWL_DL_TEMP, f, ## a) argument 180 #define IWL_DEBUG_SCAN(p, f, a...) IWL_DEBUG(p, IWL_DL_SCAN, f, ## a) argument 181 #define IWL_DEBUG_RX(p, f, a...) IWL_DEBUG(p, IWL_DL_RX, f, ## a) argument [all …]
|