Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/ncsw/inc/flib/
H A Dfsl_fman_port.h431 struct fman_port { struct
545 int fman_port_init(struct fman_port *port,
548 int fman_port_enable(struct fman_port *port);
549 int fman_port_disable(const struct fman_port *port);
550 int fman_port_set_bpools(const struct fman_port *port,
552 int fman_port_set_rate_limiter(struct fman_port *port,
557 int fman_port_modify_rx_fd_bits(struct fman_port *port,
565 int fman_port_set_bpool_cnt_mode(struct fman_port *port,
570 void fman_port_set_stats_counter(struct fman_port *port,
575 void fman_port_set_perf_counter(struct fman_port *port,
[all …]
/f-stack/freebsd/contrib/ncsw/Peripherals/FM/Port/
H A Dfman_port.c52 static int init_bmi_rx(struct fman_port *port, in init_bmi_rx()
173 static int init_bmi_tx(struct fman_port *port, in init_bmi_tx()
277 static int init_bmi_oh(struct fman_port *port, in init_bmi_oh()
370 static int init_qmi(struct fman_port *port, in init_qmi()
450 static void get_rx_stats_reg(struct fman_port *port, in get_rx_stats_reg()
549 static void get_rx_perf_reg(struct fman_port *port, in get_rx_perf_reg()
579 static void get_tx_perf_reg(struct fman_port *port, in get_tx_perf_reg()
606 static void get_oh_perf_reg(struct fman_port *port, in get_oh_perf_reg()
741 int fman_port_init(struct fman_port *port, in fman_port_init()
777 int fman_port_enable(struct fman_port *port) in fman_port_enable()
[all …]
H A Dfm_port.h879 struct fman_port port;
H A Dfm_port.c2607 memset(&p_FmPort->port, 0, sizeof(struct fman_port)); in FM_PORT_Init()