Home
last modified time | relevance | path

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

/linux/drivers/scsi/be2iscsi/
H A Dbe.h164 static inline void amap_set(void *ptr, u32 dw_offset, u32 mask, in amap_set() argument
167 u32 *dw = (u32 *) ptr + dw_offset; in amap_set()
179 static inline u32 amap_get(void *ptr, u32 dw_offset, u32 mask, u32 offset) in amap_get() argument
182 return mask & (*(dw + dw_offset) >> offset); in amap_get()