Home
last modified time | relevance | path

Searched refs:roc_bphy_cgx (Results 1 – 4 of 4) sorted by relevance

/dpdk/drivers/common/cnxk/
H A Droc_bphy_cgx.h14 struct roc_bphy_cgx { struct
95 __roc_api int roc_bphy_cgx_dev_init(struct roc_bphy_cgx *roc_cgx);
96 __roc_api int roc_bphy_cgx_dev_fini(struct roc_bphy_cgx *roc_cgx);
98 __roc_api int roc_bphy_cgx_start_rxtx(struct roc_bphy_cgx *roc_cgx,
100 __roc_api int roc_bphy_cgx_stop_rxtx(struct roc_bphy_cgx *roc_cgx,
102 __roc_api int roc_bphy_cgx_set_link_state(struct roc_bphy_cgx *roc_cgx,
104 __roc_api int roc_bphy_cgx_get_linkinfo(struct roc_bphy_cgx *roc_cgx,
107 __roc_api int roc_bphy_cgx_set_link_mode(struct roc_bphy_cgx *roc_cgx,
110 __roc_api int roc_bphy_cgx_intlbk_enable(struct roc_bphy_cgx *roc_cgx,
114 __roc_api int roc_bphy_cgx_ptp_rx_enable(struct roc_bphy_cgx *roc_cgx,
[all …]
H A Droc_bphy_cgx.c30 roc_bphy_cgx_read(struct roc_bphy_cgx *roc_cgx, uint64_t lmac, uint64_t offset) in roc_bphy_cgx_read()
49 roc_bphy_cgx_ack(struct roc_bphy_cgx *roc_cgx, unsigned int lmac, in roc_bphy_cgx_ack()
92 roc_bphy_cgx_wait_for_ack(struct roc_bphy_cgx *roc_cgx, unsigned int lmac, in roc_bphy_cgx_wait_for_ack()
113 roc_bphy_cgx_intf_req(struct roc_bphy_cgx *roc_cgx, unsigned int lmac, in roc_bphy_cgx_intf_req()
171 roc_bphy_cgx_dev_id(struct roc_bphy_cgx *roc_cgx) in roc_bphy_cgx_dev_id()
180 roc_bphy_cgx_dev_init(struct roc_bphy_cgx *roc_cgx) in roc_bphy_cgx_dev_init()
203 roc_bphy_cgx_dev_fini(struct roc_bphy_cgx *roc_cgx) in roc_bphy_cgx_dev_fini()
214 roc_bphy_cgx_lmac_exists(struct roc_bphy_cgx *roc_cgx, unsigned int lmac) in roc_bphy_cgx_lmac_exists()
287 roc_bphy_cgx_start_rxtx(struct roc_bphy_cgx *roc_cgx, unsigned int lmac) in roc_bphy_cgx_start_rxtx()
293 roc_bphy_cgx_stop_rxtx(struct roc_bphy_cgx *roc_cgx, unsigned int lmac) in roc_bphy_cgx_stop_rxtx()
[all …]
H A Dmeson.build18 'roc_bphy_cgx.c',
/dpdk/drivers/raw/cnxk_bphy/
H A Dcnxk_bphy_cgx.c22 struct roc_bphy_cgx *rcgx;
219 struct roc_bphy_cgx *rcgx = cgx->rcgx; in cnxk_bphy_cgx_init_queues()
249 struct roc_bphy_cgx *rcgx; in cnxk_bphy_cgx_rawdev_probe()