Searched refs:__idx (Results 1 – 7 of 7) sorted by relevance
/linux-4.4.14/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-4.4.14/drivers/net/wireless/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 | 1870 #define MAC_WCID_ENTRY(__idx) \ argument 1871 (MAC_WCID_BASE + ((__idx) * sizeof(struct mac_wcid_entry))) 1872 #define PAIRWISE_KEY_ENTRY(__idx) \ argument 1873 (PAIRWISE_KEY_TABLE_BASE + ((__idx) * sizeof(struct hw_key_entry))) 1874 #define MAC_IVEIV_ENTRY(__idx) \ argument 1875 (MAC_IVEIV_TABLE_BASE + ((__idx) * sizeof(struct mac_iveiv_entry))) 1876 #define MAC_WCID_ATTR_ENTRY(__idx) \ argument 1877 (MAC_WCID_ATTRIBUTE_BASE + ((__idx) * sizeof(u32))) 1878 #define SHARED_KEY_ENTRY(__idx) \ argument 1879 (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-4.4.14/arch/ia64/kernel/ |
D | mca_drv.h | 63 ({ int __idx = peidx_##name##_idx(p, n); \ 66 __ret = &(peidx_head(p)->info[__idx]); \
|
/linux-4.4.14/mm/ |
D | slub.c | 277 #define for_each_object_idx(__p, __idx, __s, __addr, __objects) \ argument 278 for (__p = (__addr), __idx = 1; __idx <= __objects;\ 279 __p += (__s)->size, __idx++)
|