Searched refs:__prop (Results 1 – 2 of 2) sorted by relevance
333 #define BFI_ADAPTER_GETP(__prop, __adap_prop) \ argument334 (((__adap_prop) & BFI_ADAPTER_ ## __prop ## _MK) >> \335 BFI_ADAPTER_ ## __prop ## _SH)336 #define BFI_ADAPTER_SETP(__prop, __val) \ argument337 ((__val) << BFI_ADAPTER_ ## __prop ## _SH)
388 #define BFI_ADAPTER_GETP(__prop, __adap_prop) \ argument389 (((__adap_prop) & BFI_ADAPTER_ ## __prop ## _MK) >> \390 BFI_ADAPTER_ ## __prop ## _SH)391 #define BFI_ADAPTER_SETP(__prop, __val) \ argument392 ((__val) << BFI_ADAPTER_ ## __prop ## _SH)