Lines Matching refs:mlx4_dev

82 static void dump_dev_cap_flags(struct mlx4_dev *dev, u64 flags)  in dump_dev_cap_flags()
125 static void dump_dev_cap_flags2(struct mlx4_dev *dev, u64 flags) in dump_dev_cap_flags2()
168 int mlx4_MOD_STAT_CFG(struct mlx4_dev *dev, struct mlx4_mod_stat_cfg *cfg) in mlx4_MOD_STAT_CFG()
194 int mlx4_QUERY_FUNC(struct mlx4_dev *dev, struct mlx4_func *func, int slave) in mlx4_QUERY_FUNC()
249 int mlx4_QUERY_FUNC_CAP_wrapper(struct mlx4_dev *dev, int slave, in mlx4_QUERY_FUNC_CAP_wrapper()
446 int mlx4_QUERY_FUNC_CAP(struct mlx4_dev *dev, u8 gen_or_port, in mlx4_QUERY_FUNC_CAP()
629 int mlx4_QUERY_DEV_CAP(struct mlx4_dev *dev, struct mlx4_dev_cap *dev_cap) in mlx4_QUERY_DEV_CAP()
1002 void mlx4_dev_cap_dump(struct mlx4_dev *dev, struct mlx4_dev_cap *dev_cap) in mlx4_dev_cap_dump()
1058 int mlx4_QUERY_PORT(struct mlx4_dev *dev, int port, struct mlx4_port_cap *port_cap) in mlx4_QUERY_PORT()
1142 int mlx4_QUERY_DEV_CAP_wrapper(struct mlx4_dev *dev, int slave, in mlx4_QUERY_DEV_CAP_wrapper()
1260 int mlx4_QUERY_PORT_wrapper(struct mlx4_dev *dev, int slave, in mlx4_QUERY_PORT_wrapper()
1332 int mlx4_get_slave_pkey_gid_tbl_len(struct mlx4_dev *dev, u8 port, in mlx4_get_slave_pkey_gid_tbl_len()
1364 int mlx4_map_cmd(struct mlx4_dev *dev, u16 op, struct mlx4_icm *icm, u64 virt) in mlx4_map_cmd()
1445 int mlx4_MAP_FA(struct mlx4_dev *dev, struct mlx4_icm *icm) in mlx4_MAP_FA()
1450 int mlx4_UNMAP_FA(struct mlx4_dev *dev) in mlx4_UNMAP_FA()
1457 int mlx4_RUN_FW(struct mlx4_dev *dev) in mlx4_RUN_FW()
1463 int mlx4_QUERY_FW(struct mlx4_dev *dev) in mlx4_QUERY_FW()
1588 int mlx4_QUERY_FW_wrapper(struct mlx4_dev *dev, int slave, in mlx4_QUERY_FW_wrapper()
1648 int mlx4_QUERY_ADAPTER(struct mlx4_dev *dev, struct mlx4_adapter *adapter) in mlx4_QUERY_ADAPTER()
1678 int mlx4_INIT_HCA(struct mlx4_dev *dev, struct mlx4_init_hca_param *param) in mlx4_INIT_HCA()
1904 int mlx4_QUERY_HCA(struct mlx4_dev *dev, in mlx4_QUERY_HCA()
2029 static int mlx4_hca_core_clock_update(struct mlx4_dev *dev) in mlx4_hca_core_clock_update()
2062 static int check_qp0_state(struct mlx4_dev *dev, int function, int port) in check_qp0_state()
2072 int mlx4_INIT_PORT_wrapper(struct mlx4_dev *dev, int slave, in mlx4_INIT_PORT_wrapper()
2115 int mlx4_INIT_PORT(struct mlx4_dev *dev, int port) in mlx4_INIT_PORT()
2170 int mlx4_CLOSE_PORT_wrapper(struct mlx4_dev *dev, int slave, in mlx4_CLOSE_PORT_wrapper()
2214 int mlx4_CLOSE_PORT(struct mlx4_dev *dev, int port) in mlx4_CLOSE_PORT()
2221 int mlx4_CLOSE_HCA(struct mlx4_dev *dev, int panic) in mlx4_CLOSE_HCA()
2243 static int mlx4_CONFIG_DEV_set(struct mlx4_dev *dev, struct mlx4_config_dev *config_dev) in mlx4_CONFIG_DEV_set()
2261 static int mlx4_CONFIG_DEV_get(struct mlx4_dev *dev, struct mlx4_config_dev *config_dev) in mlx4_CONFIG_DEV_get()
2294 int mlx4_config_dev_retrieval(struct mlx4_dev *dev, in mlx4_config_dev_retrieval()
2332 int mlx4_config_vxlan_port(struct mlx4_dev *dev, __be16 udp_port) in mlx4_config_vxlan_port()
2345 int mlx4_disable_rx_port_check(struct mlx4_dev *dev, bool dis) in mlx4_disable_rx_port_check()
2358 int mlx4_virt2phy_port_map(struct mlx4_dev *dev, u32 port1, u32 port2) in mlx4_virt2phy_port_map()
2384 int mlx4_SET_ICM_SIZE(struct mlx4_dev *dev, u64 icm_size, u64 *aux_pages) in mlx4_SET_ICM_SIZE()
2402 int mlx4_NOP(struct mlx4_dev *dev) in mlx4_NOP()
2409 int mlx4_get_phys_port_id(struct mlx4_dev *dev) in mlx4_get_phys_port_id()
2447 int mlx4_wol_read(struct mlx4_dev *dev, u64 *config, int port) in mlx4_wol_read()
2457 int mlx4_wol_write(struct mlx4_dev *dev, u64 config, int port) in mlx4_wol_write()
2475 struct mlx4_dev *dev = &priv->dev; in mlx4_opreq_action()
2569 static int mlx4_check_smp_firewall_active(struct mlx4_dev *dev, in mlx4_check_smp_firewall_active()
2607 int mlx4_config_mad_demux(struct mlx4_dev *dev) in mlx4_config_mad_demux()
2684 static int mlx4_ACCESS_REG(struct mlx4_dev *dev, u16 reg_id, in mlx4_ACCESS_REG()
2753 int mlx4_ACCESS_PTYS_REG(struct mlx4_dev *dev, in mlx4_ACCESS_PTYS_REG()
2762 int mlx4_ACCESS_REG_wrapper(struct mlx4_dev *dev, int slave, in mlx4_ACCESS_REG_wrapper()
2790 static int mlx4_SET_PORT_phv_bit(struct mlx4_dev *dev, u8 port, u8 phv_bit) in mlx4_SET_PORT_phv_bit()
2818 int get_phv_bit(struct mlx4_dev *dev, u8 port, int *phv) in get_phv_bit()
2831 int set_phv_bit(struct mlx4_dev *dev, u8 port, int new_val) in set_phv_bit()
2850 void mlx4_replace_zero_macs(struct mlx4_dev *dev) in mlx4_replace_zero_macs()