Home
last modified time | relevance | path

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

/drivers/net/ethernet/microchip/vcap/
A Dvcap_api_debugfs.c51 u32 fmsk = (1 << keyfield[key].width) - 1; in vcap_debugfs_show_rule_keyfield() local
54 fmsk = ~0; in vcap_debugfs_show_rule_keyfield()
55 out->prf(out->dst, "%u/%u", data->u32.value & fmsk, in vcap_debugfs_show_rule_keyfield()
56 data->u32.mask & fmsk); in vcap_debugfs_show_rule_keyfield()
125 u32 fmsk, val; in vcap_debugfs_show_rule_actionfield() local
136 fmsk = (1 << actionfield[action].width) - 1; in vcap_debugfs_show_rule_actionfield()
138 out->prf(out->dst, "%u", val & fmsk); in vcap_debugfs_show_rule_actionfield()

Completed in 4 milliseconds