Searched refs:port_mask (Results 1 – 10 of 10) sorted by relevance
77 static inline int cvmx_gmx_set_backpressure_override(uint32_t interface, uint32_t port_mask) in cvmx_gmx_set_backpressure_override() argument81 if (port_mask & ~0xf || interface & ~0x1) in cvmx_gmx_set_backpressure_override()84 gmxx_tx_ovr_bp.s.en = port_mask; /* Per port Enable back pressure override */ in cvmx_gmx_set_backpressure_override()85 gmxx_tx_ovr_bp.s.ign_full = port_mask; /* Ignore the RX FIFO full when computing BP */ in cvmx_gmx_set_backpressure_override()
180 uint16_t port_mask; in mcdi_mon_decode_stats() local200 port_mask = MCDI_MON_PORT_MASK(emip); in mcdi_mon_decode_stats()226 if ((port_mask & mcdi_sensor_map[sensor].msm_port_mask) == 0) in mcdi_mon_decode_stats()269 uint16_t port_mask; in mcdi_mon_ev() local277 port_mask = MCDI_MON_PORT_MASK(emip); in mcdi_mon_ev()298 if ((port_mask & mcdi_sensor_map[sensor].msm_port_mask) == 0) in mcdi_mon_ev()
607 u32 port_mask[MLX4_MAX_PORTS + 1]; member1009 if ((type) == (dev)->caps.port_mask[(port)])1013 if (((dev)->caps.port_mask[port] == MLX4_PORT_TYPE_IB) || \
744 int t3_mps_set_active_ports(adapter_t *adap, unsigned int port_mask);
3831 int t3_mps_set_active_ports(adapter_t *adap, unsigned int port_mask) in t3_mps_set_active_ports() argument3833 if (port_mask & ~((1 << adap->params.nports) - 1)) in t3_mps_set_active_ports()3836 port_mask << S_PORT0ACTIVE); in t3_mps_set_active_ports()
647 int t4_mps_set_active_ports(struct adapter *adap, unsigned int port_mask);
2227 if (dev->caps.port_mask[port] != MLX4_PORT_TYPE_IB) { in mlx4_INIT_PORT_wrapper()2326 if (dev->caps.port_mask[port] != MLX4_PORT_TYPE_IB) { in mlx4_CLOSE_PORT_wrapper()
224 dev->caps.port_mask[i] = dev->caps.port_type[i]; in mlx4_set_port_mask()938 dev->caps.port_mask[i] = dev->caps.port_type[i]; in mlx4_slave_cap()
3162 if (dev->caps.port_mask[port] != MLX4_PORT_TYPE_IB) in verify_qp_parameters()3171 if (dev->caps.port_mask[port] != MLX4_PORT_TYPE_IB) in verify_qp_parameters()
592 return dev->caps.port_mask[port_num] == MLX4_PORT_TYPE_IB ? in mlx4_ib_port_link_layer()