Lines Matching defs:port

457 static int init_bmi_rx(struct fman_port *port)  in init_bmi_rx()
540 static int init_bmi_tx(struct fman_port *port) in init_bmi_tx()
606 static int init_qmi(struct fman_port *port) in init_qmi()
667 static void stop_port_hwp(struct fman_port *port) in stop_port_hwp()
681 static void start_port_hwp(struct fman_port *port) in start_port_hwp()
695 static void init_hwp(struct fman_port *port) in init_hwp()
715 static int init(struct fman_port *port) in init()
744 static int set_bpools(const struct fman_port *port, in set_bpools()
824 static int verify_size_of_fifo(struct fman_port *port) in verify_size_of_fifo()
891 static int set_ext_buffer_pools(struct fman_port *port) in set_ext_buffer_pools()
965 static int init_low_level_driver(struct fman_port *port) in init_low_level_driver()
1009 static int fill_soc_specific_params(struct fman_port *port) in fill_soc_specific_params()
1208 static void set_dflt_cfg(struct fman_port *port, in set_dflt_cfg()
1245 static void set_rx_dflt_cfg(struct fman_port *port, in set_rx_dflt_cfg()
1263 static void set_tx_dflt_cfg(struct fman_port *port, in set_tx_dflt_cfg()
1294 int fman_port_config(struct fman_port *port, struct fman_port_params *params) in fman_port_config()
1395 void fman_port_use_kg_hash(struct fman_port *port, bool enable) in fman_port_use_kg_hash()
1416 int fman_port_init(struct fman_port *port) in fman_port_init()
1527 int fman_port_cfg_buf_prefix_content(struct fman_port *port, in fman_port_cfg_buf_prefix_content()
1562 int fman_port_disable(struct fman_port *port) in fman_port_disable()
1639 int fman_port_enable(struct fman_port *port) in fman_port_enable()
1699 u32 fman_port_get_qman_channel_id(struct fman_port *port) in fman_port_get_qman_channel_id()
1713 struct device *fman_port_get_device(struct fman_port *port) in fman_port_get_device()
1719 int fman_port_get_hash_result_offset(struct fman_port *port, u32 *offset) in fman_port_get_hash_result_offset()
1730 int fman_port_get_tstamp(struct fman_port *port, const void *data, u64 *tstamp) in fman_port_get_tstamp()
1744 struct fman_port *port; in fman_port_probe() local