Searched refs:__idx (Results 1 – 8 of 8) sorted by relevance
| /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)]->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/tools/include/nolibc/sys/ |
| H A D | select.h | 52 int __idx; \ 54 for (__idx = 0; __idx < __size; __idx++) \ 55 __set->fds[__idx] = 0; \
|
| /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) * sizeof(struct hw_key_entry))) [all …]
|
| H A D | rt2500usb.h | 455 #define KEY_ENTRY(__idx) \ argument 456 ( SEC_CSR0 + ((__idx) * 16) )
|
| /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_ulon… 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/scsi/lpfc/ |
| H A D | lpfc_init.c | 6124 #define trunk_link_status(__idx)\ argument 6125 bf_get(lpfc_acqe_fc_la_trunk_config_port##__idx, acqe_fc) ?\ 6126 ((phba->trunk_link.link##__idx.state == LPFC_LINK_UP) ?\ 6129 #define trunk_port_fault(__idx)\ argument 6130 bf_get(lpfc_acqe_fc_la_trunk_config_port##__idx, acqe_fc) ?\ 6131 (port_fault & (1 << __idx) ? "YES" : "NO") : "NA"
|