Home
last modified time | relevance | path

Searched refs:u48 (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-6.6/drivers/net/ethernet/microchip/vcap/
H A Dvcap_api_client.h68 struct vcap_u48_key u48; member
126 struct vcap_u48_action u48; member
H A Dvcap_api_debugfs.c60 value = data->u48.value; in vcap_debugfs_show_rule_keyfield()
61 mask = data->u48.mask; in vcap_debugfs_show_rule_keyfield()
63 out->prf(out->dst, "%pMR/%pMR", data->u48.value, in vcap_debugfs_show_rule_keyfield()
64 data->u48.mask); in vcap_debugfs_show_rule_keyfield()
H A Dvcap_api.c469 value = kf->data.u48.value; in vcap_encode_keyfield()
470 mask = kf->data.u48.mask; in vcap_encode_keyfield()
560 vcap_copy_to_w32be(ddata->u48.value, src->data.u48.value, size); in vcap_copy_from_client_keyfield()
561 vcap_copy_to_w32be(ddata->u48.mask, src->data.u48.mask, size); in vcap_copy_from_client_keyfield()
615 vcap_copy_to_w32be(ddata->u48.value, sdata->u48.value, size); in vcap_copy_from_client_actionfield()
759 value = af->data.u48.value; in vcap_encode_actionfield()
1115 vcap_copy_from_w32be(field->data.u48 in vcap_copy_to_client_actionfield()
[all...]
H A Dvcap_api_kunit.c876 .data.u48.value = {0x01, 0x02, 0x03, 0x04, 0x05, 0x06}, in vcap_api_encode_rule_keyset_test()
877 .data.u48.mask = {0xff, 0xff, 0xff, 0xff, 0xff, 0xff}, in vcap_api_encode_rule_keyset_test()

Completed in 9 milliseconds