Searched refs:start_ptype_id (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/net/ethernet/intel/idpf/
H A Dvirtchnl2.h986 * @start_ptype_id: Starting ptype ID.
987 * @num_ptypes: Number of packet types from start_ptype_id.
993 * populating the 'start_ptype_id' and the 'num_ptypes'. CP responds with the
994 * 'start_ptype_id', 'num_ptypes', and the array of ptype (virtchnl2_ptype) that
1003 * 'start_ptype_id', 'num_ptypes', and the ptype array itself. When CP is done
1014 __le16 start_ptype_id; member in struct:virtchnl2_get_ptype_info
H A Didpf_virtchnl.c2546 get_ptype_info->start_ptype_id = cpu_to_le16(next_ptype_id);
2566 next_ptype_id = le16_to_cpu(get_ptype_info->start_ptype_id) +

Completed in 323 milliseconds