Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/infiniband/hw/hfi1/
Dchip.c107 struct flag_table { struct
277 static struct flag_table cce_err_status_flags[] = {
367 static struct flag_table misc_err_status_flags[] = {
386 static struct flag_table pio_err_status_flags[] = {
528 static struct flag_table sdma_err_status_flags[] = {
556 static struct flag_table egress_err_status_flags[] = {
657 static struct flag_table egress_err_info_flags[] = {
706 static struct flag_table send_err_status_flags[] = {
715 static struct flag_table sc_err_status_flags[] = {
738 static struct flag_table rxe_err_status_flags[] = {
[all …]
/Linux-v5.4/drivers/net/ethernet/intel/i40e/
Di40e_main.c7575 static const u16 flag_table[128] = { in i40e_add_del_cloud_filter() local
7592 if (filter->flags >= ARRAY_SIZE(flag_table)) in i40e_add_del_cloud_filter()
7603 cld_filter.flags |= cpu_to_le16(flag_table[filter->flags] | in i40e_add_del_cloud_filter()
7606 cld_filter.flags |= cpu_to_le16(flag_table[filter->flags] | in i40e_add_del_cloud_filter()