Home
last modified time | relevance | path

Searched refs:fd_bmap (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/net/ethernet/hisilicon/hns3/hns3pf/
A Dhclge_main.h958 unsigned long fd_bmap[BITS_TO_LONGS(MAX_FD_FILTER_NUM)]; member
A Dhclge_main.c5456 if (!test_bit(location, hdev->fd_bmap)) { in hclge_fd_inc_rule_cnt()
5457 set_bit(location, hdev->fd_bmap); in hclge_fd_inc_rule_cnt()
5464 if (test_bit(location, hdev->fd_bmap)) { in hclge_fd_dec_rule_cnt()
5465 clear_bit(location, hdev->fd_bmap); in hclge_fd_dec_rule_cnt()
6893 !test_bit(fs->location, hdev->fd_bmap)) { in hclge_del_fd_entry()
6924 for_each_set_bit(location, hdev->fd_bmap, in hclge_clear_fd_rules_in_list()
6937 bitmap_zero(hdev->fd_bmap, in hclge_clear_fd_rules_in_list()
7372 bit_id = find_first_zero_bit(hdev->fd_bmap, MAX_FD_FILTER_NUM); in hclge_add_fd_entry_by_arfs()
7623 if (test_bit(prio - 1, hdev->fd_bmap)) { in hclge_check_cls_flower()

Completed in 31 milliseconds