Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/mips/nlm/hal/
Dnae.h556 struct nae_port_config { struct
605 void nlm_program_nae_parser_seq_fifo(uint64_t, int, struct nae_port_config *); argument
606 void nlm_setup_rx_cal_cfg(uint64_t, int, struct nae_port_config *);
607 void nlm_setup_tx_cal_cfg(uint64_t, int, struct nae_port_config *cfg);
615 void nlm_setup_iface_fifo_cfg(uint64_t, int, struct nae_port_config *);
616 void nlm_setup_rx_base_config(uint64_t, int, struct nae_port_config *);
617 void nlm_setup_rx_buf_config(uint64_t, int, struct nae_port_config *);
618 void nlm_setup_freein_fifo_cfg(uint64_t, struct nae_port_config *);
625 struct nae_port_config *);
627 struct nae_port_config *);
[all …]
/freebsd-10-stable/sys/mips/nlm/dev/net/
Dxlpge.h77 struct nae_port_config *portcfg;
114 struct nae_port_config *portcfg;
Dnae.c63 struct nae_port_config *cfg) in nlm_program_nae_parser_seq_fifo()
80 struct nae_port_config *cfg) in nlm_setup_rx_cal_cfg()
117 struct nae_port_config *cfg) in nlm_setup_tx_cal_cfg()
245 struct nae_port_config *cfg) in nlm_setup_iface_fifo_cfg()
265 struct nae_port_config *cfg) in nlm_setup_rx_base_config()
287 struct nae_port_config *cfg) in nlm_setup_rx_buf_config()
317 nlm_setup_freein_fifo_cfg(uint64_t nae_base, struct nae_port_config *cfg) in nlm_setup_freein_fifo_cfg()
570 int num_ctxts, int max_ctxts, struct nae_port_config *cfg) in config_egress_fifo_carvings()
694 int num_ctxts, int max_ctxts, struct nae_port_config *cfg) in config_egress_fifo_credits()
1215 nlm_setup_1588_timer(uint64_t nae_base, struct nae_port_config *cfg) in nlm_setup_1588_timer()
Dxlpge.c107 static struct nae_port_config nae_port_config[64]; variable
561 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()