ce_info
shift_width = ce_info->lsb % 8;
mask = BIT(ce_info->width) - 1;
src = hmc_bits + (ce_info->lsb / 8);
target = dest + ce_info->offset;
struct i40e_context_ele *ce_info,
shift_width = ce_info->lsb % 8;
if (ce_info->width < 32)
mask = BIT(ce_info->width) - 1;
src = hmc_bits + (ce_info->lsb / 8);
target = dest + ce_info->offset;
struct i40e_context_ele *ce_info,
shift_width = ce_info->lsb % 8;
if (ce_info->width < 64)
mask = BIT_ULL(ce_info->width) - 1;
src = hmc_bits + (ce_info->lsb / 8);
target = dest + ce_info->offset;
struct i40e_context_ele *ce_info,
for (f = 0; ce_info[f].width != 0; f++) {
switch (ce_info[f].size_of) {
i40e_read_byte(context_bytes, &ce_info[f], dest);
i40e_read_word(context_bytes, &ce_info[f], dest);
i40e_read_dword(context_bytes, &ce_info[f], dest);
i40e_read_qword(context_bytes, &ce_info[f], dest);
struct i40e_context_ele *ce_info,
for (f = 0; ce_info[f].width != 0; f++) {
switch (ce_info[f].size_of) {
i40e_write_byte(context_bytes, &ce_info[f], dest);
i40e_write_word(context_bytes, &ce_info[f], dest);
i40e_write_dword(context_bytes, &ce_info[f], dest);
i40e_write_qword(context_bytes, &ce_info[f], dest);
struct i40e_context_ele *ce_info,
from = src + ce_info->offset;
shift_width = ce_info->lsb % 8;
mask = (u8)(BIT(ce_info->width) - 1);
dest = hmc_bits + (ce_info->lsb / 8);
struct i40e_context_ele *ce_info,
from = src + ce_info->offset;
shift_width = ce_info->lsb % 8;
mask = BIT(ce_info->width) - 1;
dest = hmc_bits + (ce_info->lsb / 8);
struct i40e_context_ele *ce_info,
from = src + ce_info->offset;
shift_width = ce_info->lsb % 8;
if (ce_info->width < 32)
mask = BIT(ce_info->width) - 1;
dest = hmc_bits + (ce_info->lsb / 8);
struct i40e_context_ele *ce_info,
from = src + ce_info->offset;
shift_width = ce_info->lsb % 8;
if (ce_info->width < 64)
mask = BIT_ULL(ce_info->width) - 1;
dest = hmc_bits + (ce_info->lsb / 8);
struct i40e_context_ele *ce_info,
shift_width = ce_info->lsb % 8;
mask = (u8)(BIT(ce_info->width) - 1);
src = hmc_bits + (ce_info->lsb / 8);
target = dest + ce_info->offset;
struct i40e_context_ele *ce_info,
struct ce_info *mem_ce_simm = NULL;
size = sizeof (struct ce_info) * mem_ce_simm_size;
struct ce_info *psimm = mem_ce_simm;
struct ce_info *psimm = mem_ce_simm;
struct ce_info *ceip = mem_ce_simm;