Searched refs:MLX4_MAX_PORTS (Results 1 - 8 of 8) sorted by relevance

/barrelfish-master/lib/devif/backends/net/mlx4/drivers/net/mlx4/
H A Dfw.h68 int ib_mtu[MLX4_MAX_PORTS + 1];
69 int max_port_width[MLX4_MAX_PORTS + 1];
70 int max_vl[MLX4_MAX_PORTS + 1];
71 int max_gids[MLX4_MAX_PORTS + 1];
72 int max_pkeys[MLX4_MAX_PORTS + 1];
73 u64 def_mac[MLX4_MAX_PORTS + 1];
74 u16 eth_mtu[MLX4_MAX_PORTS + 1];
75 int trans_type[MLX4_MAX_PORTS + 1];
76 int vendor_oui[MLX4_MAX_PORTS + 1];
77 u16 wavelength[MLX4_MAX_PORTS
[all...]
H A Dmlx4.h477 u16 mtu[MLX4_MAX_PORTS + 1];
478 __be32 ib_cap_mask[MLX4_MAX_PORTS + 1];
480 struct list_head mcast_filters[MLX4_MAX_PORTS + 1];
481 struct mlx4_vlan_fltr *vlan_filter[MLX4_MAX_PORTS + 1];
490 enum slave_port_state port_state[MLX4_MAX_PORTS + 1];
507 struct mlx4_vport_state vport[MLX4_MAX_PORTS + 1];
516 struct mlx4_vport_oper_state vport[MLX4_MAX_PORTS + 1];
528 int res_port_rsvd[MLX4_MAX_PORTS];
532 int res_port_free[MLX4_MAX_PORTS];
567 struct mlx4_master_qp0_state qp0_state[MLX4_MAX_PORTS
[all...]
H A Dmlx4_en.h430 struct mlx4_en_port_profile prof[MLX4_MAX_PORTS + 1];
437 struct mlx4_queue *port_queue[MLX4_MAX_PORTS + 1];
449 u8 mac_removed[MLX4_MAX_PORTS + 1];
H A Den_main.c97 for (i = 1; i <= MLX4_MAX_PORTS; i++) {
H A Dqp.c533 + 8 * mlx4_master_func_num(&priv->dev) + MLX4_MAX_PORTS + k;
H A Dmlx4_devif_queue.c254 if (dev_cap->num_ports > MLX4_MAX_PORTS) {
256 "aborting.\n", dev_cap->num_ports, MLX4_MAX_PORTS);
1643 || (port > MLX4_MAX_PORTS)) {
/barrelfish-master/lib/devif/backends/net/mlx4/include/linux/mlx4/
H A Ddevice.h98 MLX4_MAX_PORTS = 2, MLX4_MAX_PORT_PKEYS = 128 enumerator in enum:__anon784
430 u32 gid_phys_table_len[MLX4_MAX_PORTS + 1];
431 u32 pkey_phys_table_len[MLX4_MAX_PORTS + 1];
442 int vl_cap[MLX4_MAX_PORTS + 1];
443 int ib_mtu_cap[MLX4_MAX_PORTS + 1];
444 __be32 ib_port_def_cap[MLX4_MAX_PORTS + 1];
445 u64 def_mac[MLX4_MAX_PORTS + 1];
446 int eth_mtu_cap[MLX4_MAX_PORTS + 1];
447 int gid_table_len[MLX4_MAX_PORTS + 1];
448 int pkey_table_len[MLX4_MAX_PORTS
[all...]
/barrelfish-master/lib/devif/backends/net/mlx4/drivers/infiniband/hw/mlx4/
H A Dmlx4_ib.h396 struct mlx4_sriov_alias_guid_port_rec_det ports_guid[MLX4_MAX_PORTS];
466 struct mlx4_ib_demux_ctx demux[MLX4_MAX_PORTS];
467 struct mlx4_ib_demux_pv_ctx *sqps[MLX4_MAX_PORTS];
484 struct net_device *netdevs[MLX4_MAX_PORTS];
486 union ib_gid gid_table[MLX4_MAX_PORTS][128];
490 u8 virt2phys_pkey[MLX4_MFUNC_MAX][MLX4_MAX_PORTS][MLX4_MAX_PORT_PKEYS];
491 u16 phys_pkey_cache[MLX4_MAX_PORTS][MLX4_MAX_PORT_PKEYS];
534 struct ib_mad_agent *send_agent[MLX4_MAX_PORTS][2];
535 struct ib_ah *sm_ah[MLX4_MAX_PORTS];
542 int counters[MLX4_MAX_PORTS];
[all...]

Completed in 162 milliseconds