Home
last modified time | relevance | path

Searched refs:__idx (Results 1 – 8 of 8) sorted by relevance

/linux/drivers/scsi/csiostor/
H A Dcsio_wr.h452 #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 Dselect.h52 int __idx; \
54 for (__idx = 0; __idx < __size; __idx++) \
55 __set->fds[__idx] = 0; \
/linux/drivers/net/wireless/ralink/rt2x00/
H A Drt73usb.h84 #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 Drt61pci.h129 #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 Drt2800.h2052 #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 Drt2500usb.h455 #define KEY_ENTRY(__idx) \ argument
456 ( SEC_CSR0 + ((__idx) * 16) )
/linux/scripts/gdb/linux/
H A Dmm.py273__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 Dlpfc_init.c6124 #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"