Lines Matching defs:tab
861 static void gfar_set_mask(u32 mask, struct filer_table *tab) in gfar_set_mask()
869 static void gfar_set_parse_bits(u32 value, u32 mask, struct filer_table *tab) in gfar_set_parse_bits()
879 struct filer_table *tab) in gfar_set_general_attribute()
903 struct filer_table *tab) in gfar_set_attribute()
961 struct ethtool_tcpip4_spec *mask, struct filer_table *tab) in gfar_set_basic_ip()
972 struct ethtool_usrip4_spec *mask, struct filer_table *tab) in gfar_set_user_ip()
985 struct filer_table *tab) in gfar_set_ether()
1056 struct filer_table *tab) in gfar_convert_to_filer()
1174 static int gfar_trim_filer_entries(u32 begin, u32 end, struct filer_table *tab) in gfar_trim_filer_entries()
1202 struct filer_table *tab) in gfar_expand_filer_entries()
1215 static int gfar_get_next_cluster_start(int start, struct filer_table *tab) in gfar_get_next_cluster_start()
1225 static int gfar_get_next_cluster_end(int start, struct filer_table *tab) in gfar_get_next_cluster_end()
1239 static void gfar_cluster_filer(struct filer_table *tab) in gfar_cluster_filer()
1313 struct filer_table *tab) in gfar_generate_mask_table()
1403 static int gfar_optimize_filer_masks(struct filer_table *tab) in gfar_optimize_filer_masks()
1465 struct filer_table *tab) in gfar_write_filer_table()
1512 struct filer_table *tab; in gfar_process_filer_changes() local