Searched refs:__prop (Results 1 – 2 of 2) sorted by relevance
323 #define BFI_ADAPTER_GETP(__prop, __adap_prop) \ argument324 (((__adap_prop) & BFI_ADAPTER_ ## __prop ## _MK) >> \325 BFI_ADAPTER_ ## __prop ## _SH)326 #define BFI_ADAPTER_SETP(__prop, __val) \ argument327 ((__val) << BFI_ADAPTER_ ## __prop ## _SH)
428 #define BFI_ADAPTER_GETP(__prop, __adap_prop) \ argument429 (((__adap_prop) & BFI_ADAPTER_ ## __prop ## _MK) >> \430 BFI_ADAPTER_ ## __prop ## _SH)431 #define BFI_ADAPTER_SETP(__prop, __val) \ argument432 ((__val) << BFI_ADAPTER_ ## __prop ## _SH)