/linux/drivers/scsi/csiostor/ |
H A D | csio_wr.h | 452 #define csio_get_q(__hw, __idx) ((__hw)->wrm.q_arr[__idx]) argument 453 #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)] argument 457 csio_q_vstart(__hw,__idx) global() argument 458 csio_q_pstart(__hw,__idx) global() argument 459 csio_q_size(__hw,__idx) global() argument 460 csio_q_credits(__hw,__idx) global() argument 461 csio_q_portid(__hw,__idx) global() argument 462 csio_q_wr_sz(__hw,__idx) global() argument 463 csio_q_iqid(__hw,__idx) global() argument 464 csio_q_physiqid(__hw,__idx) global() argument 466 csio_q_iq_flq_idx(__hw,__idx) global() argument 468 csio_q_eqid(__hw,__idx) global() argument 469 csio_q_flid(__hw,__idx) global() argument 471 csio_q_physeqid(__hw,__idx) global() argument 479 csio_q_eq_wrap(__hw,__idx) global() argument [all...] |
/linux/tools/include/nolibc/ |
H A D | types.h | 154 int __idx; \ 156 for (__idx = 0; __idx < __size; __idx++) \ 157 __set->fds[__idx] = 0; \
|
/linux/arch/x86/include/asm/ |
H A D | barrier.h | 37 typeof((idx)+(sz)) __idx = (idx); \ 38 typeof(__idx) __sz = (sz); \ 43 "r" (__idx) \
|
/linux/drivers/net/wireless/ralink/rt2x00/ |
H A D | rt73usb.h | 84 #define SHARED_KEY_ENTRY(__idx) \ argument 86 ((__idx) * sizeof(struct hw_key_entry)) ) 87 #define PAIRWISE_KEY_ENTRY(__idx) \ argument 89 ((__idx) * sizeof(struct hw_key_entry)) ) 90 #define PAIRWISE_TA_ENTRY(__idx) \ argument 92 ((__idx) * sizeof(struct hw_pairwise_ta_entry)) )
|
H A D | rt61pci.h | 129 #define SHARED_KEY_ENTRY(__idx) \ argument 131 ((__idx) * sizeof(struct hw_key_entry))) 132 #define PAIRWISE_KEY_ENTRY(__idx) \ argument 134 ((__idx) * sizeof(struct hw_key_entry))) 135 #define PAIRWISE_TA_ENTRY(__idx) \ argument 137 ((__idx) * sizeof(struct hw_pairwise_ta_entry)))
|
H A D | rt2800.h | 2052 #define MAC_WCID_ENTRY(__idx) \ argument 2053 (MAC_WCID_BASE + ((__idx) * sizeof(struct mac_wcid_entry))) 2054 #define PAIRWISE_KEY_ENTRY(__idx) \ argument 2055 (PAIRWISE_KEY_TABLE_BASE + ((__idx) * sizeof(struct hw_key_entry))) 2056 #define MAC_IVEIV_ENTRY(__idx) \ argument 2057 (MAC_IVEIV_TABLE_BASE + ((__idx) * sizeof(struct mac_iveiv_entry))) 2058 #define MAC_WCID_ATTR_ENTRY(__idx) \ argument 2059 (MAC_WCID_ATTRIBUTE_BASE + ((__idx) * sizeof(u32))) 2060 #define SHARED_KEY_ENTRY(__idx) \ argument 2061 (SHARED_KEY_TABLE_BASE + ((__idx) * sizeo 2062 SHARED_KEY_MODE_ENTRY(__idx) global() argument [all...] |
H A D | rt2500usb.h | 455 #define KEY_ENTRY(__idx) \ argument 456 ( SEC_CSR0 + ((__idx) * 16) )
|
/linux/arch/arm64/include/asm/ |
H A D | memory.h | 406 u64 __idx = ((u64)__page - VMEMMAP_START) / sizeof(struct page);\ 407 u64 __addr = PAGE_OFFSET + (__idx * PAGE_SIZE); \ 412 u64 __idx = (__tag_reset((u64)x) - PAGE_OFFSET) / PAGE_SIZE; \ 413 u64 __addr = VMEMMAP_START + (__idx * sizeof(struct page)); \
|
/linux/drivers/gpu/drm/i915/ |
H A D | i915_utils.h | 176 int __idx = ffs(mask) - 1; \ 177 mask &= ~BIT(__idx); \ 178 __idx; \
|
/linux/scripts/gdb/linux/ |
H A D | mm.py | 273 __idx = int((page.cast(gdb.lookup_type("unsigned long")) - self.VMEMMAP_START).cast(utils.get_ulong_type())) // self.struct_page_size 274 return self.PAGE_OFFSET + (__idx * self.PAGE_SIZE) 280 __idx = int(self.kasan_reset_tag(va) - self.PAGE_OFFSET) // self.PAGE_SIZE 281 addr = self.VMEMMAP_START + (__idx * self.struct_page_size)
|
/linux/drivers/net/ethernet/qlogic/qed/ |
H A D | qed.h | 945 #define GET_GTT_REG_ADDR(__base, __offset, __idx) \ argument 946 ((__base) + __offset ## _GTT_OFFSET((__idx))) 948 #define GET_GTT_BDQ_REG_ADDR(__base, __offset, __idx, __bdq_idx) \ argument 949 ((__base) + __offset ## _GTT_OFFSET((__idx), (__bdq_idx)))
|
/linux/drivers/net/ethernet/aquantia/atlantic/ |
H A D | aq_ptp.c | 1038 #define ptp_offset_init(__idx, __mbps, __egress, __ingress) do { \ argument 1039 ptp_offset[__idx].mbps = (__mbps); \ 1040 ptp_offset[__idx].egress = (__egress); \ 1041 ptp_offset[__idx].ingress = (__ingress); } \
|
/linux/drivers/gpu/drm/xe/ |
H A D | xe_mocs.c | 112 #define MOCS_ENTRY(__idx, __control_value, __l3cc_value) \ argument 113 [__idx] = { \
|
/linux/drivers/scsi/lpfc/ |
H A D | lpfc_init.c | 6137 #define trunk_link_status(__idx)\ argument 6138 bf_get(lpfc_acqe_fc_la_trunk_config_port##__idx, acqe_fc) ?\ 6139 ((phba->trunk_link.link##__idx.state == LPFC_LINK_UP) ?\ 6141 /* Did port __idx reported an error */ 6142 #define trunk_port_fault(__idx)\ argument 6143 bf_get(lpfc_acqe_fc_la_trunk_config_port##__idx, acqe_fc) ?\ 6144 (port_fault & (1 << __idx) ? "YES" : "NO") : "NA"
|
/linux/drivers/net/wireless/realtek/rtw89/ |
H A D | rtw8852b_rfk.c | 2779 u8 __idx = (idx), __i, __v; \ in _tssi_set_tmeter_tbl() 2782 __v = (__ptr[__idx + __i]); \ in _tssi_set_tmeter_tbl()
|
H A D | rtw8852bt_rfk.c | 2877 u8 __idx = (idx), __i, __v; \ in _tssi_set_tmeter_tbl() 2880 __v = (__ptr[__idx + __i]); \ in _tssi_set_tmeter_tbl()
|
H A D | rtw8852c_rfk.c | 2987 u8 __idx = (idx), __i, __v; \ in _tssi_set_tmeter_tbl() 2990 __v = (__ptr[__idx + __i]); \ in _tssi_set_tmeter_tbl()
|