Searched refs:proto_id_count (Results 1 - 3 of 3) sorted by path

/linux-master/drivers/net/ethernet/intel/idpf/
H A Didpf_txrx.h337 #define IDPF_GET_PTYPE_SIZE(p) struct_size((p), proto_id, (p)->proto_id_count)
H A Didpf_virtchnl.c2593 if (ptype->proto_id_count)
2596 for (j = 0; j < ptype->proto_id_count; j++) {
H A Dvirtchnl2.h964 * @proto_id_count: Number of protocol ids the packet supports, maximum of 32
967 * @proto_id: proto_id_count decides the allocation of protocol id array.
978 u8 proto_id_count; member in struct:virtchnl2_ptype
980 __le16 proto_id[] __counted_by(proto_id_count);

Completed in 208 milliseconds