Lines Matching defs:fman_port
450 struct fman_port { struct
455 enum fman_port_type port_type; argument
458 union fman_port_bmi_regs __iomem *bmi_regs; argument
459 struct fman_port_qmi_regs __iomem *qmi_regs; argument
460 struct fman_port_hwp_regs __iomem *hwp_regs; argument
468 struct fman_port_rsrc open_dmas; argument
469 struct fman_port_rsrc tasks; argument
470 struct fman_port_rsrc fifo_bufs; argument
471 struct fman_port_rx_pools_params rx_pools_params; argument
473 struct fman_port_cfg *cfg; argument
474 struct fman_port_dts_params dts_params; argument
483 static int init_bmi_rx(struct fman_port *port) in init_bmi_rx() argument