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

/freebsd-current/sys/dev/iavf/
H A Dvirtchnl.h591 struct virtchnl_tc_info { struct
597 VIRTCHNL_CHECK_STRUCT_LEN(24, virtchnl_tc_info);
759 ((u16)(~0) - sizeof(struct virtchnl_tc_info)) /
957 valid_len = sizeof(struct virtchnl_tc_info);
959 struct virtchnl_tc_info *vti =
960 (struct virtchnl_tc_info *)msg;
/freebsd-current/sys/dev/ice/
H A Dvirtchnl.h1300 struct virtchnl_tc_info { struct
1306 VIRTCHNL_CHECK_STRUCT_LEN(24, virtchnl_tc_info);
2067 ((u16)(~0) - sizeof(struct virtchnl_tc_info)) /
2234 valid_len = sizeof(struct virtchnl_tc_info);
2236 struct virtchnl_tc_info *vti =
2237 (struct virtchnl_tc_info *)msg;

Completed in 77 milliseconds