Lines Matching refs:nicvf
310 void nicvf_config_vlan_stripping(struct nicvf *nic,
312 int nicvf_set_qset_resources(struct nicvf *nic);
313 int nicvf_config_data_transfer(struct nicvf *nic, bool enable);
314 void nicvf_qset_config(struct nicvf *nic, bool enable);
315 void nicvf_cmp_queue_config(struct nicvf *nic, struct queue_set *qs,
318 void nicvf_sq_enable(struct nicvf *nic, struct snd_queue *sq, int qidx);
319 void nicvf_sq_disable(struct nicvf *nic, int qidx);
323 int nicvf_sq_append_skb(struct nicvf *nic, struct sk_buff *skb);
325 struct sk_buff *nicvf_get_rcv_skb(struct nicvf *nic, struct cqe_rx_t *cqe_rx);
329 void nicvf_enable_intr(struct nicvf *nic, int int_type, int q_idx);
330 void nicvf_disable_intr(struct nicvf *nic, int int_type, int q_idx);
331 void nicvf_clear_intr(struct nicvf *nic, int int_type, int q_idx);
332 int nicvf_is_intr_enabled(struct nicvf *nic, int int_type, int q_idx);
335 void nicvf_reg_write(struct nicvf *nic, u64 offset, u64 val);
336 u64 nicvf_reg_read(struct nicvf *nic, u64 offset);
337 void nicvf_qset_reg_write(struct nicvf *nic, u64 offset, u64 val);
338 u64 nicvf_qset_reg_read(struct nicvf *nic, u64 offset);
339 void nicvf_queue_reg_write(struct nicvf *nic, u64 offset,
341 u64 nicvf_queue_reg_read(struct nicvf *nic,
345 void nicvf_update_rq_stats(struct nicvf *nic, int rq_idx);
346 void nicvf_update_sq_stats(struct nicvf *nic, int sq_idx);
347 int nicvf_check_cqe_rx_errs(struct nicvf *nic,
349 int nicvf_check_cqe_tx_errs(struct nicvf *nic,