Lines Matching refs:prop
98 #define bfa_mfg_adapter_prop_init_flash(card_type, prop) \ argument
104 (prop) = BFI_ADAPTER_SETP(NPORTS, 2) | \
108 (prop) = BFI_ADAPTER_SETP(NPORTS, 1) | \
112 (prop) = BFI_ADAPTER_SETP(NPORTS, 2) | \
116 (prop) = BFI_ADAPTER_SETP(NPORTS, 1) | \
123 (prop) = BFI_ADAPTER_SETP(NPORTS, 2); \
124 (prop) |= BFI_ADAPTER_SETP(SPEED, 10); \
127 (prop) = BFI_ADAPTER_SETP(NPORTS, 1); \
128 (prop) |= BFI_ADAPTER_SETP(SPEED, 10); \
131 (prop) = BFI_ADAPTER_UNSUPP; \
145 #define bfa_mfg_adapter_prop_init_gpio(gpio, card_type, prop) \ argument
148 (prop) |= BFI_ADAPTER_PROTO; \
153 (prop) |= BFI_ADAPTER_TTV; \
156 (prop) |= BFI_ADAPTER_SETP(NPORTS, 2); \
157 (prop) |= BFI_ADAPTER_SETP(SPEED, 8); \
161 (prop) |= BFI_ADAPTER_SETP(NPORTS, 1); \
162 (prop) |= BFI_ADAPTER_SETP(SPEED, 8); \
166 (prop) |= BFI_ADAPTER_SETP(NPORTS, 2); \
167 (prop) |= BFI_ADAPTER_SETP(SPEED, 4); \
171 (prop) |= BFI_ADAPTER_SETP(NPORTS, 1); \
172 (prop) |= BFI_ADAPTER_SETP(SPEED, 4); \
176 (prop) |= BFI_ADAPTER_UNSUPP; \