Home
last modified time | relevance | path

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

/f-stack/freebsd/mips/nlm/hal/
H A Dnae.h558 struct nae_port_config { struct
607 void nlm_program_nae_parser_seq_fifo(uint64_t, int, struct nae_port_config *); argument
608 void nlm_setup_rx_cal_cfg(uint64_t, int, struct nae_port_config *);
609 void nlm_setup_tx_cal_cfg(uint64_t, int, struct nae_port_config *cfg);
617 void nlm_setup_iface_fifo_cfg(uint64_t, int, struct nae_port_config *);
618 void nlm_setup_rx_base_config(uint64_t, int, struct nae_port_config *);
619 void nlm_setup_rx_buf_config(uint64_t, int, struct nae_port_config *);
620 void nlm_setup_freein_fifo_cfg(uint64_t, struct nae_port_config *);
627 struct nae_port_config *);
629 struct nae_port_config *);
[all …]
/f-stack/freebsd/mips/nlm/dev/net/
H A Dxlpge.h79 struct nae_port_config *portcfg;
116 struct nae_port_config *portcfg;
H A Dnae.c65 struct nae_port_config *cfg) in nlm_program_nae_parser_seq_fifo()
82 struct nae_port_config *cfg) in nlm_setup_rx_cal_cfg()
119 struct nae_port_config *cfg) in nlm_setup_tx_cal_cfg()
247 struct nae_port_config *cfg) in nlm_setup_iface_fifo_cfg()
267 struct nae_port_config *cfg) in nlm_setup_rx_base_config()
289 struct nae_port_config *cfg) in nlm_setup_rx_buf_config()
319 nlm_setup_freein_fifo_cfg(uint64_t nae_base, struct nae_port_config *cfg) in nlm_setup_freein_fifo_cfg()
572 int num_ctxts, int max_ctxts, struct nae_port_config *cfg) in config_egress_fifo_carvings()
696 int num_ctxts, int max_ctxts, struct nae_port_config *cfg) in config_egress_fifo_credits()
1217 nlm_setup_1588_timer(uint64_t nae_base, struct nae_port_config *cfg) in nlm_setup_1588_timer()
H A Dxlpge.c110 static struct nae_port_config nae_port_config[64]; variable
564 sc->portcfg = nae_port_config; in nlm_xlpnae_attach()
1229 sc->portcfg = nae_port_config; in nlm_xlpge_attach()
1248 sc->nfree_desc = nae_port_config[port].num_free_descs; in nlm_xlpge_attach()
1249 sc->txq = nae_port_config[port].txq; in nlm_xlpge_attach()
1250 sc->rxfreeq = nae_port_config[port].rxfreeq; in nlm_xlpge_attach()