Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/ethernet/intel/iavf/
H A Diavf.h455 struct virtchnl_qos_cap_list *qos_caps; member
H A Diavf_main.c5211 vf_max = adapter->qos_caps->cap[0].shaper.peak; in iavf_verify_shaper()
5526 len = struct_size(adapter->qos_caps, cap, IAVF_MAX_QOS_TC_NUM); in iavf_probe()
5527 adapter->qos_caps = kzalloc(len, GFP_KERNEL); in iavf_probe()
5528 if (!adapter->qos_caps) { in iavf_probe()
H A Diavf_virtchnl.c2913 u16 len = struct_size(adapter->qos_caps, cap, in iavf_virtchnl_completion()
2916 memcpy(adapter->qos_caps, msg, min(msglen, len)); in iavf_virtchnl_completion()