|
int | mlx4_get_mgm_entry_size (struct mlx4_dev *dev) |
|
int | mlx4_get_qp_per_mgm (struct mlx4_dev *dev) |
|
int | mlx4_flow_attach (struct mlx4_dev *dev, struct mlx4_net_trans_rule *rule, u64 *reg_id) |
|
| EXPORT_SYMBOL_GPL (mlx4_flow_attach) |
|
int | mlx4_flow_detach (struct mlx4_dev *dev, u64 reg_id) |
|
| EXPORT_SYMBOL_GPL (mlx4_flow_detach) |
|
int | mlx4_qp_attach_common (struct mlx4_dev *dev, struct mlx4_qp *qp, u8 gid[16], int block_mcast_loopback, enum mlx4_protocol prot, enum mlx4_steer_type steer) |
|
int | mlx4_qp_detach_common (struct mlx4_dev *dev, struct mlx4_qp *qp, u8 gid[16], enum mlx4_protocol prot, enum mlx4_steer_type steer) |
|
int | mlx4_multicast_attach (struct mlx4_dev *dev, struct mlx4_qp *qp, u8 gid[16], u8 port, int block_mcast_loopback, enum mlx4_protocol prot, u64 *reg_id) |
|
| EXPORT_SYMBOL_GPL (mlx4_multicast_attach) |
|
int | mlx4_multicast_detach (struct mlx4_dev *dev, struct mlx4_qp *qp, u8 gid[16], enum mlx4_protocol prot, u64 reg_id) |
|
| EXPORT_SYMBOL_GPL (mlx4_multicast_detach) |
|
int | mlx4_flow_steer_promisc_add (struct mlx4_dev *dev, u8 port, u32 qpn, enum mlx4_net_trans_promisc_mode mode) |
|
| EXPORT_SYMBOL_GPL (mlx4_flow_steer_promisc_add) |
|
int | mlx4_flow_steer_promisc_remove (struct mlx4_dev *dev, u8 port, enum mlx4_net_trans_promisc_mode mode) |
|
| EXPORT_SYMBOL_GPL (mlx4_flow_steer_promisc_remove) |
|
int | mlx4_unicast_attach (struct mlx4_dev *dev, struct mlx4_qp *qp, u8 gid[16], int block_mcast_loopback, enum mlx4_protocol prot) |
|
| EXPORT_SYMBOL_GPL (mlx4_unicast_attach) |
|
int | mlx4_unicast_detach (struct mlx4_dev *dev, struct mlx4_qp *qp, u8 gid[16], enum mlx4_protocol prot) |
|
| EXPORT_SYMBOL_GPL (mlx4_unicast_detach) |
|
int | mlx4_PROMISC_wrapper (struct mlx4_dev *dev, int slave, struct mlx4_vhcr *vhcr, struct mlx4_cmd_mailbox *inbox, struct mlx4_cmd_mailbox *outbox, struct mlx4_cmd_info *cmd) |
|
int | mlx4_multicast_promisc_add (struct mlx4_dev *dev, u32 qpn, u8 port) |
|
| EXPORT_SYMBOL_GPL (mlx4_multicast_promisc_add) |
|
int | mlx4_multicast_promisc_remove (struct mlx4_dev *dev, u32 qpn, u8 port) |
|
| EXPORT_SYMBOL_GPL (mlx4_multicast_promisc_remove) |
|
int | mlx4_unicast_promisc_add (struct mlx4_dev *dev, u32 qpn, u8 port) |
|
| EXPORT_SYMBOL_GPL (mlx4_unicast_promisc_add) |
|
int | mlx4_unicast_promisc_remove (struct mlx4_dev *dev, u32 qpn, u8 port) |
|
| EXPORT_SYMBOL_GPL (mlx4_unicast_promisc_remove) |
|
int | mlx4_init_mcg_table (struct mlx4_dev *dev) |
|
void | mlx4_cleanup_mcg_table (struct mlx4_dev *dev) |
|