Home
last modified time | relevance | path

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

/drivers/net/ethernet/freescale/fman/
Dfman_port.h70 struct fman_port;
111 int fman_port_config(struct fman_port *port, struct fman_port_params *params);
113 void fman_port_use_kg_hash(struct fman_port *port, bool enable);
115 int fman_port_init(struct fman_port *port);
117 int fman_port_cfg_buf_prefix_content(struct fman_port *port,
121 int fman_port_disable(struct fman_port *port);
123 int fman_port_enable(struct fman_port *port);
125 u32 fman_port_get_qman_channel_id(struct fman_port *port);
127 int fman_port_get_hash_result_offset(struct fman_port *port, u32 *offset);
129 int fman_port_get_tstamp(struct fman_port *port, const void *data, u64 *tstamp);
[all …]
Dfman_port.c423 struct fman_port { struct
456 static int init_bmi_rx(struct fman_port *port) in init_bmi_rx() argument
539 static int init_bmi_tx(struct fman_port *port) in init_bmi_tx()
605 static int init_qmi(struct fman_port *port) in init_qmi()
666 static void stop_port_hwp(struct fman_port *port) in stop_port_hwp()
680 static void start_port_hwp(struct fman_port *port) in start_port_hwp()
694 static void init_hwp(struct fman_port *port) in init_hwp()
714 static int init(struct fman_port *port) in init()
743 static int set_bpools(const struct fman_port *port, in set_bpools()
823 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.h26 struct fman_port *port[2];
/drivers/net/ethernet/freescale/dpaa/
Ddpaa_eth.c905 struct fman_port *port, in dpaa_setup_egress()
921 struct fman_port *tx_port) in dpaa_fq_setup()
1213 static int dpaa_eth_init_tx_port(struct fman_port *port, struct dpaa_fq *errq, in dpaa_eth_init_tx_port()
1253 static int dpaa_eth_init_rx_port(struct fman_port *port, struct dpaa_bp *bp, in dpaa_eth_init_rx_port()
1310 struct fman_port *rxport = mac_dev->port[RX]; in dpaa_eth_init_ports()
1311 struct fman_port *txport = mac_dev->port[TX]; in dpaa_eth_init_ports()
Ddpaa_ethtool.c393 struct fman_port *rxport; in dpaa_set_hash()