Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_init_ops.h238 u32 op_idx, op_type, addr, len; in bnx2x_init_block() local
247 for (op_idx = op_start; op_idx < op_end; op_idx++) { in bnx2x_init_block()
249 op = (const union init_op *)&(INIT_OPS(bp)[op_idx]); in bnx2x_init_block()
293 op_idx += op->if_mode.cmd_offset; in bnx2x_init_block()
301 op_idx += op->if_mode.cmd_offset; in bnx2x_init_block()
/linux/drivers/hid/amd-sfh-hid/
H A Damd_sfh_pcie.h82 op_idx = 15, enumerator
H A Damd_sfh_client.c157 case op_idx: in get_sensor_name()
257 if (cl_data->sensor_idx[i] == op_idx) { in amd_sfh_hid_client_init()
330 if (cl_data->sensor_idx[i] == op_idx) { in amd_sfh_hid_client_init()
H A Damd_sfh_pcie.c237 sensor_id[num_of_sensors++] = op_idx; in amd_mp2_get_sensor_num()