Lines Matching defs:options
1140 u8 options = 0;
1147 options = olympic_priv->olympic_copy_all_options;
1150 options |= 0x61 ;
1152 options &= ~0x61 ;
1154 /* Only issue the srb if there is a change in options */
1156 if ((options ^ olympic_priv->olympic_copy_all_options)) {
1158 /* Now to issue the srb command to alter the copy.all.options */
1165 writeb(options,srb+5);
1171 olympic_priv->olympic_copy_all_options = options ;
1214 /* SRB_MODIFY_RECEIVE_OPTIONS i.e. set_multicast_list options (promiscuous)