Searched refs:lane (Results 26 - 38 of 38) sorted by relevance

12

/freebsd-13-stable/sys/contrib/alpine-hal/
H A Dal_hal_serdes_regs.h137 struct serdes_lane lane[4]; /* [0x200] */ member in struct:al_serdes_regs
H A Dal_hal_pcie.c567 al_dbg("PCIe %d: Set EQ (0x%08x) for lane %d, %d\n", pcie_port->port_id, eq_control, i, i + 1);
1021 pcie_port->regs->axi.status.lane[0] = &regs->axi.status.lane0;
1022 pcie_port->regs->axi.status.lane[1] = &regs->axi.status.lane1;
1023 pcie_port->regs->axi.status.lane[2] = &regs->axi.status.lane2;
1024 pcie_port->regs->axi.status.lane[3] = &regs->axi.status.lane3;
1088 pcie_port->regs->axi.status.lane[0] = &regs->axi.status.lane0;
1089 pcie_port->regs->axi.status.lane[1] = &regs->axi.status.lane1;
1090 pcie_port->regs->axi.status.lane[2] = &regs->axi.status.lane2;
1091 pcie_port->regs->axi.status.lane[3] = &regs->axi.status.lane3;
1169 pcie_port->regs->axi.status.lane[
2036 al_pcie_lane_status_get( struct al_pcie_port *pcie_port, unsigned int lane, struct al_pcie_lane_status *status) argument
[all...]
H A Dal_hal_pcie.h351 /** PCIe gen 3 standard per lane equalization parameters */
551 /** PCIe lane status */
852 * @brief get lane status
856 * @param lane
857 * PCIe lane
859 * Pointer to returned structure for lane status
864 unsigned int lane,
H A Dal_hal_pcie_regs.h288 uint32_t *lane[AL_MAX_NUM_OF_LANES]; member in struct:al_pcie_axi_status
/freebsd-13-stable/sys/dev/bxe/
H A Dbxe_elink.c2612 /* Use lane 1 (of lanes 0-3) */
2621 /* Use lane 1 (of lanes 0-3) */
4048 uint8_t lane = 0; local
4079 lane = (port<<1) + path;
4094 lane = path << 1 ;
4096 return lane;
4115 /* In Dual-lane mode, two lanes are joined together,
4372 uint8_t lane = elink_get_warpcore_lane(phy, params); local
4379 lane;
4438 * i.e. reset the lane (i
4554 uint16_t lane = elink_get_warpcore_lane(phy, params); local
4567 uint16_t lane, i, cl72_ctrl, an_adv = 0, val; local
4721 uint16_t val16, i, lane; local
4789 uint16_t misc1_val, tap_val, tx_driver_val, lane, val; local
4972 elink_warpcore_set_20G_DXGXS(struct bxe_softc *sc, struct elink_phy *phy, uint16_t lane) argument
5128 elink_warpcore_clear_regs(struct elink_phy *phy, struct elink_params *params, uint16_t lane) argument
5224 uint16_t gp2_status_reg0, lane; local
5249 uint16_t lane = elink_get_warpcore_lane(phy, params); local
5291 uint16_t lane = elink_get_warpcore_lane(phy, params); local
5333 uint16_t lane = elink_get_warpcore_lane(phy, params); local
5438 uint16_t val16, lane; local
5494 uint32_t lane; local
6544 uint8_t lane; local
7347 uint8_t lane = elink_get_warpcore_lane(int_phy, params); local
9538 uint8_t lane = elink_get_warpcore_lane(phy, params); local
14896 uint16_t base_page, next_page, not_kr2_device, lane; local
[all...]
/freebsd-13-stable/usr.sbin/tcpdump/tcpdump/
H A DMakefile91 print-lane.c \
/freebsd-13-stable/sys/contrib/libsodium/src/libsodium/crypto_pwhash/argon2/
H A Dargon2-core.c235 position.lane = l;
371 /* Make the first and second block in each lane as G(H0||i||0) or
/freebsd-13-stable/sys/dev/mlx5/mlx5_core/
H A Dmlx5_port.c683 int lane = 0; local
693 lane = MLX5_GET(pmlp_reg, out, lane0_module_mapping);
694 *module_num = lane & MLX5_EEPROM_IDENTIFIER_BYTE_MASK;
/freebsd-13-stable/contrib/tcpdump/
H A DMakefile.in156 print-lane.c \
/freebsd-13-stable/contrib/libpcap/
H A Dscanner.l348 lane return LANE;
/freebsd-13-stable/sys/contrib/octeon-sdk/
H A Dcvmx-sriomaintx-defs.h2505 * This register is used to monitor PHY status on each lane. They are documented here to assist in
2506 * debugging only. The lane numbers take into account the lane swap pin.
2946 * This register contains status information about the local lane transceiver.
2955 the lane is assigned. */
2956 uint32_t lane : 4; /**< Lane Number within the port. */ member in struct:cvmx_sriomaintx_lane_x_status_0::cvmx_sriomaintx_lane_x_status_0_s
2973 controlled by the lane receiver and at least
2975 1 = The lane receiver controls no adaptive
3006 uint32_t lane : 4;
3559 000 = Single-lane, Lan
[all...]
/freebsd-13-stable/sys/dev/mlx5/
H A Dmlx5_ifc.h7822 u8 lane[0x4]; member in struct:mlx5_ifc_sltp_reg_bits
7847 u8 lane[0x4]; member in struct:mlx5_ifc_slrp_reg_bits
7904 u8 lane[0x4]; member in struct:mlx5_ifc_slrg_reg_bits
8678 u8 lane[0x4]; member in struct:mlx5_ifc_peir_reg_bits
/freebsd-13-stable/sys/dev/al_eth/
H A Dal_eth.c792 params.lane = adapter->serdes_lane;

Completed in 335 milliseconds

12