Searched refs:vcap_decode_field (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/net/ethernet/microchip/vcap/ |
H A D | vcap_api.c | 197 static void vcap_decode_field(u32 *stream, struct vcap_stream_iter *itr, in vcap_decode_field() function 256 vcap_decode_field(mskstream, &iter, typefld->width, (u8 *)&mask); in vcap_verify_keystream_keyset() 265 vcap_decode_field(keystream, &iter, typefld->width, (u8 *)&value); in vcap_verify_keystream_keyset() 1463 vcap_decode_field(actstream, &iter, actionfield[idx].width, in vcap_decode_actionset() 1515 vcap_decode_field(maskstream, &miter, keyfield[idx].width, in vcap_decode_keyset() 1524 vcap_decode_field(keystream, &kiter, keyfield[idx].width, in vcap_decode_keyset()
|