Home
last modified time | relevance | path

Searched defs:lio_dev (Results 1 – 10 of 10) sorted by relevance

/f-stack/dpdk/drivers/net/liquidio/base/
H A Dlio_23xx_vf.c74 cn23xx_vf_setup_global_input_regs(struct lio_device *lio_dev) in cn23xx_vf_setup_global_input_regs()
164 cn23xx_vf_setup_device_regs(struct lio_device *lio_dev) in cn23xx_vf_setup_device_regs()
232 cn23xx_vf_free_mbox(struct lio_device *lio_dev) in cn23xx_vf_free_mbox()
244 cn23xx_vf_setup_mbox(struct lio_device *lio_dev) in cn23xx_vf_setup_mbox()
289 cn23xx_vf_enable_io_queues(struct lio_device *lio_dev) in cn23xx_vf_enable_io_queues()
339 cn23xx_vf_disable_io_queues(struct lio_device *lio_dev) in cn23xx_vf_disable_io_queues()
356 cn23xx_vf_ask_pf_to_do_flr(struct lio_device *lio_dev) in cn23xx_vf_ask_pf_to_do_flr()
375 cn23xx_pfvf_hs_callback(struct lio_device *lio_dev, in cn23xx_pfvf_hs_callback()
394 cn23xx_pfvf_handshake(struct lio_device *lio_dev) in cn23xx_pfvf_handshake()
466 cn23xx_vf_handle_mbox(struct lio_device *lio_dev) in cn23xx_vf_handle_mbox()
[all …]
H A Dlio_hw_defs.h75 #define LIO_MAX_INSTR_QUEUES(lio_dev) CN23XX_MAX_RINGS_PER_VF argument
177 #define lio_write_csr(lio_dev, reg_off, value) \ argument
189 #define lio_write_csr64(lio_dev, reg_off, val64) \ argument
202 #define lio_read_csr(lio_dev, reg_off) \ argument
214 #define lio_read_csr64(lio_dev, reg_off) \ argument
227 #define lio_write_csr(lio_dev, reg_off, value) \ argument
230 #define lio_write_csr64(lio_dev, reg_off, val64) \ argument
233 #define lio_read_csr(lio_dev, reg_off) \ argument
236 #define lio_read_csr64(lio_dev, reg_off) \ argument
H A Dlio_mbox.c106 lio_mbox_write(struct lio_device *lio_dev, in lio_mbox_write()
179 struct lio_device *lio_dev = mbox->lio_dev; in lio_mbox_process_cmd() local
H A Dlio_23xx_vf.h37 lio_get_conf(struct lio_device *lio_dev) in lio_get_conf()
H A Dlio_mbox.h73 struct lio_device *lio_dev; member
/f-stack/dpdk/drivers/net/liquidio/
H A Dlio_ethdev.c41 lio_wait_for_ctrl_cmd(struct lio_device *lio_dev, in lio_wait_for_ctrl_cmd()
62 struct lio_device *lio_dev = LIO_DEV(eth_dev); in lio_send_rx_ctrl_cmd() local
144 struct lio_device *lio_dev = LIO_DEV(eth_dev); in lio_dev_xstats_get() local
220 struct lio_device *lio_dev = LIO_DEV(eth_dev); in lio_dev_xstats_get_names() local
246 struct lio_device *lio_dev = LIO_DEV(eth_dev); in lio_dev_xstats_reset() local
293 struct lio_device *lio_dev = LIO_DEV(eth_dev); in lio_dev_stats_get() local
344 struct lio_device *lio_dev = LIO_DEV(eth_dev); in lio_dev_stats_reset() local
376 struct lio_device *lio_dev = LIO_DEV(eth_dev); in lio_dev_info_get() local
436 struct lio_device *lio_dev = LIO_DEV(eth_dev); in lio_dev_mtu_set() local
1384 struct lio_device *lio_dev = in lio_sync_link_state_check() local
[all …]
H A Dlio_rxtx.c56 lio_droq_setup_ring_buffers(struct lio_device *lio_dev, in lio_droq_setup_ring_buffers()
133 lio_alloc_info_buffer(struct lio_device *lio_dev, in lio_alloc_info_buffer()
629 struct lio_device *lio_dev = droq->lio_dev; in lio_dev_recv_pkts() local
660 lio_delete_droq_queue(struct lio_device *lio_dev, in lio_delete_droq_queue()
680 lio_init_instr_queue(struct lio_device *lio_dev, in lio_init_instr_queue()
806 lio_free_instr_queue0(struct lio_device *lio_dev) in lio_free_instr_queue0()
877 lio_ring_doorbell(struct lio_device *lio_dev, in lio_ring_doorbell()
950 struct lio_device *lio_dev = finfo->lio_dev; in lio_free_netsgbuf() local
1174 lio_send_soft_command(struct lio_device *lio_dev, in lio_send_soft_command()
1416 struct lio_device *lio_dev = txq->lio_dev; in lio_delete_sglist() local
[all …]
H A Dlio_logs.h9 #define lio_dev_printf(lio_dev, level, fmt, args...) \ argument
13 #define lio_dev_info(lio_dev, fmt, args...) \ argument
16 #define lio_dev_err(lio_dev, fmt, args...) \ argument
27 #define lio_dev_dbg(lio_dev, fmt, args...) \ argument
31 #define PMD_RX_LOG(lio_dev, level, fmt, args...) \ argument
34 #define PMD_RX_LOG(lio_dev, level, fmt, args...) do { } while (0) argument
38 #define PMD_TX_LOG(lio_dev, level, fmt, args...) \ argument
41 #define PMD_TX_LOG(lio_dev, level, fmt, args...) do { } while (0) argument
45 #define PMD_MBOX_LOG(lio_dev, level, fmt, args...) \ argument
52 #define PMD_REGS_LOG(lio_dev, fmt, args...) \ argument
H A Dlio_rxtx.h501 lio_prepare_pci_cmd(struct lio_device *lio_dev, in lio_prepare_pci_cmd()
644 #define LIO_INCR_INSTRQUEUE_PKT_COUNT(lio_dev, iq_no, field, count) \ argument
H A Dlio_struct.h85 struct lio_device *lio_dev; member
256 struct lio_device *lio_dev; member
327 struct lio_device *lio_dev; member