Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/freescale/fman/
Dfman_port.h97 struct fman_port;
138 int fman_port_config(struct fman_port *port, struct fman_port_params *params);
140 void fman_port_use_kg_hash(struct fman_port *port, bool enable);
142 int fman_port_init(struct fman_port *port);
144 int fman_port_cfg_buf_prefix_content(struct fman_port *port,
148 int fman_port_disable(struct fman_port *port);
150 int fman_port_enable(struct fman_port *port);
152 u32 fman_port_get_qman_channel_id(struct fman_port *port);
154 int fman_port_get_hash_result_offset(struct fman_port *port, u32 *offset);
156 int fman_port_get_tstamp(struct fman_port *port, const void *data, u64 *tstamp);
[all …]
Dfman_port.c451 struct fman_port { struct
484 static int init_bmi_rx(struct fman_port *port) in init_bmi_rx() argument
567 static int init_bmi_tx(struct fman_port *port) in init_bmi_tx()
633 static int init_qmi(struct fman_port *port) in init_qmi()
694 static void stop_port_hwp(struct fman_port *port) in stop_port_hwp()
708 static void start_port_hwp(struct fman_port *port) in start_port_hwp()
722 static void init_hwp(struct fman_port *port) in init_hwp()
742 static int init(struct fman_port *port) in init()
771 static int set_bpools(const struct fman_port *port, in set_bpools()
851 static int verify_size_of_fifo(struct fman_port *port) in verify_size_of_fifo()
[all …]
DMakefile9 fsl_dpaa_fman_port-objs := fman_port.o
Dmac.h50 struct fman_port *port[2];
/Linux-v5.4/drivers/net/ethernet/freescale/dpaa/
Ddpaa_eth.c876 struct fman_port *port, in dpaa_setup_egress()
892 struct fman_port *tx_port) in dpaa_fq_setup()
1160 static int dpaa_eth_init_tx_port(struct fman_port *port, struct dpaa_fq *errq, in dpaa_eth_init_tx_port()
1200 static int dpaa_eth_init_rx_port(struct fman_port *port, struct dpaa_bp **bps, in dpaa_eth_init_rx_port()
1260 struct fman_port *rxport = mac_dev->port[RX]; in dpaa_eth_init_ports()
1261 struct fman_port *txport = mac_dev->port[TX]; in dpaa_eth_init_ports()
Ddpaa_ethtool.c436 struct fman_port *rxport; in dpaa_set_hash()