Symbol: SET_FIELD
sys/dev/qlnx/qlnxe/ecore_cxt.c
1499
SET_FIELD(cdu_params, CDUC_CXT_SIZE, cxt_size);
sys/dev/qlnx/qlnxe/ecore_cxt.c
1500
SET_FIELD(cdu_params, CDUC_BLOCK_WASTE, block_waste);
sys/dev/qlnx/qlnxe/ecore_cxt.c
1501
SET_FIELD(cdu_params, (u32)CDUC_NCIB, elems_per_page);
sys/dev/qlnx/qlnxe/ecore_cxt.c
1512
SET_FIELD(cdu_params, (u32)CDUT_TYPE0_CXT_SIZE, (cxt_size >> 3));
sys/dev/qlnx/qlnxe/ecore_cxt.c
1513
SET_FIELD(cdu_params, CDUT_TYPE0_BLOCK_WASTE, (block_waste >> 3));
sys/dev/qlnx/qlnxe/ecore_cxt.c
1514
SET_FIELD(cdu_params, CDUT_TYPE0_NCIB, elems_per_page);
sys/dev/qlnx/qlnxe/ecore_cxt.c
1524
SET_FIELD(cdu_params, (u32)CDUT_TYPE1_CXT_SIZE, (cxt_size >> 3));
sys/dev/qlnx/qlnxe/ecore_cxt.c
1525
SET_FIELD(cdu_params, CDUT_TYPE1_BLOCK_WASTE, (block_waste >> 3));
sys/dev/qlnx/qlnxe/ecore_cxt.c
1526
SET_FIELD(cdu_params, CDUT_TYPE1_NCIB, elems_per_page);
sys/dev/qlnx/qlnxe/ecore_cxt.c
1576
SET_FIELD(cdu_seg_params, CDU_SEG_REG_TYPE, p_seg->type);
sys/dev/qlnx/qlnxe/ecore_cxt.c
1577
SET_FIELD(cdu_seg_params, CDU_SEG_REG_OFFSET, offset);
sys/dev/qlnx/qlnxe/ecore_cxt.c
1586
SET_FIELD(cdu_seg_params, CDU_SEG_REG_TYPE, p_seg->type);
sys/dev/qlnx/qlnxe/ecore_cxt.c
1587
SET_FIELD(cdu_seg_params, CDU_SEG_REG_OFFSET, offset);
sys/dev/qlnx/qlnxe/ecore_cxt.c
1790
SET_FIELD(ilt_hw_entry, ILT_ENTRY_VALID, 1ULL);
sys/dev/qlnx/qlnxe/ecore_cxt.c
1791
SET_FIELD(ilt_hw_entry, ILT_ENTRY_PHY_ADDR,
sys/dev/qlnx/qlnxe/ecore_cxt.c
1867
SET_FIELD(cfg_word, TM_CFG_NUM_IDS, tm_iids.per_vf_cids);
sys/dev/qlnx/qlnxe/ecore_cxt.c
1868
SET_FIELD(cfg_word, TM_CFG_PRE_SCAN_OFFSET, 0);
sys/dev/qlnx/qlnxe/ecore_cxt.c
1869
SET_FIELD(cfg_word, TM_CFG_PARENT_PF, p_hwfn->rel_pf_id);
sys/dev/qlnx/qlnxe/ecore_cxt.c
1870
SET_FIELD(cfg_word, TM_CFG_CID_PRE_SCAN_ROWS, 0); /* scan all */
sys/dev/qlnx/qlnxe/ecore_cxt.c
1879
SET_FIELD(cfg_word, TM_CFG_NUM_IDS, tm_iids.pf_cids);
sys/dev/qlnx/qlnxe/ecore_cxt.c
1880
SET_FIELD(cfg_word, TM_CFG_PRE_SCAN_OFFSET, 0);
sys/dev/qlnx/qlnxe/ecore_cxt.c
1881
SET_FIELD(cfg_word, TM_CFG_PARENT_PF, 0); /* n/a for PF */
sys/dev/qlnx/qlnxe/ecore_cxt.c
1882
SET_FIELD(cfg_word, TM_CFG_CID_PRE_SCAN_ROWS, 0); /* scan all */
sys/dev/qlnx/qlnxe/ecore_cxt.c
1900
SET_FIELD(cfg_word, TM_CFG_NUM_IDS, tm_iids.per_vf_tids);
sys/dev/qlnx/qlnxe/ecore_cxt.c
1901
SET_FIELD(cfg_word, TM_CFG_PRE_SCAN_OFFSET, 0);
sys/dev/qlnx/qlnxe/ecore_cxt.c
1902
SET_FIELD(cfg_word, TM_CFG_PARENT_PF, p_hwfn->rel_pf_id);
sys/dev/qlnx/qlnxe/ecore_cxt.c
1903
SET_FIELD(cfg_word, TM_CFG_TID_OFFSET, tm_offset);
sys/dev/qlnx/qlnxe/ecore_cxt.c
1904
SET_FIELD(cfg_word, TM_CFG_TID_PRE_SCAN_ROWS, (u64)0);
sys/dev/qlnx/qlnxe/ecore_cxt.c
1916
SET_FIELD(cfg_word, TM_CFG_NUM_IDS, tm_iids.pf_tids[i]);
sys/dev/qlnx/qlnxe/ecore_cxt.c
1917
SET_FIELD(cfg_word, TM_CFG_PRE_SCAN_OFFSET, 0);
sys/dev/qlnx/qlnxe/ecore_cxt.c
1918
SET_FIELD(cfg_word, TM_CFG_PARENT_PF, 0);
sys/dev/qlnx/qlnxe/ecore_cxt.c
1919
SET_FIELD(cfg_word, TM_CFG_TID_OFFSET, tm_offset);
sys/dev/qlnx/qlnxe/ecore_cxt.c
1920
SET_FIELD(cfg_word, TM_CFG_TID_PRE_SCAN_ROWS, (u64)0);
sys/dev/qlnx/qlnxe/ecore_cxt.c
2485
SET_FIELD(elem->roce_ctx.tdif_context.flags1,
sys/dev/qlnx/qlnxe/ecore_cxt.c
2501
SET_FIELD(ilt_hw_entry, ILT_ENTRY_VALID, 1ULL);
sys/dev/qlnx/qlnxe/ecore_cxt.c
2502
SET_FIELD(ilt_hw_entry,
sys/dev/qlnx/qlnxe/ecore_dbg_fw_funcs.c
4230
SET_FIELD(reg_hdr->data, DBG_IDLE_CHK_RESULT_REG_HDR_IS_MEM, reg->num_entries > 1 || reg->start_entry > 0 ? 1 : 0);
sys/dev/qlnx/qlnxe/ecore_dbg_fw_funcs.c
4231
SET_FIELD(reg_hdr->data, DBG_IDLE_CHK_RESULT_REG_HDR_REG_ID, reg_id);
sys/dev/qlnx/qlnxe/ecore_dbg_fw_funcs.c
4281
SET_FIELD(reg_hdr->data, DBG_IDLE_CHK_RESULT_REG_HDR_REG_ID, rule->num_cond_regs + reg_id);
sys/dev/qlnx/qlnxe/ecore_dbg_fw_funcs.c
4981
SET_FIELD(dev_data->bus.blocks[BLOCK_DBG].data, DBG_BUS_BLOCK_DATA_ENABLE_MASK, 0x1);
sys/dev/qlnx/qlnxe/ecore_dbg_fw_funcs.c
5144
SET_FIELD(block_bus->data, DBG_BUS_BLOCK_DATA_ENABLE_MASK, enable_mask);
sys/dev/qlnx/qlnxe/ecore_dbg_fw_funcs.c
5145
SET_FIELD(block_bus->data, DBG_BUS_BLOCK_DATA_RIGHT_SHIFT, right_shift);
sys/dev/qlnx/qlnxe/ecore_dbg_fw_funcs.c
5146
SET_FIELD(block_bus->data, DBG_BUS_BLOCK_DATA_FORCE_VALID_MASK, force_valid_mask);
sys/dev/qlnx/qlnxe/ecore_dbg_fw_funcs.c
5147
SET_FIELD(block_bus->data, DBG_BUS_BLOCK_DATA_FORCE_FRAME_MASK, force_frame_mask);
sys/dev/qlnx/qlnxe/ecore_dbg_fw_funcs.c
5213
SET_FIELD(dev_data->bus.blocks[BLOCK_DBG].data, DBG_BUS_BLOCK_DATA_ENABLE_MASK, 0x1);
sys/dev/qlnx/qlnxe/ecore_dbg_fw_funcs.c
5409
SET_FIELD(bus->trigger_states[dev_data->bus.next_trigger_state].data, DBG_BUS_TRIGGER_STATE_DATA_BLOCK_SHIFTED_ENABLE_MASK, SHR(GET_FIELD(block_bus->data, DBG_BUS_BLOCK_DATA_ENABLE_MASK),
sys/dev/qlnx/qlnxe/ecore_dbg_fw_funcs.c
5480
SET_FIELD(trigger_state->data, DBG_BUS_TRIGGER_STATE_DATA_CONSTRAINT_DWORD_MASK, GET_FIELD(trigger_state->data, DBG_BUS_TRIGGER_STATE_DATA_CONSTRAINT_DWORD_MASK) | (u8)(1 << dword_offset_in_cycle));
sys/dev/qlnx/qlnxe/ecore_dbg_fw_funcs.c
5989
SET_FIELD(bus->blocks[BLOCK_PCIE].data, DBG_BUS_BLOCK_DATA_ENABLE_MASK, 0);
sys/dev/qlnx/qlnxe/ecore_dbg_fw_funcs.c
6425
SET_FIELD(reg_result->data, DBG_ATTN_REG_RESULT_STS_ADDRESS, sts_addr);
sys/dev/qlnx/qlnxe/ecore_dbg_fw_funcs.c
6426
SET_FIELD(reg_result->data, DBG_ATTN_REG_RESULT_NUM_REG_ATTN, GET_FIELD(reg_data->data, DBG_ATTN_REG_NUM_REG_ATTN));
sys/dev/qlnx/qlnxe/ecore_dbg_fw_funcs.c
6435
SET_FIELD(results->data, DBG_ATTN_BLOCK_RESULT_ATTN_TYPE, attn_type);
sys/dev/qlnx/qlnxe/ecore_dbg_fw_funcs.c
6436
SET_FIELD(results->data, DBG_ATTN_BLOCK_RESULT_NUM_REGS, num_result_regs);
sys/dev/qlnx/qlnxe/ecore_dev.c
6460
SET_FIELD(p_coal_timeset->value, COALESCING_TIMESET_TIMESET, timeset);
sys/dev/qlnx/qlnxe/ecore_dev.c
6461
SET_FIELD(p_coal_timeset->value, COALESCING_TIMESET_VALID, 1);
sys/dev/qlnx/qlnxe/ecore_dev.c
919
SET_FIELD(val, NIG_REG_PPF_TO_ENGINE_SEL_NON_ROCE, eng_sel);
sys/dev/qlnx/qlnxe/ecore_dev.c
972
SET_FIELD(val, NIG_REG_PPF_TO_ENGINE_SEL_ROCE, eng_sel);
sys/dev/qlnx/qlnxe/ecore_hw.c
390
SET_FIELD(control, PXP_PRETEND_CMD_IS_CONCRETE, 1);
sys/dev/qlnx/qlnxe/ecore_hw.c
391
SET_FIELD(control, PXP_PRETEND_CMD_PRETEND_FUNCTION, 1);
sys/dev/qlnx/qlnxe/ecore_hw.c
396
SET_FIELD(control, PXP_PRETEND_CMD_PORT, 0);
sys/dev/qlnx/qlnxe/ecore_hw.c
397
SET_FIELD(control, PXP_PRETEND_CMD_USE_PORT, 0);
sys/dev/qlnx/qlnxe/ecore_hw.c
398
SET_FIELD(control, PXP_PRETEND_CMD_PRETEND_PORT, 1);
sys/dev/qlnx/qlnxe/ecore_hw.c
417
SET_FIELD(control, PXP_PRETEND_CMD_PORT, port_id);
sys/dev/qlnx/qlnxe/ecore_hw.c
418
SET_FIELD(control, PXP_PRETEND_CMD_USE_PORT, 1);
sys/dev/qlnx/qlnxe/ecore_hw.c
419
SET_FIELD(control, PXP_PRETEND_CMD_PRETEND_PORT, 1);
sys/dev/qlnx/qlnxe/ecore_hw.c
433
SET_FIELD(control, PXP_PRETEND_CMD_PORT, 0);
sys/dev/qlnx/qlnxe/ecore_hw.c
434
SET_FIELD(control, PXP_PRETEND_CMD_USE_PORT, 0);
sys/dev/qlnx/qlnxe/ecore_hw.c
435
SET_FIELD(control, PXP_PRETEND_CMD_PRETEND_PORT, 1);
sys/dev/qlnx/qlnxe/ecore_hw.c
449
SET_FIELD(concrete_fid, PXP_CONCRETE_FID_PFID, p_hwfn->rel_pf_id);
sys/dev/qlnx/qlnxe/ecore_hw.c
450
SET_FIELD(concrete_fid, PXP_CONCRETE_FID_VFID, vfid);
sys/dev/qlnx/qlnxe/ecore_hw.c
451
SET_FIELD(concrete_fid, PXP_CONCRETE_FID_VFVALID, 1);
sys/dev/qlnx/qlnxe/ecore_init_fw_funcs.c
1504
SET_FIELD(cam_line, GFT_CAM_LINE_MAPPED_VALID, 1);
sys/dev/qlnx/qlnxe/ecore_init_fw_funcs.c
1507
SET_FIELD(cam_line, GFT_CAM_LINE_MAPPED_PF_ID_MASK, GFT_CAM_LINE_MAPPED_PF_ID_MASK_MASK);
sys/dev/qlnx/qlnxe/ecore_init_fw_funcs.c
1508
SET_FIELD(cam_line, GFT_CAM_LINE_MAPPED_PF_ID, pf_id);
sys/dev/qlnx/qlnxe/ecore_init_fw_funcs.c
1511
SET_FIELD(cam_line, GFT_CAM_LINE_MAPPED_UPPER_PROTOCOL_TYPE_MASK, GFT_CAM_LINE_MAPPED_UPPER_PROTOCOL_TYPE_MASK_MASK);
sys/dev/qlnx/qlnxe/ecore_init_fw_funcs.c
1513
SET_FIELD(cam_line, GFT_CAM_LINE_MAPPED_UPPER_PROTOCOL_TYPE, GFT_PROFILE_TCP_PROTOCOL);
sys/dev/qlnx/qlnxe/ecore_init_fw_funcs.c
1515
SET_FIELD(cam_line, GFT_CAM_LINE_MAPPED_UPPER_PROTOCOL_TYPE, GFT_PROFILE_UDP_PROTOCOL);
sys/dev/qlnx/qlnxe/ecore_init_fw_funcs.c
1519
SET_FIELD(cam_line, GFT_CAM_LINE_MAPPED_IP_VERSION_MASK, 1);
sys/dev/qlnx/qlnxe/ecore_init_fw_funcs.c
1521
SET_FIELD(cam_line, GFT_CAM_LINE_MAPPED_IP_VERSION, GFT_PROFILE_IPV4);
sys/dev/qlnx/qlnxe/ecore_init_fw_funcs.c
1523
SET_FIELD(cam_line, GFT_CAM_LINE_MAPPED_IP_VERSION, GFT_PROFILE_IPV6);
sys/dev/qlnx/qlnxe/ecore_init_fw_funcs.c
1535
SET_FIELD(ram_line_lo, GFT_RAM_LINE_TUNNEL_DST_PORT, 1);
sys/dev/qlnx/qlnxe/ecore_init_fw_funcs.c
1536
SET_FIELD(ram_line_lo, GFT_RAM_LINE_TUNNEL_OVER_IP_PROTOCOL, 1);
sys/dev/qlnx/qlnxe/ecore_init_fw_funcs.c
1540
SET_FIELD(ram_line_hi, GFT_RAM_LINE_DST_IP, 1);
sys/dev/qlnx/qlnxe/ecore_init_fw_funcs.c
1541
SET_FIELD(ram_line_hi, GFT_RAM_LINE_SRC_IP, 1);
sys/dev/qlnx/qlnxe/ecore_init_fw_funcs.c
1542
SET_FIELD(ram_line_hi, GFT_RAM_LINE_OVER_IP_PROTOCOL, 1);
sys/dev/qlnx/qlnxe/ecore_init_fw_funcs.c
1543
SET_FIELD(ram_line_lo, GFT_RAM_LINE_ETHERTYPE, 1);
sys/dev/qlnx/qlnxe/ecore_init_fw_funcs.c
1544
SET_FIELD(ram_line_lo, GFT_RAM_LINE_SRC_PORT, 1);
sys/dev/qlnx/qlnxe/ecore_init_fw_funcs.c
1545
SET_FIELD(ram_line_lo, GFT_RAM_LINE_DST_PORT, 1);
sys/dev/qlnx/qlnxe/ecore_init_fw_funcs.c
1549
SET_FIELD(ram_line_hi, GFT_RAM_LINE_OVER_IP_PROTOCOL, 1);
sys/dev/qlnx/qlnxe/ecore_init_fw_funcs.c
1550
SET_FIELD(ram_line_lo, GFT_RAM_LINE_ETHERTYPE, 1);
sys/dev/qlnx/qlnxe/ecore_init_fw_funcs.c
1551
SET_FIELD(ram_line_lo, GFT_RAM_LINE_DST_PORT, 1);
sys/dev/qlnx/qlnxe/ecore_init_fw_funcs.c
1555
SET_FIELD(ram_line_hi, GFT_RAM_LINE_DST_IP, 1);
sys/dev/qlnx/qlnxe/ecore_init_fw_funcs.c
1556
SET_FIELD(ram_line_lo, GFT_RAM_LINE_ETHERTYPE, 1);
sys/dev/qlnx/qlnxe/ecore_init_fw_funcs.c
1560
SET_FIELD(ram_line_hi, GFT_RAM_LINE_SRC_IP, 1);
sys/dev/qlnx/qlnxe/ecore_init_fw_funcs.c
1561
SET_FIELD(ram_line_lo, GFT_RAM_LINE_ETHERTYPE, 1);
sys/dev/qlnx/qlnxe/ecore_init_fw_funcs.c
1565
SET_FIELD(ram_line_lo, GFT_RAM_LINE_TUNNEL_ETHERTYPE, 1);
sys/dev/qlnx/qlnxe/ecore_init_fw_funcs.c
171
#define QM_CMD_SET_FIELD(var, cmd, field, value) SET_FIELD(var[cmd##_##field##_OFFSET], cmd##_##field, value)
sys/dev/qlnx/qlnxe/ecore_init_fw_funcs.c
173
#define QM_INIT_TX_PQ_MAP(p_hwfn, map, chip, pq_id, rl_valid, vp_pq_id, rl_id, ext_voq, wrr) OSAL_MEMSET(&map, 0, sizeof(map)); SET_FIELD(map.reg, QM_RF_PQ_MAP_##chip##_PQ_VALID, 1); SET_FIELD(map.reg, QM_RF_PQ_MAP_##chip##_RL_VALID, rl_valid); SET_FIELD(map.reg, QM_RF_PQ_MAP_##chip##_VP_PQ_ID, vp_pq_id); SET_FIELD(map.reg, QM_RF_PQ_MAP_##chip##_RL_ID, rl_id); SET_FIELD(map.reg, QM_RF_PQ_MAP_##chip##_VOQ, ext_voq); SET_FIELD(map.reg, QM_RF_PQ_MAP_##chip##_WRR_WEIGHT_GROUP, wrr); STORE_RT_REG(p_hwfn, QM_REG_TXPQMAP_RT_OFFSET + pq_id, *((u32 *)&map))
sys/dev/qlnx/qlnxe/ecore_int.c
1449
SET_FIELD(p_sb_entry->params, CAU_SB_ENTRY_PF_NUMBER, pf_id);
sys/dev/qlnx/qlnxe/ecore_int.c
1450
SET_FIELD(p_sb_entry->params, CAU_SB_ENTRY_VF_NUMBER, vf_number);
sys/dev/qlnx/qlnxe/ecore_int.c
1451
SET_FIELD(p_sb_entry->params, CAU_SB_ENTRY_VF_VALID, vf_valid);
sys/dev/qlnx/qlnxe/ecore_int.c
1452
SET_FIELD(p_sb_entry->params, CAU_SB_ENTRY_SB_TIMESET0, 0x7F);
sys/dev/qlnx/qlnxe/ecore_int.c
1453
SET_FIELD(p_sb_entry->params, CAU_SB_ENTRY_SB_TIMESET1, 0x7F);
sys/dev/qlnx/qlnxe/ecore_int.c
1472
SET_FIELD(p_sb_entry->params, CAU_SB_ENTRY_TIMER_RES0, timer_res);
sys/dev/qlnx/qlnxe/ecore_int.c
1480
SET_FIELD(p_sb_entry->params, CAU_SB_ENTRY_TIMER_RES1, timer_res);
sys/dev/qlnx/qlnxe/ecore_int.c
1482
SET_FIELD(p_sb_entry->data, CAU_SB_ENTRY_STATE0, cau_state);
sys/dev/qlnx/qlnxe/ecore_int.c
1483
SET_FIELD(p_sb_entry->data, CAU_SB_ENTRY_STATE1, cau_state);
sys/dev/qlnx/qlnxe/ecore_int.c
1501
SET_FIELD(pi_entry.prod, CAU_PI_ENTRY_PI_TIMESET, timeset);
sys/dev/qlnx/qlnxe/ecore_int.c
1503
SET_FIELD(pi_entry.prod, CAU_PI_ENTRY_FSM_SEL, 0);
sys/dev/qlnx/qlnxe/ecore_int.c
1505
SET_FIELD(pi_entry.prod, CAU_PI_ENTRY_FSM_SEL, 1);
sys/dev/qlnx/qlnxe/ecore_int.c
1988
SET_FIELD(data, IGU_CLEANUP_CLEANUP_SET, cleanup_set ? 1 : 0);
sys/dev/qlnx/qlnxe/ecore_int.c
1989
SET_FIELD(data, IGU_CLEANUP_CLEANUP_TYPE, type);
sys/dev/qlnx/qlnxe/ecore_int.c
1990
SET_FIELD(data, IGU_CLEANUP_COMMAND_TYPE, IGU_COMMAND_TYPE_SET);
sys/dev/qlnx/qlnxe/ecore_int.c
1993
SET_FIELD(cmd_ctrl, IGU_CTRL_REG_PXP_ADDR, pxp_addr);
sys/dev/qlnx/qlnxe/ecore_int.c
1994
SET_FIELD(cmd_ctrl, IGU_CTRL_REG_FID, opaque_fid);
sys/dev/qlnx/qlnxe/ecore_int.c
1995
SET_FIELD(cmd_ctrl, IGU_CTRL_REG_TYPE, IGU_CTRL_CMD_TYPE_WR);
sys/dev/qlnx/qlnxe/ecore_int.c
2218
SET_FIELD(val, IGU_MAPPING_LINE_FUNCTION_NUMBER,
sys/dev/qlnx/qlnxe/ecore_int.c
2220
SET_FIELD(val, IGU_MAPPING_LINE_PF_VALID, p_block->is_pf);
sys/dev/qlnx/qlnxe/ecore_int.c
2221
SET_FIELD(val, IGU_MAPPING_LINE_VECTOR_NUMBER,
sys/dev/qlnx/qlnxe/ecore_int.c
2225
SET_FIELD(val, IGU_MAPPING_LINE_VALID, p_block->is_pf);
sys/dev/qlnx/qlnxe/ecore_int.c
2489
SET_FIELD(val, IGU_MAPPING_LINE_FUNCTION_NUMBER,
sys/dev/qlnx/qlnxe/ecore_int.c
2491
SET_FIELD(val, IGU_MAPPING_LINE_PF_VALID, p_block->is_pf);
sys/dev/qlnx/qlnxe/ecore_int.c
2492
SET_FIELD(val, IGU_MAPPING_LINE_VALID, p_block->is_pf);
sys/dev/qlnx/qlnxe/ecore_int.c
2493
SET_FIELD(val, IGU_MAPPING_LINE_VECTOR_NUMBER,
sys/dev/qlnx/qlnxe/ecore_int.c
2653
SET_FIELD(sb_entry.params, CAU_SB_ENTRY_TIMER_RES1, timer_res);
sys/dev/qlnx/qlnxe/ecore_int.c
2655
SET_FIELD(sb_entry.params, CAU_SB_ENTRY_TIMER_RES0, timer_res);
sys/dev/qlnx/qlnxe/ecore_iwarp.c
300
SET_FIELD(p_ramrod->flags,
sys/dev/qlnx/qlnxe/ecore_iwarp.c
304
SET_FIELD(p_ramrod->flags,
sys/dev/qlnx/qlnxe/ecore_iwarp.c
308
SET_FIELD(p_ramrod->flags,
sys/dev/qlnx/qlnxe/ecore_iwarp.c
312
SET_FIELD(p_ramrod->flags,
sys/dev/qlnx/qlnxe/ecore_iwarp.c
316
SET_FIELD(p_ramrod->flags,
sys/dev/qlnx/qlnxe/ecore_iwarp.c
320
SET_FIELD(p_ramrod->flags,
sys/dev/qlnx/qlnxe/ecore_iwarp.c
384
SET_FIELD(p_ramrod->flags, IWARP_MODIFY_QP_RAMROD_DATA_STATE_TRANS_EN,
sys/dev/qlnx/qlnxe/ecore_iwarp.c
823
SET_FIELD(p_tcp_ramrod->tcp.flags,
sys/dev/qlnx/qlnxe/ecore_iwarp.c
827
SET_FIELD(p_tcp_ramrod->tcp.flags,
sys/dev/qlnx/qlnxe/ecore_iwarp.c
967
SET_FIELD(p_mpa_ramrod->rtr_pref,
sys/dev/qlnx/qlnxe/ecore_l2.c
413
SET_FIELD(rx_mode, ETH_VPORT_RX_MODE_UCAST_DROP_ALL, 1);
sys/dev/qlnx/qlnxe/ecore_l2.c
414
SET_FIELD(rx_mode, ETH_VPORT_RX_MODE_MCAST_DROP_ALL, 1);
sys/dev/qlnx/qlnxe/ecore_l2.c
419
SET_FIELD(tx_err, ETH_TX_ERR_VALS_ILLEGAL_VLAN_MODE,
sys/dev/qlnx/qlnxe/ecore_l2.c
422
SET_FIELD(tx_err, ETH_TX_ERR_VALS_PACKET_TOO_SMALL,
sys/dev/qlnx/qlnxe/ecore_l2.c
425
SET_FIELD(tx_err, ETH_TX_ERR_VALS_ANTI_SPOOFING_ERR,
sys/dev/qlnx/qlnxe/ecore_l2.c
428
SET_FIELD(tx_err, ETH_TX_ERR_VALS_ILLEGAL_INBAND_TAGS,
sys/dev/qlnx/qlnxe/ecore_l2.c
431
SET_FIELD(tx_err, ETH_TX_ERR_VALS_VLAN_INSERTION_W_INBAND_TAG,
sys/dev/qlnx/qlnxe/ecore_l2.c
434
SET_FIELD(tx_err, ETH_TX_ERR_VALS_MTU_VIOLATION,
sys/dev/qlnx/qlnxe/ecore_l2.c
437
SET_FIELD(tx_err, ETH_TX_ERR_VALS_ILLEGAL_CONTROL_FRAME,
sys/dev/qlnx/qlnxe/ecore_l2.c
529
SET_FIELD(capabilities,
sys/dev/qlnx/qlnxe/ecore_l2.c
532
SET_FIELD(capabilities,
sys/dev/qlnx/qlnxe/ecore_l2.c
535
SET_FIELD(capabilities,
sys/dev/qlnx/qlnxe/ecore_l2.c
538
SET_FIELD(capabilities,
sys/dev/qlnx/qlnxe/ecore_l2.c
541
SET_FIELD(capabilities,
sys/dev/qlnx/qlnxe/ecore_l2.c
544
SET_FIELD(capabilities,
sys/dev/qlnx/qlnxe/ecore_l2.c
627
SET_FIELD(state, ETH_VPORT_RX_MODE_UCAST_DROP_ALL,
sys/dev/qlnx/qlnxe/ecore_l2.c
631
SET_FIELD(state, ETH_VPORT_RX_MODE_UCAST_ACCEPT_UNMATCHED,
sys/dev/qlnx/qlnxe/ecore_l2.c
634
SET_FIELD(state, ETH_VPORT_RX_MODE_MCAST_DROP_ALL,
sys/dev/qlnx/qlnxe/ecore_l2.c
638
SET_FIELD(state, ETH_VPORT_RX_MODE_MCAST_ACCEPT_ALL,
sys/dev/qlnx/qlnxe/ecore_l2.c
642
SET_FIELD(state, ETH_VPORT_RX_MODE_BCAST_ACCEPT_ALL,
sys/dev/qlnx/qlnxe/ecore_l2.c
656
SET_FIELD(state, ETH_VPORT_TX_MODE_UCAST_DROP_ALL,
sys/dev/qlnx/qlnxe/ecore_l2.c
659
SET_FIELD(state, ETH_VPORT_TX_MODE_MCAST_DROP_ALL,
sys/dev/qlnx/qlnxe/ecore_l2.c
662
SET_FIELD(state, ETH_VPORT_TX_MODE_MCAST_ACCEPT_ALL,
sys/dev/qlnx/qlnxe/ecore_l2.c
666
SET_FIELD(state, ETH_VPORT_TX_MODE_BCAST_ACCEPT_ALL,
sys/dev/qlnx/qlnxe/ecore_ll2.c
1379
SET_FIELD(action_on_error,
sys/dev/qlnx/qlnxe/ecore_ll2.c
1383
SET_FIELD(action_on_error,
sys/dev/qlnx/qlnxe/ecore_ll2.c
1493
SET_FIELD(p_tx->db_msg.params, CORE_DB_DATA_DEST, DB_DEST_XCM);
sys/dev/qlnx/qlnxe/ecore_ll2.c
1494
SET_FIELD(p_tx->db_msg.params, CORE_DB_DATA_AGG_CMD,
sys/dev/qlnx/qlnxe/ecore_ll2.c
1496
SET_FIELD(p_tx->db_msg.params, CORE_DB_DATA_AGG_VAL_SEL,
sys/dev/qlnx/qlnxe/ecore_ll2.c
1699
SET_FIELD(start_bd->bitfield1, CORE_TX_BD_L4_HDR_OFFSET_W,
sys/dev/qlnx/qlnxe/ecore_ll2.c
1701
SET_FIELD(start_bd->bitfield1, CORE_TX_BD_TX_DST, tx_dest);
sys/dev/qlnx/qlnxe/ecore_ll2.c
1703
SET_FIELD(bd_data, CORE_TX_BD_DATA_START_BD, 0x1);
sys/dev/qlnx/qlnxe/ecore_ll2.c
1704
SET_FIELD(bd_data, CORE_TX_BD_DATA_NBDS, pkt->num_of_bds);
sys/dev/qlnx/qlnxe/ecore_ll2.c
1705
SET_FIELD(bd_data, CORE_TX_BD_DATA_ROCE_FLAV, roce_flavor);
sys/dev/qlnx/qlnxe/ecore_ll2.c
1706
SET_FIELD(bd_data, CORE_TX_BD_DATA_IP_CSUM, !!(pkt->enable_ip_cksum));
sys/dev/qlnx/qlnxe/ecore_ll2.c
1707
SET_FIELD(bd_data, CORE_TX_BD_DATA_L4_CSUM, !!(pkt->enable_l4_cksum));
sys/dev/qlnx/qlnxe/ecore_ll2.c
1708
SET_FIELD(bd_data, CORE_TX_BD_DATA_IP_LEN, !!(pkt->calc_ip_len));
sys/dev/qlnx/qlnxe/ecore_ll2.c
1709
SET_FIELD(bd_data, CORE_TX_BD_DATA_DISABLE_STAG_INSERTION,
sys/dev/qlnx/qlnxe/ecore_ll2.c
702
SET_FIELD(bd_flags, CORE_TX_BD_DATA_FORCE_VLAN_MODE, 1);
sys/dev/qlnx/qlnxe/ecore_ll2.c
703
SET_FIELD(bd_flags, CORE_TX_BD_DATA_L4_PROTOCOL, 1);
sys/dev/qlnx/qlnxe/ecore_rdma.c
1684
SET_FIELD(qp->vlan_id, ECORE_RDMA_VLAN_PRIO,
sys/dev/qlnx/qlnxe/ecore_rdma.c
1688
SET_FIELD(qp->traffic_class_tos, ECORE_RDMA_ECN,
sys/dev/qlnx/qlnxe/ecore_rdma.c
1692
SET_FIELD(qp->traffic_class_tos, ECORE_RDMA_DSCP,
sys/dev/qlnx/qlnxe/ecore_rdma.c
1814
SET_FIELD(p_ramrod->flags,
sys/dev/qlnx/qlnxe/ecore_rdma.c
1818
SET_FIELD(p_ramrod->flags,
sys/dev/qlnx/qlnxe/ecore_rdma.c
1822
SET_FIELD(p_ramrod->flags,
sys/dev/qlnx/qlnxe/ecore_rdma.c
1829
SET_FIELD(p_ramrod->flags,
sys/dev/qlnx/qlnxe/ecore_rdma.c
1833
SET_FIELD(p_ramrod->flags,
sys/dev/qlnx/qlnxe/ecore_rdma.c
1837
SET_FIELD(p_ramrod->flags,
sys/dev/qlnx/qlnxe/ecore_rdma.c
1841
SET_FIELD(p_ramrod->flags,
sys/dev/qlnx/qlnxe/ecore_rdma.c
1845
SET_FIELD(p_ramrod->flags,
sys/dev/qlnx/qlnxe/ecore_rdma.c
1849
SET_FIELD(p_ramrod->flags,
sys/dev/qlnx/qlnxe/ecore_rdma.c
1853
SET_FIELD(p_ramrod->flags,
sys/dev/qlnx/qlnxe/ecore_rdma.c
1857
SET_FIELD(p_ramrod->flags1,
sys/dev/qlnx/qlnxe/ecore_rdma.c
1861
SET_FIELD(p_ramrod->flags2,
sys/dev/qlnx/qlnxe/ecore_rdma.c
1884
SET_FIELD(p_ramrod->flags1,
sys/dev/qlnx/qlnxe/ecore_rdma.c
1907
SET_FIELD(p_ramrod->flags2,
sys/dev/qlnx/qlnxe/ecore_rdma.c
2202
SET_FIELD(p_ramrod->flags,
sys/dev/qlnx/qlnxe/ecore_rdma.c
2205
SET_FIELD(p_ramrod->flags,
sys/dev/qlnx/qlnxe/ecore_rdma.c
2298
SET_FIELD(p_ramrod->flags,
sys/dev/qlnx/qlnxe/ecore_rdma.c
2302
SET_FIELD(p_ramrod->flags,
sys/dev/qlnx/qlnxe/ecore_rdma.c
698
SET_FIELD(dev->dev_caps, ECORE_RDMA_DEV_CAP_RNR_NAK, 1);
sys/dev/qlnx/qlnxe/ecore_rdma.c
699
SET_FIELD(dev->dev_caps, ECORE_RDMA_DEV_CAP_PORT_ACTIVE_EVENT, 1);
sys/dev/qlnx/qlnxe/ecore_rdma.c
700
SET_FIELD(dev->dev_caps, ECORE_RDMA_DEV_CAP_PORT_CHANGE_EVENT, 1);
sys/dev/qlnx/qlnxe/ecore_rdma.c
701
SET_FIELD(dev->dev_caps, ECORE_RDMA_DEV_CAP_RESIZE_CQ, 1);
sys/dev/qlnx/qlnxe/ecore_rdma.c
702
SET_FIELD(dev->dev_caps, ECORE_RDMA_DEV_CAP_BASE_MEMORY_EXT, 1);
sys/dev/qlnx/qlnxe/ecore_rdma.c
703
SET_FIELD(dev->dev_caps, ECORE_RDMA_DEV_CAP_BASE_QUEUE_EXT, 1);
sys/dev/qlnx/qlnxe/ecore_rdma.c
704
SET_FIELD(dev->dev_caps, ECORE_RDMA_DEV_CAP_ZBVA, 1);
sys/dev/qlnx/qlnxe/ecore_rdma.c
705
SET_FIELD(dev->dev_caps, ECORE_RDMA_DEV_CAP_LOCAL_INV_FENCE, 1);
sys/dev/qlnx/qlnxe/ecore_rdma.c
714
SET_FIELD(dev->dev_caps, ECORE_RDMA_DEV_CAP_ATOMIC_OP, 1);
sys/dev/qlnx/qlnxe/ecore_roce.c
437
SET_FIELD(p_ramrod->flags,
sys/dev/qlnx/qlnxe/ecore_roce.c
441
SET_FIELD(p_ramrod->flags,
sys/dev/qlnx/qlnxe/ecore_roce.c
445
SET_FIELD(p_ramrod->flags,
sys/dev/qlnx/qlnxe/ecore_roce.c
449
SET_FIELD(p_ramrod->flags,
sys/dev/qlnx/qlnxe/ecore_roce.c
453
SET_FIELD(p_ramrod->flags,
sys/dev/qlnx/qlnxe/ecore_roce.c
457
SET_FIELD(p_ramrod->flags,
sys/dev/qlnx/qlnxe/ecore_roce.c
461
SET_FIELD(p_ramrod->flags,
sys/dev/qlnx/qlnxe/ecore_roce.c
465
SET_FIELD(p_ramrod->flags,
sys/dev/qlnx/qlnxe/ecore_roce.c
473
SET_FIELD(p_ramrod->flags,
sys/dev/qlnx/qlnxe/ecore_roce.c
606
SET_FIELD(p_ramrod->flags,
sys/dev/qlnx/qlnxe/ecore_roce.c
610
SET_FIELD(p_ramrod->flags,
sys/dev/qlnx/qlnxe/ecore_roce.c
614
SET_FIELD(p_ramrod->flags,
sys/dev/qlnx/qlnxe/ecore_roce.c
623
SET_FIELD(p_ramrod->flags,
sys/dev/qlnx/qlnxe/ecore_roce.c
627
SET_FIELD(p_ramrod->flags,
sys/dev/qlnx/qlnxe/ecore_roce.c
631
SET_FIELD(p_ramrod->flags,
sys/dev/qlnx/qlnxe/ecore_roce.c
747
SET_FIELD(p_ramrod->flags,
sys/dev/qlnx/qlnxe/ecore_roce.c
751
SET_FIELD(p_ramrod->flags,
sys/dev/qlnx/qlnxe/ecore_roce.c
755
SET_FIELD(p_ramrod->flags,
sys/dev/qlnx/qlnxe/ecore_roce.c
759
SET_FIELD(p_ramrod->flags,
sys/dev/qlnx/qlnxe/ecore_roce.c
763
SET_FIELD(p_ramrod->flags,
sys/dev/qlnx/qlnxe/ecore_roce.c
767
SET_FIELD(p_ramrod->flags,
sys/dev/qlnx/qlnxe/ecore_roce.c
772
SET_FIELD(p_ramrod->flags,
sys/dev/qlnx/qlnxe/ecore_roce.c
776
SET_FIELD(p_ramrod->flags,
sys/dev/qlnx/qlnxe/ecore_roce.c
781
SET_FIELD(p_ramrod->flags,
sys/dev/qlnx/qlnxe/ecore_roce.c
791
SET_FIELD(p_ramrod->flags,
sys/dev/qlnx/qlnxe/ecore_roce.c
797
SET_FIELD(p_ramrod->fields,
sys/dev/qlnx/qlnxe/ecore_roce.c
852
SET_FIELD(p_ramrod->flags,
sys/dev/qlnx/qlnxe/ecore_roce.c
856
SET_FIELD(p_ramrod->flags,
sys/dev/qlnx/qlnxe/ecore_roce.c
860
SET_FIELD(p_ramrod->flags,
sys/dev/qlnx/qlnxe/ecore_roce.c
864
SET_FIELD(p_ramrod->flags,
sys/dev/qlnx/qlnxe/ecore_roce.c
868
SET_FIELD(p_ramrod->flags,
sys/dev/qlnx/qlnxe/ecore_roce.c
873
SET_FIELD(p_ramrod->flags,
sys/dev/qlnx/qlnxe/ecore_roce.c
878
SET_FIELD(p_ramrod->flags,
sys/dev/qlnx/qlnxe/ecore_roce.c
883
SET_FIELD(p_ramrod->flags,
sys/dev/qlnx/qlnxe/ecore_roce.c
888
SET_FIELD(p_ramrod->flags,
sys/dev/qlnx/qlnxe/ecore_roce.c
899
SET_FIELD(p_ramrod->fields,
sys/dev/qlnx/qlnxe/ecore_roce.c
903
SET_FIELD(p_ramrod->fields,
sys/dev/qlnx/qlnxe/ecore_spq.c
289
SET_FIELD(p_cxt->xstorm_ag_context.flags10,
sys/dev/qlnx/qlnxe/ecore_spq.c
291
SET_FIELD(p_cxt->xstorm_ag_context.flags1,
sys/dev/qlnx/qlnxe/ecore_spq.c
295
SET_FIELD(p_cxt->xstorm_ag_context.flags9,
sys/dev/qlnx/qlnxe/ecore_spq.c
626
SET_FIELD(p_db_data->params, CORE_DB_DATA_DEST, DB_DEST_XCM);
sys/dev/qlnx/qlnxe/ecore_spq.c
627
SET_FIELD(p_db_data->params, CORE_DB_DATA_AGG_CMD, DB_AGG_CMD_MAX);
sys/dev/qlnx/qlnxe/ecore_spq.c
628
SET_FIELD(p_db_data->params, CORE_DB_DATA_AGG_VAL_SEL,
sys/dev/qlnx/qlnxe/ecore_sriov.c
1001
SET_FIELD(val, IGU_MAPPING_LINE_VECTOR_NUMBER, qid);
sys/dev/qlnx/qlnxe/ecore_sriov.c
1051
SET_FIELD(val, IGU_MAPPING_LINE_VALID, 0);
sys/dev/qlnx/qlnxe/ecore_sriov.c
920
SET_FIELD(igu_vf_conf, IGU_VF_CONF_PARENT, p_hwfn->rel_pf_id);
sys/dev/qlnx/qlnxe/ecore_sriov.c
993
SET_FIELD(val, IGU_MAPPING_LINE_FUNCTION_NUMBER, vf->abs_vf_id);
sys/dev/qlnx/qlnxe/ecore_sriov.c
994
SET_FIELD(val, IGU_MAPPING_LINE_VALID, 1);
sys/dev/qlnx/qlnxe/ecore_sriov.c
995
SET_FIELD(val, IGU_MAPPING_LINE_PF_VALID, 0);
sys/dev/qlnx/qlnxe/qlnx_os.c
6612
SET_FIELD(txq->tx_db.data.params,
sys/dev/qlnx/qlnxe/qlnx_os.c
6614
SET_FIELD(txq->tx_db.data.params, ETH_DB_DATA_AGG_CMD,
sys/dev/qlnx/qlnxe/qlnx_os.c
6616
SET_FIELD(txq->tx_db.data.params,
sys/dev/qlnx/qlnxr/qlnxr_verbs.c
3398
SET_FIELD(qp_params.modify_flags,
sys/dev/qlnx/qlnxr/qlnxr_verbs.c
3408
SET_FIELD(qp_params.modify_flags,
sys/dev/qlnx/qlnxr/qlnxr_verbs.c
3425
SET_FIELD(qp_params.modify_flags,
sys/dev/qlnx/qlnxr/qlnxr_verbs.c
3460
SET_FIELD(qp_params.modify_flags,
sys/dev/qlnx/qlnxr/qlnxr_verbs.c
3508
SET_FIELD(qp_params.modify_flags, \
sys/dev/qlnx/qlnxr/qlnxr_verbs.c
3530
SET_FIELD(qp_params.modify_flags,\
sys/dev/qlnx/qlnxr/qlnxr_verbs.c
3536
SET_FIELD(qp_params.modify_flags,
sys/dev/qlnx/qlnxr/qlnxr_verbs.c
3543
SET_FIELD(qp_params.modify_flags,
sys/dev/qlnx/qlnxr/qlnxr_verbs.c
3560
SET_FIELD(qp_params.modify_flags,
sys/dev/qlnx/qlnxr/qlnxr_verbs.c
3567
SET_FIELD(qp_params.modify_flags,
sys/dev/qlnx/qlnxr/qlnxr_verbs.c
3574
SET_FIELD(qp_params.modify_flags,
sys/dev/qlnx/qlnxr/qlnxr_verbs.c
3594
SET_FIELD(qp_params.modify_flags,
sys/dev/qlnx/qlnxr/qlnxr_verbs.c
3601
SET_FIELD(qp_params.modify_flags,
sys/dev/qlnx/qlnxr/qlnxr_verbs.c
4674
SET_FIELD(flags, RDMA_RQ_SGE_NUM_SGES, wr->num_sge);
sys/dev/qlnx/qlnxr/qlnxr_verbs.c
4676
SET_FIELD(flags, RDMA_RQ_SGE_L_KEY, wr->sg_list[i].lkey);
sys/dev/qlnx/qlnxr/qlnxr_verbs.c
4689
SET_FIELD(flags, RDMA_RQ_SGE_L_KEY, 0);
sys/dev/qlnx/qlnxr/qlnxr_verbs.c
4690
SET_FIELD(flags, RDMA_RQ_SGE_NUM_SGES, 1);
sys/dev/qlnx/qlnxr/qlnxr_verbs.c
5852
SET_FIELD(qp_params.modify_flags,