Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/microchip/vcap/
H A Dvcap_api.c1091 static void vcap_copy_limited_actionfield(u8 *dstvalue, u8 *srcvalue, in vcap_copy_limited_actionfield() argument
1094 memcpy(dstvalue, srcvalue, bytes); in vcap_copy_limited_actionfield()
1095 vcap_apply_width(dstvalue, width, bytes); in vcap_copy_limited_actionfield()
1190 static void vcap_copy_limited_keyfield(u8 *dstvalue, u8 *dstmask, in vcap_copy_limited_keyfield() argument
1194 memcpy(dstvalue, srcvalue, bytes); in vcap_copy_limited_keyfield()
1195 vcap_apply_width(dstvalue, width, bytes); in vcap_copy_limited_keyfield()