Lines Matching defs:fman_port
424 struct fman_port { struct
429 enum fman_port_type port_type; argument
432 union fman_port_bmi_regs __iomem *bmi_regs; argument
433 struct fman_port_qmi_regs __iomem *qmi_regs; argument
434 struct fman_port_hwp_regs __iomem *hwp_regs; argument
442 struct fman_port_rsrc open_dmas; argument
443 struct fman_port_rsrc tasks; argument
444 struct fman_port_rsrc fifo_bufs; argument
445 struct fman_port_rx_pools_params rx_pools_params; argument
447 struct fman_port_cfg *cfg; argument
448 struct fman_port_dts_params dts_params; argument
457 static int init_bmi_rx(struct fman_port *port) in init_bmi_rx() argument