Home
last modified time | relevance | path

Searched refs:lo_addr (Results 1 – 7 of 7) sorted by relevance

/linux/drivers/net/ethernet/huawei/hinic/
H A Dhinic_common.c58 sge->lo_addr = lower_32_bits(addr); in hinic_set_sge()
70 return (dma_addr_t)((((u64)sge->hi_addr) << 32) | sge->lo_addr); in hinic_sge_to_dma()
H A Dhinic_common.h17 u32 lo_addr; member
H A Dhinic_hw_qp.c929 sge->lo_addr = be32_to_cpu(rq_wqe->buf_desc.lo_addr); in hinic_rq_get_sge()
960 buf_desc->lo_addr = sge->lo_addr; in hinic_rq_prepare_wqe()
H A Dhinic_hw_wqe.h411 u32 lo_addr; member
/linux/drivers/net/ethernet/intel/ice/
H A Dice_ptp_hw.c1101 u16 lo_addr, hi_addr;
1105 lo_addr = (u16)PHY_TSTAMP_L(idx);
1108 err = ice_read_port_mem_eth56g(hw, port, lo_addr, &lo);
1155 u16 lo_addr; in ice_ptp_reset_ts_memory_eth56g()
1167 lo_addr = (u16)PHY_TSTAMP_L(idx);
1169 err = ice_write_port_mem_eth56g(hw, port, lo_addr, 0);
2848 u16 lo_addr, hi_addr;
2852 lo_addr = (u16)TS_L(Q_REG_TX_MEMORY_BANK_START, idx);
2855 err = ice_read_quad_reg_e82x(hw, quad, lo_addr, &lo);
4610 u32 lo_addr in ice_read_phy_tstamp_e810()
1064 u16 lo_addr, hi_addr; ice_read_ptp_tstamp_eth56g() local
1118 u16 lo_addr; ice_clear_ptp_tstamp_eth56g() local
2811 u16 lo_addr, hi_addr; ice_read_phy_tstamp_e82x() local
4573 u32 lo_addr = TS_EXT(LOW_TX_MEMORY_BANK_START, lport, idx); ice_read_phy_tstamp_sbq_e810() local
4645 u32 lo_addr, hi_addr; ice_clear_phy_tstamp_e810() local
[all...]
/linux/drivers/net/ethernet/calxeda/
H A Dxgmac.c629 u32 hi_addr, lo_addr; in xgmac_get_mac_addr() local
633 lo_addr = readl(ioaddr + XGMAC_ADDR_LOW(num)); in xgmac_get_mac_addr()
636 addr[0] = lo_addr & 0xff; in xgmac_get_mac_addr()
637 addr[1] = (lo_addr >> 8) & 0xff; in xgmac_get_mac_addr()
638 addr[2] = (lo_addr >> 16) & 0xff; in xgmac_get_mac_addr()
639 addr[3] = (lo_addr >> 24) & 0xff; in xgmac_get_mac_addr()
/linux/drivers/net/ethernet/huawei/hinic3/
H A Dhinic3_tx.c80 buf_descs->lo_addr = cpu_to_le32(lower_32_bits(addr)); in hinic3_set_buf_desc()
106 wqe_desc->lo_addr = cpu_to_le32(lower_32_bits(dma_info[0].dma)); in hinic3_tx_map_skb()