Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/intel/idpf/
H A Dvirtchnl2.h667 struct virtchnl2_txq_info { struct
685 VIRTCHNL2_CHECK_STRUCT_LEN(56, virtchnl2_txq_info); argument
706 struct virtchnl2_txq_info qinfo[] __counted_by_le(num_qinfo);
H A Didpf_virtchnl.c1441 struct virtchnl2_txq_info *qi __free(kfree) = NULL; in idpf_send_config_tx_queues_msg()
1449 qi = kcalloc(totqs, sizeof(struct virtchnl2_txq_info), GFP_KERNEL); in idpf_send_config_tx_queues_msg()
1514 chunk_sz = sizeof(struct virtchnl2_txq_info); in idpf_send_config_tx_queues_msg()