Home
last modified time | relevance | path

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

/drivers/scsi/csiostor/
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 …]
/drivers/net/wireless/rt2x00/
Drt73usb.h97 #define SHARED_KEY_ENTRY(__idx) \ argument
99 ((__idx) * sizeof(struct hw_key_entry)) )
100 #define PAIRWISE_KEY_ENTRY(__idx) \ argument
102 ((__idx) * sizeof(struct hw_key_entry)) )
103 #define PAIRWISE_TA_ENTRY(__idx) \ argument
105 ((__idx) * sizeof(struct hw_pairwise_ta_entry)) )
Drt2800.h1751 #define MAC_WCID_ENTRY(__idx) \ argument
1752 (MAC_WCID_BASE + ((__idx) * sizeof(struct mac_wcid_entry)))
1753 #define PAIRWISE_KEY_ENTRY(__idx) \ argument
1754 (PAIRWISE_KEY_TABLE_BASE + ((__idx) * sizeof(struct hw_key_entry)))
1755 #define MAC_IVEIV_ENTRY(__idx) \ argument
1756 (MAC_IVEIV_TABLE_BASE + ((__idx) * sizeof(struct mac_iveiv_entry)))
1757 #define MAC_WCID_ATTR_ENTRY(__idx) \ argument
1758 (MAC_WCID_ATTRIBUTE_BASE + ((__idx) * sizeof(u32)))
1759 #define SHARED_KEY_ENTRY(__idx) \ argument
1760 (SHARED_KEY_TABLE_BASE + ((__idx) * sizeof(struct hw_key_entry)))
[all …]
Drt61pci.h142 #define SHARED_KEY_ENTRY(__idx) \ argument
144 ((__idx) * sizeof(struct hw_key_entry)) )
145 #define PAIRWISE_KEY_ENTRY(__idx) \ argument
147 ((__idx) * sizeof(struct hw_key_entry)) )
148 #define PAIRWISE_TA_ENTRY(__idx) \ argument
150 ((__idx) * sizeof(struct hw_pairwise_ta_entry)) )
Drt2500usb.h468 #define KEY_ENTRY(__idx) \ argument
469 ( SEC_CSR0 + ((__idx) * 16) )