• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /freebsd-13-stable/sys/contrib/ncsw/inc/flib/

Lines Matching refs:port

137 /** @Description  General port defines */
150 /** @Description BMI Rx port register map */
210 /** @Description BMI Tx port register map */
247 /** @Description BMI O/H port register map */
298 /** @Description BMI port register map */
305 /** @Description QMI port register map */
330 /* Default port color */
332 E_FMAN_PORT_COLOR_GREEN, /**< Default port color is green */
333 E_FMAN_PORT_COLOR_YELLOW, /**< Default port color is yellow */
334 E_FMAN_PORT_COLOR_RED, /**< Default port color is red */
409 /**< Offline parsing port, shares id-s with
411 E_FMAN_PORT_TYPE_RX, /**< 1G Rx port */
412 E_FMAN_PORT_TYPE_RX_10G, /**< 10G Rx port */
413 E_FMAN_PORT_TYPE_TX, /**< 1G Tx port */
414 E_FMAN_PORT_TYPE_TX_10G, /**< 10G Tx port */
417 /**< Host command port, shares id-s with
476 /**< Max burst size, in KBytes for Tx port, according to
477 * high_burst_size_gran definition for OP port */
479 /**< In Kbps for Tx port, in frames/sec for OP port */
515 /**< Frames going through O/H port that were not able to to enter the
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,
554 int fman_port_delete_rate_limiter(struct fman_port *port);
555 int fman_port_set_err_mask(struct fman_port *port, uint32_t err_mask);
556 int fman_port_set_discard_mask(struct fman_port *port, uint32_t discard_mask);
557 int fman_port_modify_rx_fd_bits(struct fman_port *port,
560 int fman_port_set_perf_cnt_params(struct fman_port *port,
562 int fman_port_set_stats_cnt_mode(struct fman_port *port, bool enable);
563 int fman_port_set_perf_cnt_mode(struct fman_port *port, bool enable);
564 int fman_port_set_queue_cnt_mode(struct fman_port *port, bool enable);
565 int fman_port_set_bpool_cnt_mode(struct fman_port *port,
568 uint32_t fman_port_get_stats_counter(struct fman_port *port,
570 void fman_port_set_stats_counter(struct fman_port *port,
573 uint32_t fman_port_get_perf_counter(struct fman_port *port,
575 void fman_port_set_perf_counter(struct fman_port *port,
578 uint32_t fman_port_get_qmi_counter(struct fman_port *port,
580 void fman_port_set_qmi_counter(struct fman_port *port,
583 uint32_t fman_port_get_bpool_counter(struct fman_port *port, uint8_t bpid);
584 void fman_port_set_bpool_counter(struct fman_port *port,
587 int fman_port_add_congestion_grps(struct fman_port *port,
589 int fman_port_remove_congestion_grps(struct fman_port *port,