Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/intel/idpf/
Dvirtchnl2.h978 u8 proto_id_count; member
980 __le16 proto_id[] __counted_by(proto_id_count);
Didpf_txrx.h265 #define IDPF_GET_PTYPE_SIZE(p) struct_size((p), proto_id, (p)->proto_id_count)
Didpf_virtchnl.c2632 for (j = 0; j < ptype->proto_id_count; j++) { in idpf_send_get_rx_ptype_msg()