Lines Matching refs:vport
19 int idpf_get_reg_intr_vecs(struct idpf_vport *vport,
21 int idpf_queue_reg_init(struct idpf_vport *vport);
22 int idpf_vport_queue_ids_init(struct idpf_vport *vport);
28 void idpf_vport_init(struct idpf_vport *vport, struct idpf_vport_max_q *max_q);
29 u32 idpf_get_vport_id(struct idpf_vport *vport);
32 int idpf_send_destroy_vport_msg(struct idpf_vport *vport);
33 int idpf_send_enable_vport_msg(struct idpf_vport *vport);
34 int idpf_send_disable_vport_msg(struct idpf_vport *vport);
36 int idpf_vport_adjust_qs(struct idpf_vport *vport);
41 int idpf_send_add_queues_msg(const struct idpf_vport *vport, u16 num_tx_q,
43 int idpf_send_delete_queues_msg(struct idpf_vport *vport);
44 int idpf_send_enable_queues_msg(struct idpf_vport *vport);
45 int idpf_send_disable_queues_msg(struct idpf_vport *vport);
46 int idpf_send_config_queues_msg(struct idpf_vport *vport);
48 int idpf_vport_alloc_vec_indexes(struct idpf_vport *vport);
54 int idpf_send_map_unmap_queue_vector_msg(struct idpf_vport *vport, bool map);
56 int idpf_add_del_mac_filters(struct idpf_vport *vport,
62 int idpf_check_supported_desc_ids(struct idpf_vport *vport);
63 int idpf_send_get_rx_ptype_msg(struct idpf_vport *vport);
64 int idpf_send_ena_dis_loopback_msg(struct idpf_vport *vport);
65 int idpf_send_get_stats_msg(struct idpf_vport *vport);
67 int idpf_send_get_set_rss_key_msg(struct idpf_vport *vport, bool get);
68 int idpf_send_get_set_rss_lut_msg(struct idpf_vport *vport, bool get);