Searched refs:pre_len (Results 1 – 3 of 3) sorted by relevance
24 int pre_len; in iwl_pnvm_get_fs_name() local33 pre_len = strlen(trans->cfg->fw_name_pre); in iwl_pnvm_get_fs_name()34 if (pre_len < max_len && pre_len > 0) in iwl_pnvm_get_fs_name()35 pnvm_name[pre_len - 1] = '.'; in iwl_pnvm_get_fs_name()
4440 u32 pre_len; in bnx2_nvram_read() local4443 pre_len = 4 - (offset & 3); in bnx2_nvram_read()4445 if (pre_len >= len32) { in bnx2_nvram_read()4446 pre_len = len32; in bnx2_nvram_read()4459 memcpy(ret_buf, buf + (offset & 3), pre_len); in bnx2_nvram_read()4462 ret_buf += pre_len; in bnx2_nvram_read()4463 len32 -= pre_len; in bnx2_nvram_read()
5174 unsigned int pre_len, sync_len; in stmmac_rx() local5183 pre_len = xdp.data_end - xdp.data_hard_start - in stmmac_rx()5191 sync_len = max(sync_len, pre_len); in stmmac_rx()