Searched refs:VCAP_SEL_ALL (Results 1 – 5 of 5) sorted by relevance
/linux/drivers/net/ethernet/mscc/ |
H A D | ocelot_vcap.c | 19 VCAP_SEL_ALL = 0x7, enumerator 359 vcap_row_cmd(ocelot, vcap, row, VCAP_CMD_READ, VCAP_SEL_ALL); in is2_entry_set() 643 vcap_row_cmd(ocelot, vcap, row, VCAP_CMD_WRITE, VCAP_SEL_ALL); in is2_entry_set() 681 vcap_row_cmd(ocelot, vcap, row, VCAP_CMD_READ, VCAP_SEL_ALL); in is1_entry_set() 778 vcap_row_cmd(ocelot, vcap, row, VCAP_CMD_WRITE, VCAP_SEL_ALL); in is1_entry_set() 820 vcap_row_cmd(ocelot, vcap, row, VCAP_CMD_READ, VCAP_SEL_ALL); in es0_entry_set() 849 vcap_row_cmd(ocelot, vcap, row, VCAP_CMD_WRITE, VCAP_SEL_ALL); in es0_entry_set()
|
/linux/drivers/net/ethernet/microchip/vcap/ |
H A D | vcap_api_debugfs_kunit.c | 147 case VCAP_SEL_ALL: in test_cache_read() 188 case VCAP_SEL_ALL: in test_cache_write()
|
H A D | vcap_api.h | 141 VCAP_SEL_ALL = 0xff, enumerator
|
H A D | vcap_api_kunit.c | 138 case VCAP_SEL_ALL: in test_cache_read() 179 case VCAP_SEL_ALL: in test_cache_write()
|
H A D | vcap_api.c | 378 vctrl->ops->update(ndev, admin, VCAP_CMD_READ, VCAP_SEL_ALL, addr); in vcap_addr_keysets() 1546 VCAP_SEL_ALL, addr); in vcap_read_rule() 1583 VCAP_SEL_ALL, addr); in vcap_write_rule()
|