Searched refs:nix (Results 1 – 10 of 10) sorted by relevance
/u-boot/drivers/net/octeontx2/ |
A D | nix.c | 381 struct nix *nix; in nix_lf_alloc() local 508 struct nix *nix = rvu->nix; in nix_lf_flush_tx() local 537 struct nix *nix = rvu->nix; in nix_lf_xmit() local 593 struct nix *nix = rvu->nix; in nix_lf_flush_rx() local 639 struct nix *nix = rvu->nix; in nix_lf_free_pkt() local 655 struct nix *nix = rvu->nix; in nix_lf_recv() local 729 struct nix *nix = rvu->nix; in nix_lf_setup_mac() local 756 struct nix *nix = rvu->nix; in nix_lf_halt() local 770 struct nix *nix = rvu->nix; in nix_lf_init() local 815 struct nix *nix = rvu->nix; in nix_get_cgx_lmac_id() local [all …]
|
A D | cgx_intf.c | 355 struct nix *nix = rvu->nix; in cgx_intf_set_mode() local 406 struct nix *nix = rvu->nix; in cgx_intf_get_mode() local 451 struct nix *nix = rvu->nix; in cgx_intf_get_fec() local 506 struct nix *nix = rvu->nix; in cgx_intf_set_fec() local 526 struct nix *nix = rvu->nix; in cgx_intf_get_phy_mod_type() local 547 struct nix *nix = rvu->nix; in cgx_intf_set_phy_mod_type() local 569 struct nix *nix = rvu->nix; in cgx_intf_set_an_lbk() local 592 struct nix *nix; in cgx_intf_get_ignore() local 599 nix = rvu->nix; in cgx_intf_get_ignore() 628 struct nix *nix; in cgx_intf_set_ignore() local [all …]
|
A D | lmt.h | 31 static inline void lmt_cancel(const struct nix *nix) in lmt_cancel() argument 33 writeq(0, nix->lmt_base + LMT_LF_LMTCANCEL()); in lmt_cancel() 36 static inline u64 *lmt_store_ptr(struct nix *nix) in lmt_store_ptr() argument 38 return (u64 *)((u8 *)(nix->lmt_base) + in lmt_store_ptr()
|
A D | rvu_pf.c | 22 struct nix *nix; in rvu_pf_init() local 26 nix = nix_lf_alloc(rvu->dev); in rvu_pf_init() 27 if (!nix) { in rvu_pf_init() 32 rvu->nix = nix; in rvu_pf_init() 35 if (is_valid_ethaddr(nix->lmac->mac_addr)) { in rvu_pf_init() 36 memcpy(pdata->enetaddr, nix->lmac->mac_addr, 6); in rvu_pf_init() 93 nix_lf_shutdown(rvu->nix); in rvu_pf_remove() 94 npa_lf_shutdown(rvu->nix); in rvu_pf_remove()
|
A D | nix.h | 118 struct nix; 147 struct nix *lmacs[MAX_LMAC]; 181 struct nix { struct 270 static inline u64 nix_pf_reg_read(struct nix *nix, u64 offset) in nix_pf_reg_read() argument 279 static inline void nix_pf_reg_write(struct nix *nix, u64 offset, in nix_pf_reg_write() argument 327 int npa_lf_setup(struct nix *nix); 328 int npa_lf_shutdown(struct nix *nix); 332 int npc_lf_admin_setup(struct nix *nix); 337 int nix_lf_setup(struct nix *nix); 338 int nix_lf_shutdown(struct nix *nix); [all …]
|
A D | nix_af.c | 341 static int nix_af_setup_sq(struct nix *nix) in nix_af_setup_sq() argument 411 smq_cfg.s.lf = nix->lf; in nix_af_setup_sq() 551 static int nix_attach_send_queue(struct nix *nix) in nix_attach_send_queue() argument 589 static int nix_attach_completion_queue(struct nix *nix, int cq_idx) in nix_attach_completion_queue() argument 624 int nix_lf_admin_setup(struct nix *nix) in nix_lf_admin_setup() argument 642 lf_rst.s.lf = nix->lf; in nix_lf_admin_setup() 678 (u64)nix->rss_base); in nix_lf_admin_setup() 695 (u64)nix->cint_base); in nix_lf_admin_setup() 704 (u64)nix->qint_base); in nix_lf_admin_setup() 711 debug("%s(%p, %d, %d)\n", __func__, nix_af, nix->lf, nix->pf); in nix_lf_admin_setup() [all …]
|
A D | cgx.h | 43 struct nix; 48 struct nix *nix; member
|
A D | rvu.h | 60 struct nix *nix; member
|
A D | Makefile | 6 obj-$(CONFIG_NET_OCTEONTX2) += cgx.o nix_af.o nix.o rvu_pf.o \
|
A D | npc.h | 86 struct nix_handle *nix; member
|
Completed in 15 milliseconds