Home
last modified time | relevance | path

Searched refs:total_offset (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/drivers/net/ethernet/intel/ice/
H A Dice_ptp_hw.c1799 u64 total_offset, val; in ice_phy_cfg_tx_offset_e822() local
1828 total_offset = ice_calc_fixed_tx_offset_e822(hw, link_spd); in ice_phy_cfg_tx_offset_e822()
1845 total_offset += val; in ice_phy_cfg_tx_offset_e822()
1860 total_offset += val; in ice_phy_cfg_tx_offset_e822()
1868 total_offset); in ice_phy_cfg_tx_offset_e822()
2102 u64 total_offset, pmd, val; in ice_phy_cfg_rx_offset_e822() local
2142 total_offset += val; in ice_phy_cfg_rx_offset_e822()
2157 total_offset += val; in ice_phy_cfg_rx_offset_e822()
2169 total_offset += pmd; in ice_phy_cfg_rx_offset_e822()
2171 total_offset -= pmd; in ice_phy_cfg_rx_offset_e822()
[all …]
/openbmc/linux/drivers/remoteproc/
H A Dqcom_q6v5_pas.c113 int total_offset; in adsp_segment_dump() local
115 total_offset = segment->da + segment->offset + offset - adsp->mem_phys; in adsp_segment_dump()
116 if (total_offset < 0 || total_offset + size > adsp->mem_size) { in adsp_segment_dump()
124 memcpy_fromio(dest, adsp->mem_region + total_offset, size); in adsp_segment_dump()
/openbmc/linux/drivers/acpi/
H A Dtables.c583 int sig, no, table_nr = 0, total_offset = 0; in acpi_table_upgrade() local
681 phys_addr_t dest_addr = acpi_tables_addr + total_offset; in acpi_table_upgrade()
685 total_offset += size; in acpi_table_upgrade()
/openbmc/linux/drivers/scsi/cxgbi/
H A Dlibcxgbi.h554 u32 total_offset; member
H A Dlibcxgbi.c1875 tdata->total_offset = offset; in cxgbi_task_data_sgl_read()
1880 __func__, offset, count, err, tdata->total_count, tdata->total_offset); in cxgbi_task_data_sgl_read()
2177 tdata->total_offset = 0; in cxgbi_conn_init_pdu()
2187 tdata->total_count, tdata->total_offset); in cxgbi_conn_init_pdu()
2190 expected_offset = tdata->total_offset; in cxgbi_conn_init_pdu()