Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/ice/base/
H A Dice_flow.c2413 u16 dst, src, mask, k, end_disp, tmp_s = 0, tmp_m = 0; in ice_flow_acl_frmt_entry_fld() local
2433 dontcare[dst] = (tmp_m & 0xff00) >> 8; in ice_flow_acl_frmt_entry_fld()
2449 tmp_m = (~data[mask++] & 0xff) << disp; in ice_flow_acl_frmt_entry_fld()
2450 dontcare[dst] |= tmp_m & 0xff; in ice_flow_acl_frmt_entry_fld()