Searched refs:total_offset (Results 1 – 5 of 5) sorted by relevance
/linux-6.6.21/drivers/net/ethernet/intel/ice/ |
D | ice_ptp_hw.c | 1799 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 2131 total_offset = ice_calc_fixed_rx_offset_e822(hw, link_spd); in ice_phy_cfg_rx_offset_e822() 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() [all …]
|
/linux-6.6.21/drivers/remoteproc/ |
D | qcom_q6v5_pas.c | 113 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()
|
/linux-6.6.21/drivers/acpi/ |
D | tables.c | 583 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()
|
/linux-6.6.21/drivers/scsi/cxgbi/ |
D | libcxgbi.h | 554 u32 total_offset; member
|
D | libcxgbi.c | 1875 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()
|