Searched refs:dstvalue (Results 1 – 1 of 1) sorted by relevance
| /linux/drivers/net/ethernet/microchip/vcap/ |
| H A D | vcap_api.c | 1101 static void vcap_copy_limited_actionfield(u8 *dstvalue, u8 *srcvalue, in vcap_copy_limited_actionfield() argument 1104 memcpy(dstvalue, srcvalue, bytes); in vcap_copy_limited_actionfield() 1105 vcap_apply_width(dstvalue, width, bytes); in vcap_copy_limited_actionfield() 1200 static void vcap_copy_limited_keyfield(u8 *dstvalue, u8 *dstmask, in vcap_copy_limited_keyfield() argument 1204 memcpy(dstvalue, srcvalue, bytes); in vcap_copy_limited_keyfield() 1205 vcap_apply_width(dstvalue, width, bytes); in vcap_copy_limited_keyfield()
|