Home
last modified time | relevance | path

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

/openbmc/openbmc/poky/meta/recipes-core/meta/
H A Dcve-update-nvd2-native.bb288 op_start = ''
294 op_start = '>='
298 op_start = '>'
309 if op_start or op_end or v_start or v_end:
310 yield [cveId, vendor, product, v_start, op_start, v_end, op_end]
/openbmc/linux/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_init_ops.h231 u16 op_start = in bnx2x_init_block() local
242 if (op_start == op_end) in bnx2x_init_block()
247 for (op_idx = op_start; op_idx < op_end; op_idx++) { in bnx2x_init_block()