Searched refs:fd_bmap (Results 1 – 2 of 2) sorted by relevance
823 unsigned long fd_bmap[BITS_TO_LONGS(MAX_FD_FILTER_NUM)]; member
5652 clear_bit(location, hdev->fd_bmap); in hclge_fd_update_rule_list()5670 set_bit(location, hdev->fd_bmap); in hclge_fd_update_rule_list()5997 for_each_set_bit(location, hdev->fd_bmap, in hclge_del_all_fd_entries()6010 bitmap_zero(hdev->fd_bmap, in hclge_del_all_fd_entries()6044 clear_bit(rule->location, hdev->fd_bmap); in hclge_restore_fd_entries()6421 bit_id = find_first_zero_bit(hdev->fd_bmap, MAX_FD_FILTER_NUM); in hclge_add_fd_entry_by_arfs()6433 set_bit(bit_id, hdev->fd_bmap); in hclge_add_fd_entry_by_arfs()6483 clear_bit(rule->location, hdev->fd_bmap); in hclge_rfs_filter_expire()