Searched refs:__idx (Results 1 – 8 of 8) sorted by relevance
| /Linux-v4.19/drivers/scsi/csiostor/ |
| 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)]->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 …]
|
| /Linux-v4.19/drivers/gpu/drm/i915/ |
| D | i915_utils.h | 116 int __idx = ffs(mask) - 1; \ 117 mask &= ~BIT(__idx); \ 118 __idx; \
|
| /Linux-v4.19/drivers/net/wireless/ralink/rt2x00/ |
| D | rt73usb.h | 95 #define SHARED_KEY_ENTRY(__idx) \ argument 97 ((__idx) * sizeof(struct hw_key_entry)) ) 98 #define PAIRWISE_KEY_ENTRY(__idx) \ argument 100 ((__idx) * sizeof(struct hw_key_entry)) ) 101 #define PAIRWISE_TA_ENTRY(__idx) \ argument 103 ((__idx) * sizeof(struct hw_pairwise_ta_entry)) )
|
| D | rt61pci.h | 140 #define SHARED_KEY_ENTRY(__idx) \ argument 142 ((__idx) * sizeof(struct hw_key_entry))) 143 #define PAIRWISE_KEY_ENTRY(__idx) \ argument 145 ((__idx) * sizeof(struct hw_key_entry))) 146 #define PAIRWISE_TA_ENTRY(__idx) \ argument 148 ((__idx) * sizeof(struct hw_pairwise_ta_entry)))
|
| D | rt2800.h | 2027 #define MAC_WCID_ENTRY(__idx) \ argument 2028 (MAC_WCID_BASE + ((__idx) * sizeof(struct mac_wcid_entry))) 2029 #define PAIRWISE_KEY_ENTRY(__idx) \ argument 2030 (PAIRWISE_KEY_TABLE_BASE + ((__idx) * sizeof(struct hw_key_entry))) 2031 #define MAC_IVEIV_ENTRY(__idx) \ argument 2032 (MAC_IVEIV_TABLE_BASE + ((__idx) * sizeof(struct mac_iveiv_entry))) 2033 #define MAC_WCID_ATTR_ENTRY(__idx) \ argument 2034 (MAC_WCID_ATTRIBUTE_BASE + ((__idx) * sizeof(u32))) 2035 #define SHARED_KEY_ENTRY(__idx) \ argument 2036 (SHARED_KEY_TABLE_BASE + ((__idx) * sizeof(struct hw_key_entry))) [all …]
|
| D | rt2500usb.h | 466 #define KEY_ENTRY(__idx) \ argument 467 ( SEC_CSR0 + ((__idx) * 16) )
|
| /Linux-v4.19/arch/ia64/kernel/ |
| D | mca_drv.h | 64 ({ int __idx = peidx_##name##_idx(p, n); \ 67 __ret = &(peidx_head(p)->info[__idx]); \
|
| /Linux-v4.19/mm/ |
| D | slub.c | 306 #define for_each_object_idx(__p, __idx, __s, __addr, __objects) \ argument 307 for (__p = fixup_red_left(__s, __addr), __idx = 1; \ 308 __idx <= __objects; \ 309 __p += (__s)->size, __idx++)
|