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.h450 struct virtchnl_qos_cap_list *qos_caps; member
H A Diavf_main.c5049 vf_max = adapter->qos_caps->cap[0].shaper.peak; in iavf_verify_shaper()
5363 len = struct_size(adapter->qos_caps, cap, IAVF_MAX_QOS_TC_NUM); in iavf_probe()
5364 adapter->qos_caps = kzalloc(len, GFP_KERNEL); in iavf_probe()
5365 if (!adapter->qos_caps) { in iavf_probe()
H A Diavf_virtchnl.c2930 u16 len = struct_size(adapter->qos_caps, cap, in iavf_virtchnl_completion()
2933 memcpy(adapter->qos_caps, msg, min(msglen, len)); in iavf_virtchnl_completion()