Lines Matching refs:fman_port
70 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);
131 struct fman_port *fman_port_bind(struct device *dev);
133 struct device *fman_port_get_device(struct fman_port *port);