Searched refs:__prop (Results 1 – 2 of 2) sorted by relevance
335 #define BFI_ADAPTER_GETP(__prop, __adap_prop) \ argument336 (((__adap_prop) & BFI_ADAPTER_ ## __prop ## _MK) >> \337 BFI_ADAPTER_ ## __prop ## _SH)338 #define BFI_ADAPTER_SETP(__prop, __val) \ argument339 ((__val) << BFI_ADAPTER_ ## __prop ## _SH)
435 #define BFI_ADAPTER_GETP(__prop, __adap_prop) \ argument436 (((__adap_prop) & BFI_ADAPTER_ ## __prop ## _MK) >> \437 BFI_ADAPTER_ ## __prop ## _SH)438 #define BFI_ADAPTER_SETP(__prop, __val) \ argument439 ((__val) << BFI_ADAPTER_ ## __prop ## _SH)