Home
last modified time | relevance | path

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

/openbmc/qemu/hw/timer/
H A Domap_gptimer.c69 uint32_t match_val; member
136 if (timer->ce && timer->match_val >= timer->val) { in omap_gp_timer_update()
138 timer->match_val - timer->val, timer->rate); in omap_gp_timer_update()
259 s->match_val = 0x00000000; in omap_gp_timer_reset()
313 return s->match_val; in omap_gp_timer_readw()
427 s->match_val = value; in omap_gp_timer_write()
/openbmc/linux/drivers/infiniband/hw/irdma/
H A Dws.c126 u16 match_val, in ws_find_node() argument
134 if (node->vsi_index == match_val) in ws_find_node()
140 if (node->traffic_class == match_val) in ws_find_node()
/openbmc/linux/drivers/net/ethernet/broadcom/asp2/
H A Dbcmasp.c256 u32 shift, mask_val = 0, match_val = 0; in bcmasp_netfilt_wr_m_wake() local
269 match_val = bcmasp_netfilt_rd(priv, nfilt, in bcmasp_netfilt_wr_m_wake()
278 match_val &= ~GENMASK(shift + 7, shift); in bcmasp_netfilt_wr_m_wake()
280 match_val |= (u32)(*((u8 *)match) << shift); in bcmasp_netfilt_wr_m_wake()
286 match_val, ALIGN_DOWN(offset, 4)); in bcmasp_netfilt_wr_m_wake()
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_tc.c3241 void *match_val = headers_v + f->match_offset; in offload_pedit_fields() local
3247 if (cmp_val_mask(vals_p, s_masks_p, match_val, in offload_pedit_fields()