Searched refs:__prop (Results 1 – 2 of 2) sorted by relevance
331 #define BFI_ADAPTER_GETP(__prop, __adap_prop) \ argument332 (((__adap_prop) & BFI_ADAPTER_ ## __prop ## _MK) >> \333 BFI_ADAPTER_ ## __prop ## _SH)334 #define BFI_ADAPTER_SETP(__prop, __val) \ argument335 ((__val) << BFI_ADAPTER_ ## __prop ## _SH)
436 #define BFI_ADAPTER_GETP(__prop, __adap_prop) \ argument437 (((__adap_prop) & BFI_ADAPTER_ ## __prop ## _MK) >> \438 BFI_ADAPTER_ ## __prop ## _SH)439 #define BFI_ADAPTER_SETP(__prop, __val) \ argument440 ((__val) << BFI_ADAPTER_ ## __prop ## _SH)