Searched refs:__prop (Results 1 – 2 of 2) sorted by relevance
337 #define BFI_ADAPTER_GETP(__prop, __adap_prop) \ argument338 (((__adap_prop) & BFI_ADAPTER_ ## __prop ## _MK) >> \339 BFI_ADAPTER_ ## __prop ## _SH)340 #define BFI_ADAPTER_SETP(__prop, __val) \ argument341 ((__val) << BFI_ADAPTER_ ## __prop ## _SH)
328 #define BFI_ADAPTER_GETP(__prop, __adap_prop) \ argument329 (((__adap_prop) & BFI_ADAPTER_ ## __prop ## _MK) >> \330 BFI_ADAPTER_ ## __prop ## _SH)331 #define BFI_ADAPTER_SETP(__prop, __val) \ argument332 ((__val) << BFI_ADAPTER_ ## __prop ## _SH)