Symbol: lane
usr/src/cmd/nvmeadm/nvmeadm_phyeye.c
668
void *arg, phyeye_lane_iter_cb_f func, uint8_t lane, uint8_t eye)
usr/src/cmd/nvmeadm/nvmeadm_phyeye.c
729
if (lane != UINT8_MAX && desc->eld_ln != lane)
usr/src/lib/libnvme/common/libnvme_sandisk.c
101
"invalid PCIe lane %u: must be between 0-3", lane));
usr/src/lib/libnvme/common/libnvme_sandisk.c
115
!nvme_vuc_req_set_cdw13(req, lane) ||
usr/src/lib/libnvme/common/libnvme_sandisk.c
82
nvme_sndk_pci_eye(nvme_ctrl_t *ctrl, uint8_t lane, void *buf, size_t len)
usr/src/lib/libnvme/common/libnvme_sandisk.c
99
if (lane >= 4) {
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
15250
u16 base_page, next_page, not_kr2_device, lane;
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
15272
lane = elink_get_warpcore_lane(phy, params);
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
15274
MDIO_AER_BLOCK_AER_REG, lane);
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
15650
u8 lane = elink_get_warpcore_lane(phy, params);
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
15660
val &= ~(0x11 << lane);
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
15662
val |= (0x11 << lane);
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
3515
u8 lane = 0;
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
3547
lane = (port<<1) + path;
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
3562
lane = path << 1 ;
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
3565
return lane;
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
3836
u8 lane = elink_get_warpcore_lane(phy, params);
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
3843
lane;
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
4020
u16 lane = elink_get_warpcore_lane(phy, params);
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
4022
MDIO_AER_BLOCK_AER_REG, lane);
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
4033
u16 lane, i, cl72_ctrl, an_adv = 0, val;
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
4086
lane = elink_get_warpcore_lane(phy, params);
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
4088
MDIO_WC_REG_TX0_TX_DRIVER + 0x10*lane,
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
4093
MDIO_WC_REG_TX0_TX_DRIVER + 0x10*(lane+1),
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
4138
MDIO_AER_BLOCK_AER_REG, lane);
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
4141
MDIO_WC_REG_RX1_PCI_CTRL + (0x10*lane),
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
4157
MDIO_WC_REG_RX0_PCI_CTRL + (lane << 4), &val);
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
4167
(SHARED_HW_CFG_RX_LANE0_POL_FLIP_ENABLED << lane))
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
4172
MDIO_WC_REG_RX0_PCI_CTRL + (lane << 4),
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
4187
u16 val16, i, lane;
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
4205
lane = elink_get_warpcore_lane(phy, params);
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
4212
val16 &= ~(0x0011 << lane);
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
4218
val16 |= (0x0303 << (lane << 1));
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
4255
u16 misc1_val, tap_val, tx_driver_val, lane, val;
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
4333
lane = elink_get_warpcore_lane(phy, params);
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
4338
MDIO_WC_REG_TX0_TX_DRIVER + 0x10*lane,
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
4423
u16 lane)
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
4471
MDIO_WC_REG_TX0_TX_DRIVER + 0x10*lane,
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
4583
u16 lane)
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
4611
lane = elink_get_warpcore_lane(phy, params);
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
4613
MDIO_WC_REG_TX0_TX_DRIVER + 0x10*lane, 0x0990);
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
4677
u16 gp2_status_reg0, lane;
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
4680
lane = elink_get_warpcore_lane(phy, params);
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
4685
return (gp2_status_reg0 >> (8+lane)) & 0x1;
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
4703
u16 lane = elink_get_warpcore_lane(phy, params);
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
4714
lnkup = (gp_status1 >> (8+lane)) & 0x1;/* 1G */
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
4716
lnkup_kr = (gp_status1 >> (12+lane)) & 0x1;
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
4746
u16 lane = elink_get_warpcore_lane(phy, params);
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
4750
elink_warpcore_clear_regs(phy, params, lane);
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
4790
u16 lane = elink_get_warpcore_lane(phy, params);
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
4807
elink_warpcore_clear_regs(phy, params, lane);
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
4822
elink_warpcore_clear_regs(phy, params, lane);
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
4866
elink_warpcore_set_20G_DXGXS(cb, phy, lane);
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
4901
u16 val16, lane;
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
4926
lane = elink_get_warpcore_lane(phy, params);
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
4930
val16 |= (0x11 << lane);
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
4932
val16 |= (0x22 << lane);
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
4938
val16 &= ~(0x0303 << (lane << 1));
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
4939
val16 |= (0x0101 << (lane << 1));
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
4941
val16 &= ~(0x0c0c << (lane << 1));
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
4942
val16 |= (0x0404 << (lane << 1));
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
4959
u32 lane;
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
4975
lane = elink_get_warpcore_lane(phy, params);
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
4978
val16 |= (1<<lane);
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
4980
val16 |= (2<<lane);
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
5173
u16 lane, val;
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
5175
for (lane = 0; lane < WC_LANE_MAX; lane++) {
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
5177
MDIO_AER_BLOCK_AER_REG, lane);
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
5210
u16 lane, val;
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
5212
for (lane = 0; lane < WC_LANE_MAX; lane++) {
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
5214
MDIO_AER_BLOCK_AER_REG, lane);
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
5253
for (lane = 0x200; lane <= 0x201; lane++) {
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
5255
MDIO_AER_BLOCK_AER_REG, lane);
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
5258
elink_warpcore_set_20G_DXGXS(cb, phy, lane);
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
6343
u8 lane;
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
6346
lane = elink_get_warpcore_lane(phy, params);
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
6376
(1 << lane);
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
6392
if (gp_status4 & ((1<<12)<<lane))
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
6437
if (lane < 2) {
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
6444
ELINK_DEBUG_P2(cb, "lane %d gp_speed 0x%x\n", lane, gp_speed);
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
6446
if ((lane & 1) == 0)
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
7167
u8 lane = elink_get_warpcore_lane(int_phy, params);
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
7173
link_up = gp_status & (1 << lane);
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
9571
u8 lane = elink_get_warpcore_lane(phy, params);
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
9575
val &= ~(0xf << (lane << 2));
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
9590
val |= (mode << (lane << 2));
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_phy.c
132
u32 port, u32 lane, u32 addr, u32 data_lo,
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_phy.c
145
if (lane > 6) {
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_phy.c
152
rc = ecore_phy_write(p_hwfn,p_ptt, port, lane, addr, data_lo,
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_phy.c
165
u32 port, u32 lane, u32 addr, char *p_phy_result_buf)
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_phy.c
180
if (lane > 6) {
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_phy.c
187
rc = ecore_phy_read(p_hwfn,p_ptt, port, lane, addr, ECORE_PHY_RAW_READ,
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_phy.c
53
struct ecore_ptt *p_ptt, u32 port, u32 lane,
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_phy.c
57
addr | (lane << 16) | (1<<29) | (port << 30), buf, 8);
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_phy.c
62
u32 lane, u32 addr, u32 data_lo,
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_phy.c
71
addr | (lane << 16) | (1<<29) | (port << 30),
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_phy.h
42
u32 port, u32 lane, u32 addr, u32 cmd, u8 *buf);
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_phy.h
44
u32 port, u32 lane, u32 addr, u32 data_lo,
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_phy_api.h
101
u32 port, u32 lane, u32 addr, char *p_phy_result_buf);
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_phy_api.h
85
u32 port, u32 lane, u32 addr, u32 data_lo,
usr/src/uts/common/io/qede/qede_gld.c
645
uint32_t port, lane;