Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/intel/iavf/
H A Diavf.h451 struct virtchnl_qos_cap_list *qos_caps; member
H A Diavf_main.c5071 vf_max = adapter->qos_caps->cap[0].shaper.peak; in iavf_verify_shaper()
5385 len = struct_size(adapter->qos_caps, cap, IAVF_MAX_QOS_TC_NUM); in iavf_probe()
5386 adapter->qos_caps = kzalloc(len, GFP_KERNEL); in iavf_probe()
5387 if (!adapter->qos_caps) { in iavf_probe()
H A Diavf_virtchnl.c2934 u16 len = struct_size(adapter->qos_caps, cap, in iavf_virtchnl_completion()
2937 memcpy(adapter->qos_caps, msg, min(msglen, len)); in iavf_virtchnl_completion()