Home
last modified time | relevance | path

Searched refs:otx_ep_device (Results 1 – 7 of 7) sorted by relevance

/dpdk/drivers/net/octeontx_ep/
H A Dotx_ep_common.h157 struct otx_ep_device *otx_ep_dev;
286 struct otx_ep_device *otx_ep_dev;
396 void (*setup_device_regs)(struct otx_ep_device *otx_ep);
398 int (*enable_io_queues)(struct otx_ep_device *otx_ep);
399 void (*disable_io_queues)(struct otx_ep_device *otx_ep);
401 int (*enable_iq)(struct otx_ep_device *otx_ep, uint32_t q_no);
402 void (*disable_iq)(struct otx_ep_device *otx_ep, uint32_t q_no);
404 int (*enable_oq)(struct otx_ep_device *otx_ep, uint32_t q_no);
405 void (*disable_oq)(struct otx_ep_device *otx_ep, uint32_t q_no);
409 struct otx_ep_device { struct
[all …]
H A Dotx2_ep_vf.c11 otx2_vf_setup_global_iq_reg(struct otx_ep_device *otx_ep, int q_no) in otx2_vf_setup_global_iq_reg()
28 otx2_vf_setup_global_oq_reg(struct otx_ep_device *otx_ep, int q_no) in otx2_vf_setup_global_oq_reg()
51 otx2_vf_setup_global_input_regs(struct otx_ep_device *otx_ep) in otx2_vf_setup_global_input_regs()
60 otx2_vf_setup_global_output_regs(struct otx_ep_device *otx_ep) in otx2_vf_setup_global_output_regs()
69 otx2_vf_setup_device_regs(struct otx_ep_device *otx_ep) in otx2_vf_setup_device_regs()
193 otx2_vf_enable_iq(struct otx_ep_device *otx_ep, uint32_t q_no) in otx2_vf_enable_iq()
225 otx2_vf_enable_oq(struct otx_ep_device *otx_ep, uint32_t q_no) in otx2_vf_enable_oq()
239 otx2_vf_enable_io_queues(struct otx_ep_device *otx_ep) in otx2_vf_enable_io_queues()
257 otx2_vf_disable_iq(struct otx_ep_device *otx_ep, uint32_t q_no) in otx2_vf_disable_iq()
280 otx2_vf_disable_io_queues(struct otx_ep_device *otx_ep) in otx2_vf_disable_io_queues()
[all …]
H A Dotx_ep_vf.c16 otx_ep_setup_global_iq_reg(struct otx_ep_device *otx_ep, int q_no) in otx_ep_setup_global_iq_reg()
41 otx_ep_setup_global_oq_reg(struct otx_ep_device *otx_ep, int q_no) in otx_ep_setup_global_oq_reg()
64 otx_ep_setup_global_input_regs(struct otx_ep_device *otx_ep) in otx_ep_setup_global_input_regs()
73 otx_ep_setup_global_output_regs(struct otx_ep_device *otx_ep) in otx_ep_setup_global_output_regs()
82 otx_ep_setup_device_regs(struct otx_ep_device *otx_ep) in otx_ep_setup_device_regs()
206 otx_ep_enable_iq(struct otx_ep_device *otx_ep, uint32_t q_no) in otx_ep_enable_iq()
239 otx_ep_enable_oq(struct otx_ep_device *otx_ep, uint32_t q_no) in otx_ep_enable_oq()
269 otx_ep_enable_io_queues(struct otx_ep_device *otx_ep) in otx_ep_enable_io_queues()
290 otx_ep_disable_iq(struct otx_ep_device *otx_ep, uint32_t q_no) in otx_ep_disable_iq()
313 otx_ep_disable_io_queues(struct otx_ep_device *otx_ep) in otx_ep_disable_io_queues()
[all …]
H A Dotx_ep_ethdev.c13 ((struct otx_ep_device *)(_eth_dev)->data->dev_private)
31 struct otx_ep_device *otx_epvf; in otx_ep_dev_info_get()
55 struct otx_ep_device *otx_epvf; in otx_ep_dev_start()
59 otx_epvf = (struct otx_ep_device *)OTX_EP_DEV(eth_dev); in otx_ep_dev_start()
85 struct otx_ep_device *otx_epvf = OTX_EP_DEV(eth_dev); in otx_ep_dev_stop()
124 otx_epdev_init(struct otx_ep_device *otx_epvf) in otx_epdev_init()
156 struct otx_ep_device *otx_epvf = OTX_EP_DEV(eth_dev); in otx_ep_dev_configure()
209 struct otx_ep_device *otx_epvf = OTX_EP_DEV(eth_dev); in otx_ep_rx_queue_setup()
261 struct otx_ep_device *otx_epvf = rq->otx_ep_dev; in otx_ep_rx_queue_release()
355 struct otx_ep_device *otx_epvf; in otx_epdev_exit()
[all …]
H A Dotx_ep_rxtx.c47 otx_ep_delete_iqs(struct otx_ep_device *otx_ep, uint32_t iq_no) in otx_ep_delete_iqs()
77 otx_ep_init_instr_queue(struct otx_ep_device *otx_ep, int iq_no, int num_descs, in otx_ep_init_instr_queue()
151 otx_ep_setup_iqs(struct otx_ep_device *otx_ep, uint32_t iq_no, int num_descs, in otx_ep_setup_iqs()
206 otx_ep_delete_oqs(struct otx_ep_device *otx_ep, uint32_t oq_no) in otx_ep_delete_oqs()
265 otx_ep_init_droq(struct otx_ep_device *otx_ep, uint32_t q_no, in otx_ep_init_droq()
332 otx_ep_setup_oqs(struct otx_ep_device *otx_ep, int oq_no, int num_descs, in otx_ep_setup_oqs()
439 otx_ep_ring_doorbell(struct otx_ep_device *otx_ep __rte_unused, in otx_ep_ring_doorbell()
521 struct otx_ep_device *otx_ep; in otx_ep_xmit_pkts()
662 struct otx_ep_device *otx_ep; in otx2_ep_xmit_pkts()
830 otx_ep_droq_read_packet(struct otx_ep_device *otx_ep, in otx_ep_droq_read_packet()
[all …]
H A Dotx_ep_vf.h167 otx_ep_vf_setup_device(struct otx_ep_device *otx_ep);
H A Dotx2_ep_vf.h120 otx2_ep_vf_setup_device(struct otx_ep_device *sdpvf);