Home
last modified time | relevance | path

Searched refs:virtchnl2_rxq_info (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/net/ethernet/intel/idpf/
H A Dvirtchnl2.h740 struct virtchnl2_rxq_info { struct
764 VIRTCHNL2_CHECK_STRUCT_LEN(88, virtchnl2_rxq_info); argument
785 struct virtchnl2_rxq_info qinfo[] __counted_by_le(num_qinfo);
H A Didpf_virtchnl.c1560 struct virtchnl2_rxq_info *qi __free(kfree) = NULL; in idpf_send_config_rx_queues_msg()
1568 qi = kcalloc(totqs, sizeof(struct virtchnl2_rxq_info), GFP_KERNEL); in idpf_send_config_rx_queues_msg()
1666 chunk_sz = sizeof(struct virtchnl2_rxq_info); in idpf_send_config_rx_queues_msg()